Class ModuleValue
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.Value
-
- org.intocps.maestro.interpreter.values.ModuleValue
-
- Direct Known Subclasses:
ConsolePrinterValue,DataWriterValue,DerivativeEstimatorInstanceValue,DerivativeEstimatorValue,ExternalModuleValue,ModelTransitionValue,RealTimeValue,VariableStepValue
public class ModuleValue extends Value
-
-
Constructor Summary
Constructors Constructor Description ModuleValue(Map<String,Value> members)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Valuelookup(String name)-
Methods inherited from class org.intocps.maestro.interpreter.values.Value
checkArgLength, compareTo, deref
-
-