Uses of Class
org.intocps.maestro.interpreter.values.Value
-
-
Uses of Value in org.intocps.maestro.interpreter
Fields in org.intocps.maestro.interpreter with type parameters of type Value Modifier and Type Field Description protected java.util.HashMap<java.lang.String,java.util.function.Function<java.util.List<Value>,com.spencerwi.either.Either<java.lang.Exception,Value>>>DefaultExternalValueFactory. instantiatorsprotected java.util.HashMap<java.lang.String,java.util.function.Function<java.util.List<Value>,com.spencerwi.either.Either<java.lang.Exception,Value>>>DefaultExternalValueFactory. instantiatorsMethods in org.intocps.maestro.interpreter with type parameters of type Value Modifier and Type Method Description static <T extends Value>
java.util.List<T>ValueExtractionUtilities. getArrayValue(Value value, java.lang.Class<T> clz)static <T extends Value>
TValueExtractionUtilities. getValue(Value value, java.lang.Class<T> clz)Methods in org.intocps.maestro.interpreter that return Value Modifier and Type Method Description ValueFmiInterpreter. createFmiValue(java.lang.String path, java.lang.String guid)ValueDefaultExternalValueFactory. destroy(Value value)ValueIExternalValueFactory. destroy(Value value)Destruction of values created by the factory.ValueModuleContext. lookup(java.lang.String name)ValueModuleContext. lookup(org.intocps.maestro.ast.LexIdentifier identifier)Methods in org.intocps.maestro.interpreter that return types with arguments of type Value Modifier and Type Method Description com.spencerwi.either.Either<java.lang.Exception,Value>DefaultExternalValueFactory. create(java.lang.String type, java.util.List<Value> args)com.spencerwi.either.Either<java.lang.Exception,Value>IExternalValueFactory. create(java.lang.String type, java.util.List<Value> args)Creates a new interpreter value for the specified type using the supplied argumentsMethods in org.intocps.maestro.interpreter with parameters of type Value Modifier and Type Method Description ValueDefaultExternalValueFactory. destroy(Value value)ValueIExternalValueFactory. destroy(Value value)Destruction of values created by the factory.static <T extends Value>
java.util.List<T>ValueExtractionUtilities. getArrayValue(Value value, java.lang.Class<T> clz)static <T extends Value>
TValueExtractionUtilities. getValue(Value value, java.lang.Class<T> clz)Method parameters in org.intocps.maestro.interpreter with type arguments of type Value Modifier and Type Method Description com.spencerwi.either.Either<java.lang.Exception,Value>DefaultExternalValueFactory. create(java.lang.String type, java.util.List<Value> args)com.spencerwi.either.Either<java.lang.Exception,Value>IExternalValueFactory. create(java.lang.String type, java.util.List<Value> args)Creates a new interpreter value for the specified type using the supplied arguments -
Uses of Value in org.intocps.maestro.interpreter.values
Classes in org.intocps.maestro.interpreter.values with type parameters of type Value Modifier and Type Class Description classArrayValue<T extends Value>Subclasses of Value in org.intocps.maestro.interpreter.values Modifier and Type Class Description classArrayValue<T extends Value>classBooleanValueclassExternalModuleValue<T>classFunctionValuestatic classFunctionValue.ExternalFunctionValueclassIntegerValueclassLoggerValueclassMathValueclassModuleValueclassNullValueclassNumericValueclassRealValueclassStringValueclassUndefinedValueclassUnsignedIntegerValueclassUpdatableValueclassVoidValueMethods in org.intocps.maestro.interpreter.values that return Value Modifier and Type Method Description ValueUpdatableValue. deref()ValueValue. deref()abstract ValueFunctionValue. evaluate(java.util.List<Value> args)ValueFunctionValue. evaluate(Value... args)ValueFunctionValue.ExternalFunctionValue. evaluate(java.util.List<Value> args)ValueModuleValue. lookup(java.lang.String name)Methods in org.intocps.maestro.interpreter.values with parameters of type Value Modifier and Type Method Description intIntegerValue. compareTo(Value other)intNullValue. compareTo(Value value)intRealValue. compareTo(Value value)intUnsignedIntegerValue. compareTo(Value other)intValue. compareTo(Value value)ValueFunctionValue. evaluate(Value... args)voidUpdatableValue. setValue(Value newValue)Method parameters in org.intocps.maestro.interpreter.values with type arguments of type Value Modifier and Type Method Description protected static voidValue. checkArgLength(java.util.List<Value> values, int size)abstract ValueFunctionValue. evaluate(java.util.List<Value> args)ValueFunctionValue.ExternalFunctionValue. evaluate(java.util.List<Value> args)Constructors in org.intocps.maestro.interpreter.values with parameters of type Value Constructor Description UpdatableValue(Value value)Constructor parameters in org.intocps.maestro.interpreter.values with type arguments of type Value Constructor Description ExternalFunctionValue(java.util.function.Function<java.util.List<Value>,Value> function)ExternalFunctionValue(java.util.function.Function<java.util.List<Value>,Value> function)ExternalModuleValue(java.util.Map<java.lang.String,Value> members, T module)ModuleValue(java.util.Map<java.lang.String,Value> members) -
Uses of Value in org.intocps.maestro.interpreter.values.csv
Subclasses of Value in org.intocps.maestro.interpreter.values.csv Modifier and Type Class Description classCsvFileValueclassCSVValueMethods in org.intocps.maestro.interpreter.values.csv with type parameters of type Value Modifier and Type Method Description static <T extends Value>
java.util.List<T>CsvFileValue. getArrayValue(Value value, java.lang.Class<T> clz)Methods in org.intocps.maestro.interpreter.values.csv with parameters of type Value Modifier and Type Method Description static <T extends Value>
java.util.List<T>CsvFileValue. getArrayValue(Value value, java.lang.Class<T> clz)static doubleCsvFileValue. getDouble(Value value)static java.lang.StringCsvFileValue. getString(Value value)Method parameters in org.intocps.maestro.interpreter.values.csv with type arguments of type Value Modifier and Type Method Description voidCsvDataWriter. writeDataPoint(java.util.UUID uuid, double time, java.util.List<Value> dataPoint) -
Uses of Value in org.intocps.maestro.interpreter.values.datawriter
Subclasses of Value in org.intocps.maestro.interpreter.values.datawriter Modifier and Type Class Description classDataWriterConfigValueclassDataWriterValueMethods in org.intocps.maestro.interpreter.values.datawriter with type parameters of type Value Modifier and Type Method Description static <T extends Value>
java.util.List<T>DataWriterValue. getArrayValue(Value value, java.lang.Class<T> clz)Methods in org.intocps.maestro.interpreter.values.datawriter with parameters of type Value Modifier and Type Method Description static <T extends Value>
java.util.List<T>DataWriterValue. getArrayValue(Value value, java.lang.Class<T> clz)Method parameters in org.intocps.maestro.interpreter.values.datawriter with type arguments of type Value Modifier and Type Method Description voidIDataListener. writeDataPoint(java.util.UUID uuid, double time, java.util.List<Value> dataPoint) -
Uses of Value in org.intocps.maestro.interpreter.values.derivativeestimator
Subclasses of Value in org.intocps.maestro.interpreter.values.derivativeestimator Modifier and Type Class Description classDerivativeEstimatorInstanceValueclassDerivativeEstimatorValue -
Uses of Value in org.intocps.maestro.interpreter.values.fmi
Subclasses of Value in org.intocps.maestro.interpreter.values.fmi Modifier and Type Class Description classFmuComponentStateValueclassFmuComponentValueclassFmuValueConstructor parameters in org.intocps.maestro.interpreter.values.fmi with type arguments of type Value Constructor Description FmuComponentValue(java.util.Map<java.lang.String,Value> members, org.intocps.fmi.IFmiComponent module, java.io.OutputStream fmuLoggerOutputStream)FmuValue(java.util.Map<java.lang.String,Value> members, org.intocps.fmi.IFmu module)
-