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.FunctorOperation.Maps. functFields 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. ACC2FUNCTMethods in eu.simuline.relana.expressions that return Operation.Functor Modifier and Type Method Description static Operation.FunctorOperation.Functor. covCont(String acc)static Operation.FunctorOperation.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 OperationOperation. 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)
-