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 DeficiencyMap
Operation.Maps. map
Methods in eu.simuline.relana.expressions that return DeficiencyMap Modifier and Type Method Description private DeficiencyMap
Operation.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 Operation
Operation. getOperation(String funName, boolean isInverted, DeficiencyMap map, Operation.Functor funct)
abstract boolean
Operation.Functor. isAllowed(DeficiencyMap map)
(package private) abstract Type
Operation.Functor. source(DeficiencyMap map)
(package private) abstract Type
Operation.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 DeficiencyMap
MapDecl. map
Themap
declared here.private DeficiencyMap
SClass. map
Methods in eu.simuline.relana.model that return DeficiencyMap Modifier and Type Method Description DeficiencyMap
DeficiencyMap. compose(DeficiencyMap second)
Returns the composition of this map andsecond
(in this order).DeficiencyMap
SClass. getDeficiencyMap()
DeficiencyMap
DeficiencyMap. getInverse()
Returns the inverse of this map provided it exists.DeficiencyMap
MapDecl. getMap()
static DeficiencyMap
DeficiencyMap. getSubclassMap(Map<Set<Deficiency>,Deficiency> setOfNew2old, SClass source, SClass target)
static DeficiencyMap
DeficiencyMap. 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 DeficiencyMap
DeficiencyMap. compose(DeficiencyMap second)
Returns the composition of this map andsecond
(in this order).
-