Class Trigger
- java.lang.Object
-
- org.lemsml.jlems.core.type.dynamics.ExpressionValued
-
- org.lemsml.jlems.core.type.dynamics.Trigger
-
- All Implemented Interfaces:
IVisitable
public class Trigger extends ExpressionValued
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
doneExtract
-
Fields inherited from class org.lemsml.jlems.core.type.dynamics.ExpressionValued
mathInline, parseTree, value
-
-
Constructor Summary
Constructors Constructor Description Trigger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCondition()
Trigger
makeCopy()
-
Methods inherited from class org.lemsml.jlems.core.type.dynamics.ExpressionValued
copyInto, extract, getParseTree, getValueExpression, setValue
-
-
-
-
Method Detail
-
getCondition
public java.lang.String getCondition() throws ContentError
- Throws:
ContentError
-
makeCopy
public Trigger makeCopy()
-
-