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 

C

CaDatabase - Class in at.ac.iiasa.kolp.gamsage.database
 
CaDatabase() - Constructor for class at.ac.iiasa.kolp.gamsage.database.CaDatabase
 
CaDatabase.WatchDog - Class in at.ac.iiasa.kolp.gamsage.database
 
CaDb2Ampl - Class in at.ac.iiasa.kolp.gamsage.jtopas
 
CaDb2Gams - Class in at.ac.iiasa.kolp.gamsage.jtopas
 
CaDb2MessageUpdFile - Class in at.ac.iiasa.kolp.gamsage
 
CaDb2UpdateFile - Class in at.ac.iiasa.kolp.gamsage.jtopas
 
CaImportExcelData - Class in at.ac.iiasa.kolp.gamsage
Import a MS Excel (IAMC data submission template format based) model instance update file
CaImportExcelData() - Constructor for class at.ac.iiasa.kolp.gamsage.CaImportExcelData
 
CaUpdateData - Class in at.ac.iiasa.kolp.gamsage
 
CaUpdateData() - Constructor for class at.ac.iiasa.kolp.gamsage.CaUpdateData
 
CaUtils - Class in at.ac.iiasa.kolp.gamsage.database
Deprecated.
CaUtils() - Constructor for class at.ac.iiasa.kolp.gamsage.database.CaUtils
Deprecated.
 
CB1Defined() - Method in class com.gams.api.gamsx
 
CB2Defined() - Method in class com.gams.api.gamsx
 
changePar(String, String, String, String, String) - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageDataStructure
 
changeParseFlags(int, int) - Method in class de.susebox.jtopas.AbstractTokenizer
Setting the control flags of the Tokenizer.
changeParseFlags(int, int) - Method in interface de.susebox.jtopas.Tokenizer
Setting the control flags of the TokenizerProperties.
CharArraySource - Class in de.susebox.jtopas
Implementation of the TokenizerSource and its extension CharSequenceTokenizerSource for character arrays.
CharArraySource(char[]) - Constructor for class de.susebox.jtopas.CharArraySource
Constructing a CharArraySource instance using the given character buffer starting with offset 0 and the full length of the array.
CharArraySource(char[], int, int) - Constructor for class de.susebox.jtopas.CharArraySource
Constructing an CharArraySource instance using the given character buffer starting with the given offset 0 and the given length.
charAt(int) - Method in class de.susebox.jtopas.CharArraySource
Implements CharSequence.charAt(int) for this class.
charAt(int) - Method in class de.susebox.jtopas.StringSource
Implements CharSequence.charAt(int) for this class.
CHARFLAG_SEPARATOR - Static variable in class de.susebox.jtopas.StandardTokenizerProperties
character flag for whitespaces
CHARFLAG_WHITESPACE - Static variable in class de.susebox.jtopas.StandardTokenizerProperties
character flag for whitespaces
CharSequenceTokenizerSource - Interface in de.susebox.jtopas
Extension of the TokenizerSource interface and the CharSequence interface that was introduced in J2SE 1.4.
CleanageCAdbCopy - Class in at.ac.iiasa.kolp.gamsage.jtopas
 
CleanageDB_2_MsgLdbFile - Class in at.ac.iiasa.kolp.gamsage
 
CleanageDB_change_parameter - Class in at.ac.iiasa.kolp.gamsage
 
CleanageDB_Merge - Class in at.ac.iiasa.kolp.gamsage
 
CleanageDbTest - Class in at.ac.iiasa.kolp.gamsage.test
 
CleanageDbTest() - Constructor for class at.ac.iiasa.kolp.gamsage.test.CleanageDbTest
 
cleanDuplicateFuelId() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageDataStructure
 
cleanDuplicateRelId() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageDataStructure
 
cleanDuplicateTecId() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageDataStructure
 
cleanDuplicateVarId() - Method in class at.ac.iiasa.kolp.gamsage.jtopas.MessageDataStructure
 
cleanupById(int) - Method in class at.ac.iiasa.kolp.gamsage.database.CaDatabase
 
cleanupById(int) - Method in class at.ac.iiasa.kolp.gamsage.database.Database
 
ClearBreakPoints() - Method in class com.gams.api.gamsx
 
ClearMessages() - Method in class com.gams.api.opt
 
Close() - Method in class com.gams.api.gdx
 
close() - Method in class de.susebox.jtopas.AbstractTokenizer
Closing this tokenizer frees resources and deregisters from the associated TokenizerProperties object.
close() - Method in class de.susebox.jtopas.ReaderSource
This method can be called to close streams (either Reader or InputStream passed to the constructors or implicitely created when this ReaderSource is setup.
close() - Method in class de.susebox.jtopas.StandardTokenizer
Closing this tokenizer frees resources.
close() - Method in interface de.susebox.jtopas.Tokenizer
This method is nessecary to release memory and remove object references if a Tokenizer instances are frequently created for small tasks.
com.gams.api - package com.gams.api
 
com.gams.example - package com.gams.example
 
containsFlag(int) - Method in class de.susebox.jtopas.TokenizerProperty
Checks wether a given flag is in the current flag mask.
copyById(int, int) - Method in class at.ac.iiasa.kolp.gamsage.database.CaDatabase
 
CopyCaCase - Class in at.ac.iiasa.kolp.gamsage.database
 
CopyCaCase(String, String, String, String, String) - Constructor for class at.ac.iiasa.kolp.gamsage.database.CopyCaCase
 
copyCaCase(String, String, String, String, String) - Method in class at.ac.iiasa.kolp.gamsage.database.Database
 
copyCaseOld(String, String, String, String) - Method in class at.ac.iiasa.kolp.gamsage.database.Database
 
CopyCleanageCase - Class in at.ac.iiasa.kolp.gamsage.database
 
CopyCleanageCase(String) - Constructor for class at.ac.iiasa.kolp.gamsage.database.CopyCleanageCase
 
Count() - Method in class com.gams.api.opt
 
countLeadingWhitespaces(DataProvider) - Method in class de.susebox.jtopas.spi.StandardWhitespaceHandler
This method detects the number of whitespace characters the data range given through the DataProvider parameter starts with.
countLeadingWhitespaces(DataProvider) - Method in interface de.susebox.jtopas.spi.WhitespaceHandler
This method detects the number of whitespace characters the data range given through the DataProvider parameter starts with.
countLeadingWhitespaces(DataProvider) - Method in class de.susebox.jtopas.StandardTokenizerProperties
This method detects the number of whitespace characters the data range given through the DataProvider parameter starts with.
Create(String[]) - Method in class com.gams.api.gamsx
 
Create(String[]) - Method in class com.gams.api.gdx
 
Create(String[]) - Method in class com.gams.api.opt
 
CreateD(String, String[]) - Method in class com.gams.api.gamsx
 
CreateD(String, String[]) - Method in class com.gams.api.gdx
 
CreateD(String, String[]) - Method in class com.gams.api.opt
 
CreateL(String, String[]) - Method in class com.gams.api.gamsx
 
CreateL(String, String[]) - Method in class com.gams.api.gdx
 
CreateL(String, String[]) - Method in class com.gams.api.opt
 
CurrentDim() - Method in class com.gams.api.gdx
 
currentImage() - Method in class de.susebox.jtopas.AbstractTokenizer
Convenience method to retrieve only the token image of the Token that would be returned by AbstractTokenizer.currentToken().
currentImage() - Method in interface de.susebox.jtopas.Tokenizer
Convenience method to retrieve only the token image of the Token that would be returned by Tokenizer.currentToken().
currentlyAvailable() - Method in class de.susebox.jtopas.AbstractTokenizer
Retrieving the number of the currently available characters.
currentlyAvailable() - Method in interface de.susebox.jtopas.Tokenizer
Retrieving the number of the currently available characters.
currentToken() - Method in class de.susebox.jtopas.AbstractTokenizer
Retrieve the Token that was found by the last call to AbstractTokenizer.nextToken().
currentToken() - Method in interface de.susebox.jtopas.Tokenizer
Retrieve the Token that was found by the last call to Tokenizer.nextToken().
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