Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

E

EchoSet(int) - Method in class com.gams.api.opt
 
elements - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.GamsParameter
 
elements - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.GamsScalar
 
elements - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.GamsSet
 
elementTextMap - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.GamsParameter
 
elementTextMap - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.GamsScalar
 
elementTextMap - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.GamsSet
 
Environment - Interface in de.susebox.java.lang
A Environment object is a substitute for the usual environment as defined in the System class, most important the stdin and stdout channels System.in and System.out.
EnvironmentProvider - Class in de.susebox.java.lang
The EnvironmentProvider is a singleton object to store and provide Environment instances.
EnvironmentProvider() - Constructor for class de.susebox.java.lang.EnvironmentProvider
 
EOF - Static variable in class de.susebox.jtopas.Token
A token of the type EOF is used to indicate an end-of-line condition on the input stream of the tokenizer.
EOLOnlySet(int) - Method in class com.gams.api.opt
 
equals(Object) - Method in class de.susebox.jtopas.Token
Implementation of the well known method Object.equals(java.lang.Object).
equals(Object) - Method in class de.susebox.jtopas.TokenizerProperty
Redefinition of the well-known Object.equals(java.lang.Object) method.
equals(Object) - Method in class de.susebox.jtopas.TokenizerPropertyEvent
Redefinition of the well-known Object.equals(java.lang.Object) method.
err() - Method in class de.susebox.java.lang.DefaultEnvironment
This method returns System.err, the standard error channel.
err() - Method in interface de.susebox.java.lang.Environment
This method returns the substitution for System.err, the standard error channel.
ErrorCount() - Method in class com.gams.api.gdx
 
ErrorCount(int[], int[]) - Method in class com.gams.api.opt
 
ErrorStr(int, String[]) - Method in class com.gams.api.gdx
 
example1 - Class in com.gams.example
 
example1() - Constructor for class com.gams.example.example1
 
example2 - Class in com.gams.example
 
example2() - Constructor for class com.gams.example.example2
 
exit() - Method in class de.susebox.java.lang.DefaultEnvironment
This method exits the instance of its Environment implementation.
exit() - Method in interface de.susebox.java.lang.Environment
This method exits the instance of its Environment implementation.
export2Ampl(int, File, File) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.CaDb2Ampl
 
export2Gams(String, String, File) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.CaDb2Gams
 
export2LdbFile(String, String, File) - Method in class at.ac.iiasa.kolp.gamsage.CleanageDB_2_MsgLdbFile
 
export2LdbFile(String, String, File) - Method in class at.ac.iiasa.kolp.gamsage.test.PkTestCaDb2MessageLdbFile
 
export2UpdateFile(String, String, File) - Method in class at.ac.iiasa.kolp.gamsage.CaDb2MessageUpdFile
 
export2UpdateFile(String, String, File) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.CaDb2UpdateFile
 
ExtIllegalArgumentException - Exception in de.susebox.java.lang
Implementation of the ThrowableList interface for the well-known JDK IllegalArgumentException.
ExtIllegalArgumentException(String) - Constructor for exception de.susebox.java.lang.ExtIllegalArgumentException
This constructor takes a simple message string like ordinary Java Throwable classes.
ExtIllegalArgumentException(Throwable) - Constructor for exception de.susebox.java.lang.ExtIllegalArgumentException
This constructor should be used for wrapping another Throwable.
ExtIllegalArgumentException(Throwable, String) - Constructor for exception de.susebox.java.lang.ExtIllegalArgumentException
If one likes to add ones own information to a Throwable, this constructor is the easiest way to do so.
ExtIllegalArgumentException(String, Object[]) - Constructor for exception de.susebox.java.lang.ExtIllegalArgumentException
This constructor takes a format string and its arguments.
ExtIllegalArgumentException(Throwable, String, Object[]) - Constructor for exception de.susebox.java.lang.ExtIllegalArgumentException
This is the most complex way to construct an ThrowableList- Throwable.
ExtIndexOutOfBoundsException - Exception in de.susebox.java.lang
Implementation of the ThrowableList interface for the JDK IndexOutOfBoundsException.
ExtIndexOutOfBoundsException(String) - Constructor for exception de.susebox.java.lang.ExtIndexOutOfBoundsException
This constructor takes a simple message string like ordinary Java Throwable classes.
ExtIndexOutOfBoundsException(Throwable) - Constructor for exception de.susebox.java.lang.ExtIndexOutOfBoundsException
This constructor should be used for wrapping another throwable.
ExtIndexOutOfBoundsException(Throwable, String) - Constructor for exception de.susebox.java.lang.ExtIndexOutOfBoundsException
If one likes to add ones own information to a throwable, this constructor is the easiest way to do so.
ExtIndexOutOfBoundsException(String, Object[]) - Constructor for exception de.susebox.java.lang.ExtIndexOutOfBoundsException
This constructor takes a format string and its arguments.
ExtIndexOutOfBoundsException(Throwable, String, Object[]) - Constructor for exception de.susebox.java.lang.ExtIndexOutOfBoundsException
This is the most complex way to construct an ThrowableList- Throwable.
An inner throwable is accompanied by a format string and its arguments.
ExtIOException - Exception in de.susebox.java.io
Implementation of the ThrowableList interface for the JDK exception IOException.
ExtIOException(Throwable) - Constructor for exception de.susebox.java.io.ExtIOException
This constructor should be used for wrapping another exception.
ExtIOException(Throwable, String) - Constructor for exception de.susebox.java.io.ExtIOException
If one likes to add ones own information to an exception, this constructor is the easiest way to do so.
ExtIOException(String, Object[]) - Constructor for exception de.susebox.java.io.ExtIOException
This constructor takes a format string and its arguments.
ExtIOException(Throwable, String, Object[]) - Constructor for exception de.susebox.java.io.ExtIOException
This is the most complex way to construct an ThrowableList- Throwable.
An inner exception is accompanied by a format string and its arguments.
ExtNoSuchElementException - Exception in de.susebox.java.util
Implementation of the ThrowableList interface for the JDK exception NoSuchElementException.
ExtNoSuchElementException(String) - Constructor for exception de.susebox.java.util.ExtNoSuchElementException
This constructor takes a simple message string like ordinary Java Throwable classes.
ExtNoSuchElementException(Throwable) - Constructor for exception de.susebox.java.util.ExtNoSuchElementException
This constructor should be used for wrapping another exception.
ExtNoSuchElementException(Throwable, String) - Constructor for exception de.susebox.java.util.ExtNoSuchElementException
If one likes to add ones own information to an exception, this constructor is the easiest way to do so.
ExtNoSuchElementException(String, Object[]) - Constructor for exception de.susebox.java.util.ExtNoSuchElementException
This constructor takes a format string and its arguments.
ExtNoSuchElementException(Throwable, String, Object[]) - Constructor for exception de.susebox.java.util.ExtNoSuchElementException
This is the most complex way to construct an ExceptionList- Throwable.
An inner throwable is accompanied by a format string and its arguments.
ExtNoSuchMethodException - Exception in de.susebox.java.lang
Implementation of the ThrowableList interface for the well-known JDK NoSuchMethodException.
ExtNoSuchMethodException(String) - Constructor for exception de.susebox.java.lang.ExtNoSuchMethodException
This constructor takes a simple message string like ordinary Java Throwable classes.
ExtNoSuchMethodException(Throwable) - Constructor for exception de.susebox.java.lang.ExtNoSuchMethodException
This constructor should be used for wrapping another Throwable.
ExtNoSuchMethodException(Throwable, String) - Constructor for exception de.susebox.java.lang.ExtNoSuchMethodException
If one likes to add ones own information to a Throwable, this constructor is the easiest way to do so.
ExtNoSuchMethodException(String, Object[]) - Constructor for exception de.susebox.java.lang.ExtNoSuchMethodException
This constructor takes a format string and its arguments.
ExtNoSuchMethodException(Throwable, String, Object[]) - Constructor for exception de.susebox.java.lang.ExtNoSuchMethodException
This is the most complex way to construct an ThrowableList- Throwable.
ExtNullPointerException - Exception in de.susebox.java.lang
Implementation of the ThrowableList interface for the well-knwon JDK NullPointerException.
ExtNullPointerException(String) - Constructor for exception de.susebox.java.lang.ExtNullPointerException
This constructor takes a simple message string like ordinary Java Throwable classes.
ExtNullPointerException(Throwable) - Constructor for exception de.susebox.java.lang.ExtNullPointerException
This constructor should be used for wrapping another exception.
ExtNullPointerException(Throwable, String) - Constructor for exception de.susebox.java.lang.ExtNullPointerException
If one likes to add ones own information to an exception, this constructor is the easiest way to do so.
ExtNullPointerException(String, Object[]) - Constructor for exception de.susebox.java.lang.ExtNullPointerException
This constructor takes a format string and its arguments.
ExtNullPointerException(Throwable, String, Object[]) - Constructor for exception de.susebox.java.lang.ExtNullPointerException
This is the most complex way to construct an ExceptionList- Throwable.
An inner throwable is accompanied by a format string and its arguments.
ExtRuntimeException - Exception in de.susebox.java.lang
Implementation of the ThrowableList interface for the well-known JDK RuntimeException.
ExtRuntimeException(String) - Constructor for exception de.susebox.java.lang.ExtRuntimeException
This constructor takes a simple message string like ordinary Java Throwable classes.
ExtRuntimeException(Throwable) - Constructor for exception de.susebox.java.lang.ExtRuntimeException
This constructor should be used for wrapping another Throwable.
ExtRuntimeException(Throwable, String) - Constructor for exception de.susebox.java.lang.ExtRuntimeException
If one likes to add ones own information to an exception, this constructor is the easiest way to do so.
ExtRuntimeException(String, Object[]) - Constructor for exception de.susebox.java.lang.ExtRuntimeException
This constructor takes a format string and its arguments.
ExtRuntimeException(Throwable, String, Object[]) - Constructor for exception de.susebox.java.lang.ExtRuntimeException
This is the most complex way to construct an ExceptionList- Throwable.
An inner throwable is accompanied by a format string and its arguments.
ExtUnsupportedOperationException - Exception in de.susebox.java.lang
Implementation of the ThrowableList interface for the well-known JDK UnsupportedOperationException.
ExtUnsupportedOperationException(String) - Constructor for exception de.susebox.java.lang.ExtUnsupportedOperationException
This constructor takes a simple message string like ordinary Java Throwable classes.
ExtUnsupportedOperationException(Throwable) - Constructor for exception de.susebox.java.lang.ExtUnsupportedOperationException
This constructor should be used for wrapping another exception.
ExtUnsupportedOperationException(Throwable, String) - Constructor for exception de.susebox.java.lang.ExtUnsupportedOperationException
If one likes to add ones own information to an exception, this constructor is the easiest way to do so.
ExtUnsupportedOperationException(String, Object[]) - Constructor for exception de.susebox.java.lang.ExtUnsupportedOperationException
This constructor takes a format string and its arguments.
ExtUnsupportedOperationException(Throwable, String, Object[]) - Constructor for exception de.susebox.java.lang.ExtUnsupportedOperationException
This is the most complex way to construct an ExceptionList- Throwable.
An inner throwable is accompanied by a format string and its arguments.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links