Uses of Class
eu.simuline.relana.expressions.Operation.Functor
-
Packages that use Operation.Functor Package Description eu.simuline.relana.expressions Classes to describe expressions. -
-
Uses of Operation.Functor in eu.simuline.relana.expressions
Fields in eu.simuline.relana.expressions declared as Operation.Functor Modifier and Type Field Description private Operation.Functor
Operation.Maps. funct
Fields in eu.simuline.relana.expressions with type parameters of type Operation.Functor Modifier and Type Field Description private static Map<String,Operation.Functor>
Operation.Functor. ACC2FUNCT
Methods in eu.simuline.relana.expressions that return Operation.Functor Modifier and Type Method Description static Operation.Functor
Operation.Functor. covCont(String acc)
static Operation.Functor
Operation.Functor. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation.Functor[]
Operation.Functor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.simuline.relana.expressions with parameters of type Operation.Functor Modifier and Type Method Description static Operation
Operation. getOperation(String funName, boolean isInverted, DeficiencyMap map, Operation.Functor funct)
Constructors in eu.simuline.relana.expressions with parameters of type Operation.Functor Constructor Description Maps(String funName, boolean isInverted, DeficiencyMap map, Operation.Functor funct)
-