- tecname - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.MessageTechnology
-
- tecs - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.MessageDataStructure
-
- testGetRunid(String, String) - Method in class at.ac.iiasa.kolp.gamsage.test.CleanageDbTest
-
- TestText - Class in at.ac.iiasa.kolp.gamsage.jtopas
-
- text - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.GamsParameter
-
- text - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.GamsScalar
-
- text - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.GamsSet
-
- ThrowableList - Interface in de.susebox.java.lang
-
This interface should be implemented by classes derived from Throwable
that may contain a stacked, additional or wrapped throwable.
- ThrowableMessageFormatter - Class in de.susebox.java.lang
-
This class is used by the implementations of the
ThrowableList
interface.
- ThrowableMessageFormatter() - Constructor for class de.susebox.java.lang.ThrowableMessageFormatter
-
- toAmplData(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsAlias
-
- toAmplData(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsItem
-
- toAmplData(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsParameter
-
- toAmplData(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsScalar
-
- toAmplData(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsSet
-
- toAmplData(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsVariable
-
- toAmplModel(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsAlias
-
- toAmplModel(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsItem
-
- toAmplModel(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsParameter
-
- toAmplModel(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsScalar
-
- toAmplModel(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsSet
-
- toAmplModel(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsVariable
-
- toCSV(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsParameter
-
- toCSV(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsScalar
-
- toCSV(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsTable
-
- toDB(int, CaDatabase, int) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsAlias
-
- toDB(int, CaDatabase) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsParameter
-
- toDB(int, CaDatabase) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsScalar
-
- toDB(int, CaDatabase, int) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsSet
-
- toDB(int, CaDatabase) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsTable
-
- toDB(int, CaDatabase, int) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsVariable
-
- toDB(Connection, String, String) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageDataStructure
-
- toDB(CaDatabase, int) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageRelation
-
- toDB(CaDatabase, int) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageTechnology
-
- toDB(CaDatabase, int) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageVariable
-
- toGms(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsAlias
-
- toGms(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsItem
-
- toGms(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsParameter
-
- toGms(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsScalar
-
- toGms(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsSet
-
- toGms(PrintWriter) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsVariable
-
- Token - Class in de.susebox.jtopas
-
Instances of this class are created by the classes implementing the
Tokenizer
interface.
- Token() - Constructor for class de.susebox.jtopas.Token
-
Default constructor.
- Token(int) - Constructor for class de.susebox.jtopas.Token
-
Constructs a token of a given type.
- Token(int, String) - Constructor for class de.susebox.jtopas.Token
-
Construct a token of a given type with the given image.
- Token(int, String, Object) - Constructor for class de.susebox.jtopas.Token
-
Construct a token of a given type with the given image and a companion.
- Tokenizer - Interface in de.susebox.jtopas
-
The interface Tokenizer
contains setup methods, parse operations
and other getter and setter methods for a tokenizer.
- TokenizerException - Exception in de.susebox.jtopas
-
Wrapper exception for all the problems that may occur while parsing.
- TokenizerException(String) - Constructor for exception de.susebox.jtopas.TokenizerException
-
This constructor takes a simple message string like ordinary Java
Throwable
classes.
- TokenizerException(Throwable) - Constructor for exception de.susebox.jtopas.TokenizerException
-
This constructor should be used for wrapping another throwable.
- TokenizerException(Throwable, String) - Constructor for exception de.susebox.jtopas.TokenizerException
-
If one likes to add ones own information to an throwable, this constructor is
the easiest way to do so.
- TokenizerException(String, Object[]) - Constructor for exception de.susebox.jtopas.TokenizerException
-
This constructor takes a format string and its arguments.
- TokenizerException(Throwable, String, Object[]) - Constructor for exception de.susebox.jtopas.TokenizerException
-
This is the most complex way to construct a TokenizerException
.
- TokenizerProperties - Interface in de.susebox.jtopas
-
The interface
TokenizerProperties
declares constants and methods
to maintain the characteristics of a
Tokenizer
, e.
- TokenizerProperty - Class in de.susebox.jtopas
-
This class is mainly used by
TokenizerProperties
implementations to
return
Iterator
objects of their various properties (keywords,
special sequences etc.).
- TokenizerProperty() - Constructor for class de.susebox.jtopas.TokenizerProperty
-
Default constructor.
- TokenizerProperty(int) - Constructor for class de.susebox.jtopas.TokenizerProperty
-
Constructs a TokenizerProperty
where only the type is known so
far.
- TokenizerProperty(int, String[]) - Constructor for class de.susebox.jtopas.TokenizerProperty
-
Constructs a TokenizerProperty
with type and image(s).
- TokenizerProperty(int, String[], Object) - Constructor for class de.susebox.jtopas.TokenizerProperty
-
Constructs a TokenProperty
object with a set of type, image(s)
and companion.
- TokenizerProperty(int, String[], Object, int) - Constructor for class de.susebox.jtopas.TokenizerProperty
-
Constructs a TokenProperty
object with a set of type, image(s),
companion object and flags.
- TokenizerProperty(int, String[], Object, int, int) - Constructor for class de.susebox.jtopas.TokenizerProperty
-
- TokenizerPropertyEvent - Class in de.susebox.jtopas
-
- TokenizerPropertyEvent() - Constructor for class de.susebox.jtopas.TokenizerPropertyEvent
-
The standard constructor initializes an emtpy event.
- TokenizerPropertyEvent(int, TokenizerProperty) - Constructor for class de.susebox.jtopas.TokenizerPropertyEvent
-
- TokenizerPropertyEvent(int, TokenizerProperty, TokenizerProperty) - Constructor for class de.susebox.jtopas.TokenizerPropertyEvent
-
This constructor takes the type of the event and the
TokenizerProperty
that changed together with its old value.
- TokenizerPropertyListener - Interface in de.susebox.jtopas
-
The interface
TokenizerPropertyListener
is implemented by classes
that are interested in changes in
TokenizerProperties
objects.
- TokenizerSource - Interface in de.susebox.jtopas
-
This interface describes the data source for a
Tokenizer
.
- toLongString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageRelation
-
- toLongString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageTechnology
-
- toLongString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageVariable
-
- toString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsAlias
-
- toString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsItem
-
- toString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsParameter
-
- toString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsScalar
-
- toString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsSet
-
- toString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsTable
-
- toString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsVariable
-
- toString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageRelation
-
- toString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageTechnology
-
- toString() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageVariable
-
- toString() - Method in class de.susebox.jtopas.CharArraySource
-
Returns the string representation of this CharArraySource
according
to the CharSequence
interface contract.
- toString() - Method in class de.susebox.jtopas.Token
-
Implementation of the well known method Object.toString()
.
- toString() - Method in class de.susebox.jtopas.TokenizerProperty
-
Redefinition of the well-known Object.toString()
method.
- toString() - Method in class de.susebox.jtopas.TokenizerPropertyEvent
-
Redefinition of the well-known Object.toString()
method.
- type - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.MessageVariable
-