All Packages Class Hierarchy This Package Previous Next Index
Class collage.generic.Envi
java.lang.Object
|
+----openstar.generic.Model
|
+----collage.generic.Envi
- public class Envi
- extends Model
A Collage grammar environment, including the grammar itself and a
set of arbitrary parameters.
This class represents one of (at least) two primary models
within the CollageSystem. The other important model is represented
by the class DerivationResult
.
- Version:
- 11 Jun 1997
- Author:
- Nils Schwabe
-
cg
- The parsed/generated collage grammar
-
derivationTable
- The parsed/generated derivation table
-
displays
- The list of defined displays
-
errorMsg
- Parser error message
-
paramSet
- A set of parameters
-
tableInfoList
- The parsed/generated table info list
-
Envi()
-
-
getDisplays()
-
-
getErrorMsg()
-
-
getGrammar()
-
-
getParamSet()
-
-
getTable()
-
-
getTableInfoList()
-
-
reset(boolean)
- Reset the environment.
-
setDisplays(TypedList)
-
-
setErrorMsg(String)
-
-
setGrammar(Grammar)
-
-
setParamSet(ParamSet)
-
-
setTable(Table)
-
-
setTableInfoList(TableInfoList)
-
paramSet
protected ParamSet paramSet
- A set of parameters
cg
protected Grammar cg
- The parsed/generated collage grammar
derivationTable
protected Table derivationTable
- The parsed/generated derivation table
tableInfoList
protected TableInfoList tableInfoList
- The parsed/generated table info list
displays
protected TypedList displays
- The list of defined displays
errorMsg
protected String errorMsg
- Parser error message
Envi
public Envi()
reset
public void reset(boolean notifyListeners)
- Reset the environment.
setParamSet
public void setParamSet(ParamSet paramSet)
getParamSet
public ParamSet getParamSet()
setGrammar
public void setGrammar(Grammar grammar)
getGrammar
public Grammar getGrammar()
setTable
public void setTable(Table table)
getTable
public Table getTable()
setTableInfoList
public void setTableInfoList(TableInfoList tableInfoList)
getTableInfoList
public TableInfoList getTableInfoList()
setDisplays
public void setDisplays(TypedList displays)
getDisplays
public TypedList getDisplays()
setErrorMsg
public void setErrorMsg(String errorMsg)
getErrorMsg
public String getErrorMsg()
All Packages Class Hierarchy This Package Previous Next Index