Uses of Class
eu.simuline.relana.model.DeficiencyMap
-
Packages that use DeficiencyMap Package Description eu.simuline.relana.expressions Classes to describe expressions.eu.simuline.relana.model Description for object oriented models in terms of java classes. -
-
Uses of DeficiencyMap in eu.simuline.relana.expressions
Fields in eu.simuline.relana.expressions declared as DeficiencyMap Modifier and Type Field Description private DeficiencyMapOperation.Maps. mapMethods in eu.simuline.relana.expressions that return DeficiencyMap Modifier and Type Method Description private DeficiencyMapOperation.Maps. getMap()Methods in eu.simuline.relana.expressions with parameters of type DeficiencyMap Modifier and Type Method Description (package private) abstract Set<Deficiency>Operation.Functor. eval(DeficiencyMap map, Set<Deficiency> defs)(package private) Set<Deficiency>Operation.Functor. eval(Set<Set<Deficiency>> param, DeficiencyMap map)static OperationOperation. getOperation(String funName, boolean isInverted, DeficiencyMap map, Operation.Functor funct)abstract booleanOperation.Functor. isAllowed(DeficiencyMap map)(package private) abstract TypeOperation.Functor. source(DeficiencyMap map)(package private) abstract TypeOperation.Functor. target(DeficiencyMap map)Constructors in eu.simuline.relana.expressions with parameters of type DeficiencyMap Constructor Description Maps(String funName, boolean isInverted, DeficiencyMap map, Operation.Functor funct) -
Uses of DeficiencyMap in eu.simuline.relana.model
Fields in eu.simuline.relana.model declared as DeficiencyMap Modifier and Type Field Description private DeficiencyMapMapDecl. mapThemapdeclared here.private DeficiencyMapSClass. mapMethods in eu.simuline.relana.model that return DeficiencyMap Modifier and Type Method Description DeficiencyMapDeficiencyMap. compose(DeficiencyMap second)Returns the composition of this map andsecond(in this order).DeficiencyMapSClass. getDeficiencyMap()DeficiencyMapDeficiencyMap. getInverse()Returns the inverse of this map provided it exists.DeficiencyMapMapDecl. getMap()static DeficiencyMapDeficiencyMap. getSubclassMap(Map<Set<Deficiency>,Deficiency> setOfNew2old, SClass source, SClass target)static DeficiencyMapDeficiencyMap. identity(SClass sourceTarget)Returns the identity map with the given source and target with full domain and range.Methods in eu.simuline.relana.model with parameters of type DeficiencyMap Modifier and Type Method Description DeficiencyMapDeficiencyMap. compose(DeficiencyMap second)Returns the composition of this map andsecond(in this order).
-