Uses of Class
eu.simuline.relana.model.MapDecl
-
Packages that use MapDecl Package Description eu.simuline.relana.model Description for object oriented models in terms of java classes.eu.simuline.relana.parser Classes to parse all file types except xml:CClassParser
parse*.ccl
files representing Component Classes,SClassParser
parse*.scl
files representing Service Classes and finallyFormulaParser
parse formulae. -
-
Uses of MapDecl in eu.simuline.relana.model
Fields in eu.simuline.relana.model with type parameters of type MapDecl Modifier and Type Field Description private Map<String,MapDecl>
CClass. maps
The maps declared in this class.Methods in eu.simuline.relana.model that return MapDecl Modifier and Type Method Description MapDecl
CClass. getMapDecl(String name)
Returns the map declaration with the given name.Method parameters in eu.simuline.relana.model with type arguments of type MapDecl Modifier and Type Method Description static CClass
CClass. getCClass(String cName, Package pkg, CClass superClass, Map<String,MapDecl> maps, Map<String,CClassLink> subComponents, Map<String,CClass.SClassDecl> effects)
The location of the description of this class within the library.Constructor parameters in eu.simuline.relana.model with type arguments of type MapDecl Constructor Description CClass(String cName, Package pkg, CClass superClass, Map<String,MapDecl> maps, Map<String,CClassLink> subComponents, Map<String,CClass.SClassDecl> effects)
-
Uses of MapDecl in eu.simuline.relana.parser
Fields in eu.simuline.relana.parser with type parameters of type MapDecl Modifier and Type Field Description Map<String,MapDecl>
CClassParser.AddMapContext. name2map
Map<String,MapDecl>
CClassParser.MapsContext. name2map
Method parameters in eu.simuline.relana.parser with type arguments of type MapDecl Modifier and Type Method Description CClassParser.AddMapContext
CClassParser. addMap(Map<String,MapDecl> name2map)
Constructor parameters in eu.simuline.relana.parser with type arguments of type MapDecl Constructor Description AddMapContext(ParserRuleContext parent, int invokingState, Map<String,MapDecl> name2map)
-