Interface IVisitable
-
- All Known Implementing Classes:
AbstractStateChange,Case,DerivedParameter,DerivedVariable,ExpressionValued,StateAssignment,TimeDerivative,Trigger
public interface IVisitable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseTreegetParseTree()java.lang.StringgetValueExpression()
-
-
-
Method Detail
-
getParseTree
ParseTree getParseTree()
-
getValueExpression
java.lang.String getValueExpression()
-
-