Uses of Interface
eu.simuline.relana.expressions.Operation.Eval
-
Packages that use Operation.Eval Package Description eu.simuline.relana.expressions Classes to describe expressions. -
-
Uses of Operation.Eval in eu.simuline.relana.expressions
Classes in eu.simuline.relana.expressions that implement Operation.Eval Modifier and Type Class Description (package private) static classOperation.IntsOpDefines the basic set theoretic intersection.static classOperation.MapsRepresents an operation defined by a covariant/contravariant functor(package private) static classOperation.UnionOpDefines the basic set theoretic union complement.Fields in eu.simuline.relana.expressions declared as Operation.Eval Modifier and Type Field Description private Operation.EvalFormula.Comp. operMethods in eu.simuline.relana.expressions that return Operation.Eval Modifier and Type Method Description Operation.EvalOperation.CompOp. getEval(Type type)abstract Operation.EvalOperation. getEval(Type type)Operation.EvalOperation.IntsOp. getEval(Type type)Operation.EvalOperation.Maps. getEval(Type type)Operation.EvalOperation.UnionOp. getEval(Type type)Methods in eu.simuline.relana.expressions with parameters of type Operation.Eval Modifier and Type Method Description private static Formula.CompFormula.Comp. create(Operation.Eval oper, Set<Formula> args)static FormulaFormula. getFormula(Operation.Eval oper, Set<Formula> args)Constructors in eu.simuline.relana.expressions with parameters of type Operation.Eval Constructor Description Comp(Operation.Eval oper, Set<Formula> args)
-