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) boolean
arity1()
Operation.Eval
getEval(Type type)
(package private) boolean
isIsoAntitone()
Type
retType(Set<FormulaDecl> args)
String
toString()
-
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:
isIsoAntitone
in classOperation
-
-