Package eu.simuline.relana.expressions
Class Operation.CompOp
- java.lang.Object
-
- eu.simuline.relana.expressions.Operation
-
- eu.simuline.relana.expressions.Operation.CompOp
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class eu.simuline.relana.expressions.Operation
Operation.BaseOps, Operation.CompOp, Operation.Eval, Operation.Functor, Operation.IntsOp, Operation.Maps, Operation.UnionOp
-
-
Constructor Summary
Constructors Constructor Description CompOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanarity1()Operation.EvalgetEval(Type type)(package private) booleanisIsoAntitone()TyperetType(Set<FormulaDecl> args)StringtoString()-
Methods inherited from class eu.simuline.relana.expressions.Operation
getOperation, getOperation
-
-
-
-
Method Detail
-
retType
public Type retType(Set<FormulaDecl> args)
-
getEval
public Operation.Eval getEval(Type type)
-
isIsoAntitone
boolean isIsoAntitone()
- Specified by:
isIsoAntitonein classOperation
-
-