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:CClassParserparse*.cclfiles representing Component Classes,SClassParserparse*.sclfiles representing Service Classes and finallyFormulaParserparse 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. mapsThe maps declared in this class.Methods in eu.simuline.relana.model that return MapDecl Modifier and Type Method Description MapDeclCClass. 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 CClassCClass. 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. name2mapMap<String,MapDecl>CClassParser.MapsContext. name2mapMethod parameters in eu.simuline.relana.parser with type arguments of type MapDecl Modifier and Type Method Description CClassParser.AddMapContextCClassParser. 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)
-