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 

A

AbstractTokenizer - Class in de.susebox.jtopas
Base class for Tokenizer implementations.
AbstractTokenizer() - Constructor for class de.susebox.jtopas.AbstractTokenizer
Default constructor that sets the tokenizer control flags as it would be approbriate for C/C++ and Java.
AbstractTokenizer(TokenizerProperties) - Constructor for class de.susebox.jtopas.AbstractTokenizer
Contructing a AbstractTokenizer with a backing TokenizerProperties instance.
AbstractTokenizerProperties - Class in de.susebox.jtopas
The class AbstractTokenizerProperties provides the skeleton for implementations of the TokenizerProperties interface.
AbstractTokenizerProperties() - Constructor for class de.susebox.jtopas.AbstractTokenizerProperties
 
AcronymAdd(String, String, int) - Method in class com.gams.api.gdx
 
AcronymCount() - Method in class com.gams.api.gdx
 
AcronymGetInfo(int, String[], String[], int[]) - Method in class com.gams.api.gdx
 
AcronymGetMapping(int, int[], int[], int[]) - Method in class com.gams.api.gdx
 
AcronymIndex(double) - Method in class com.gams.api.gdx
 
AcronymName(double, String[]) - Method in class com.gams.api.gdx
 
AcronymNextNr(int) - Method in class com.gams.api.gdx
 
AcronymSetInfo(int, String, String, int) - Method in class com.gams.api.gdx
 
AcronymValue(int) - Method in class com.gams.api.gdx
 
AddAlias(String, String) - Method in class com.gams.api.gdx
 
addBlockComment(String, String) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a block comment.
addBlockComment(String, String, Object) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a block comment.
addBlockComment(String, String, Object, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a block comment.
addBlockComment(String, String, Object, int, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a block comment with a set of flags and an associated flag mask.
addBlockComment(String, String) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a block comment with the parser.
addBlockComment(String, String, Object) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a block comment with the parser.
addBlockComment(String, String, Object, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a block comment.
addBlockComment(String, String, Object, int, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a block comment with a set of flags and an associated flag mask.
AddBreakPoint(String, int) - Method in class com.gams.api.gamsx
 
addKeyword(String) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a keyword.
addKeyword(String, Object) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a keyword.
addKeyword(String, Object, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a keyword.
addKeyword(String, Object, int, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a keyword with a set of flags and an associated flag mask..
addKeyword(TokenizerProperty) - Method in class de.susebox.jtopas.impl.SequenceStore
Addingt or replacing a keyword.
addKeyword(String) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a keyword.
addKeyword(String, Object) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a keyword.
addKeyword(String, Object, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a keyword.
addKeyword(String, Object, int, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a keyword with a set of flags and an associated flag mask..
addLineComment(String) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a the starting sequence of a line comment.
addLineComment(String, Object) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a the starting sequence of a line comment.
addLineComment(String, Object, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a the starting sequence of a line comment.
addLineComment(String, Object, int, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a line comment with a set of flags and an associated flag mask.
addLineComment(String) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a the starting sequence of a line comment.
addLineComment(String, Object) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a the starting sequence of a line comment.
addLineComment(String, Object, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a the starting sequence of a line comment.
addLineComment(String, Object, int, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a line comment with a set of flags and an associated flag mask.
AddMessage(String) - Method in class com.gams.api.opt
 
addPattern(String) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a pattern.
addPattern(String, Object) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a pattern with an associated object.
addPattern(String, Object, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a pattern with an associated object.
addPattern(String, Object, int, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a pattern with an associated object and explicitely given flags.
addPattern(String) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a pattern.
addPattern(String, Object) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a pattern with an associated object.
addPattern(String, Object, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a pattern with an associated object.
addPattern(String, Object, int, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a pattern with an associated object and explicitely given flags.
addProperty(TokenizerProperty) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a TokenizerProperty.
addProperty(TokenizerProperty) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a TokenizerProperty.
addSeparators(String) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Adding new separators to the existing set.
addSeparators(String) - Method in interface de.susebox.jtopas.TokenizerProperties
Adding new separators to the existing set.
AddSetText(String, int[]) - Method in class com.gams.api.gdx
 
addSpecialSequence(String) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a special sequence of characters.
addSpecialSequence(String, Object) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a special sequence of characters.
addSpecialSequence(String, Object, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a special sequence of characters.
addSpecialSequence(String, Object, int, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a special sequence with a set of flags and an associated flag mask.
addSpecialSequence(TokenizerProperty) - Method in class de.susebox.jtopas.impl.SequenceStore
Addingt or replacing a special sequence, comment or string.
addSpecialSequence(String) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a special sequence of characters.
addSpecialSequence(String, Object) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a special sequence of characters.
addSpecialSequence(String, Object, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a special sequence of characters.
addSpecialSequence(String, Object, int, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a special sequence with a set of flags and an associated flag mask.
addString(String, String, String) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a string description.
addString(String, String, String, Object) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a the sequences that are used for string-like text parts.
addString(String, String, String, Object, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a the sequences that are used for string-like text parts.
addString(String, String, String, Object, int, int) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a string with a set of flags and an associated flag mask.
addString(String, String, String) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a string description.
addString(String, String, String, Object) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a the sequences that are used for string-like text parts.
addString(String, String, String, Object, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a the sequences that are used for string-like text parts.
addString(String, String, String, Object, int, int) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a string with a set of flags and an associated flag mask.
addTec(String) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageDataStructure
 
addToken(String, Token) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsAlias
 
addToken(String, Token) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsItem
 
addToken(String, Token) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsScalar
 
addToken(String, Token) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsSet
 
addToken(String, Token) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsTable
 
addToken(String, Token) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.GamsVariable
 
addTokenizer(AbstractTokenizer) - Method in class de.susebox.jtopas.AbstractTokenizer
Adding an embedded tokenizer.
addTokenizerPropertyListener(TokenizerPropertyListener) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Registering a new TokenizerPropertyListener.
addTokenizerPropertyListener(TokenizerPropertyListener) - Method in interface de.susebox.jtopas.TokenizerProperties
Registering a new TokenizerPropertyListener.
addWhitespaces(String) - Method in class de.susebox.jtopas.AbstractTokenizerProperties
Adding new whitespaces to the existing set.
addWhitespaces(String) - Method in interface de.susebox.jtopas.TokenizerProperties
Adding new whitespaces to the existing set.
alias - Variable in class at.ac.iiasa.kolp.gamsage.jtopas.GamsSet
 
applyGlobals(String) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.Gams2CleanageCAdb
 
assignFuelIdMaps() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageDataStructure
 
assignRegionalMsgItemMaps() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageDataStructure
 
assignSetList() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageDataStructure
 
at.ac.iiasa.kolp.gamsage - package at.ac.iiasa.kolp.gamsage
 
at.ac.iiasa.kolp.gamsage.config - package at.ac.iiasa.kolp.gamsage.config
 
at.ac.iiasa.kolp.gamsage.database - package at.ac.iiasa.kolp.gamsage.database
 
at.ac.iiasa.kolp.gamsage.jtopas - package at.ac.iiasa.kolp.gamsage.jtopas
 
at.ac.iiasa.kolp.gamsage.test - package at.ac.iiasa.kolp.gamsage.test
 
AutoConvert(int) - Method in class com.gams.api.gdx
 
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