Uses of Class
org.intocps.maestro.interpreter.values.Value
Packages that use Value
Package
Description
-
Uses of Value in org.intocps.maestro.interpreter
Fields in org.intocps.maestro.interpreter with type parameters of type ValueModifier and TypeFieldDescriptionprotected Map<Value, IValueLifecycleHandler> DefaultExternalValueFactory.valuesMethods in org.intocps.maestro.interpreter with type parameters of type ValueModifier and TypeMethodDescriptionFmi2Interpreter.getArrayValue(Value value, Optional<Long> limit, Class<T> clz) ValueExtractionUtilities.getArrayValue(Value value, Class<T> clz) static <T extends Value>
TMethods in org.intocps.maestro.interpreter that return ValueModifier and TypeMethodDescriptionInterpreter.caseAAndBinaryExp(AAndBinaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAArrayIndexExp(org.intocps.maestro.ast.node.AArrayIndexExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAArrayInitializer(org.intocps.maestro.ast.node.AArrayInitializer node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAArrayStateDesignator(org.intocps.maestro.ast.node.AArrayStateDesignator node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAAssigmentStm(org.intocps.maestro.ast.node.AAssigmentStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseABasicBlockStm(ABasicBlockStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseABoolLiteralExp(org.intocps.maestro.ast.node.ABoolLiteralExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseABreakStm(org.intocps.maestro.ast.node.ABreakStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseACallExp(org.intocps.maestro.ast.node.ACallExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAEqualBinaryExp(AEqualBinaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAErrorStm(org.intocps.maestro.ast.node.AErrorStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAExpInitializer(org.intocps.maestro.ast.node.AExpInitializer node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAExpressionStm(org.intocps.maestro.ast.node.AExpressionStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAFieldExp(org.intocps.maestro.ast.node.AFieldExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAFloatLiteralExp(org.intocps.maestro.ast.node.AFloatLiteralExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAFmuMappingStm(org.intocps.maestro.ast.node.AFmuMappingStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAGreaterBinaryExp(AGreaterBinaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAGreaterEqualBinaryExp(AGreaterEqualBinaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAIdentifierExp(org.intocps.maestro.ast.node.AIdentifierExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAIdentifierStateDesignator(org.intocps.maestro.ast.node.AIdentifierStateDesignator node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAIfStm(org.intocps.maestro.ast.node.AIfStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAInstanceMappingStm(org.intocps.maestro.ast.node.AInstanceMappingStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAIntLiteralExp(org.intocps.maestro.ast.node.AIntLiteralExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseALessBinaryExp(ALessBinaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseALessEqualBinaryExp(ALessEqualBinaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseALoadExp(org.intocps.maestro.ast.node.ALoadExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseALocalVariableStm(org.intocps.maestro.ast.node.ALocalVariableStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAMinusBinaryExp(AMinusBinaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAMinusUnaryExp(AMinusUnaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAMultiplyBinaryExp(AMultiplyBinaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseANotEqualBinaryExp(ANotEqualBinaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseANotUnaryExp(ANotUnaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseANullExp(org.intocps.maestro.ast.node.ANullExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAOrBinaryExp(AOrBinaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAParallelBlockStm(AParallelBlockStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAParExp(org.intocps.maestro.ast.node.AParExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAPlusBinaryExp(APlusBinaryExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseARealLiteralExp(org.intocps.maestro.ast.node.ARealLiteralExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseARefExp(org.intocps.maestro.ast.node.ARefExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseARootDocument(org.intocps.maestro.ast.node.ARootDocument node, org.intocps.maestro.interpreter.Context question) Interpreter.caseASimulationSpecificationCompilationUnit(org.intocps.maestro.ast.node.ASimulationSpecificationCompilationUnit node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAStringLiteralExp(org.intocps.maestro.ast.node.AStringLiteralExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseATransferAsStm(org.intocps.maestro.ast.node.ATransferAsStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseATransferStm(org.intocps.maestro.ast.node.ATransferStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseATryStm(org.intocps.maestro.ast.node.ATryStm node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAUIntLiteralExp(org.intocps.maestro.ast.node.AUIntLiteralExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAUnloadExp(org.intocps.maestro.ast.node.AUnloadExp node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAVariableDeclaration(AVariableDeclaration node, org.intocps.maestro.interpreter.Context question) Interpreter.caseAWhileStm(org.intocps.maestro.ast.node.AWhileStm node, org.intocps.maestro.interpreter.Context question) Fmi2Interpreter.createFmiValue(Class<?> clz) Fmi2Interpreter.createFmiValue(String path, String guid) Interpreter.createNewReturnValue(Object node, org.intocps.maestro.interpreter.Context question) Interpreter.createNewReturnValue(org.intocps.maestro.ast.node.INode node, org.intocps.maestro.interpreter.Context question) Destruction of values created by the factory.protected ValueInterpreter.getInnerArrayValue(ArrayValue<Value> arrayValue, List<NumericValue> indices) ModuleContext.lookup(LexIdentifier identifier) Methods in org.intocps.maestro.interpreter that return types with arguments of type ValueModifier and TypeMethodDescriptionCreates a new interpreter value for the specified type using the supplied argumentsFmi2Interpreter.createFmuMembers(File workingDirectory, String guid, org.intocps.fmi.IFmu fmu) Methods in org.intocps.maestro.interpreter with parameters of type ValueModifier and TypeMethodDescriptionDestruction of values created by the factory.Fmi2Interpreter.getArrayValue(Value value, Optional<Long> limit, Class<T> clz) ValueExtractionUtilities.getArrayValue(Value value, Class<T> clz) static booleanstatic doublestatic Stringstatic longstatic <T extends Value>
TMethod parameters in org.intocps.maestro.interpreter with type arguments of type ValueModifier and TypeMethodDescriptionstatic voidFmi2Interpreter.checkArgLength(List<Value> values, int size) Creates a new interpreter value for the specified type using the supplied argumentsprotected ValueInterpreter.getInnerArrayValue(ArrayValue<Value> arrayValue, List<NumericValue> indices) -
Uses of Value in org.intocps.maestro.interpreter.api
Methods in org.intocps.maestro.interpreter.api that return types with arguments of type ValueModifier and TypeMethodDescriptionIValueLifecycleHandler.instantiate(List<Value> args) Creates an instance of the module based on the given argumentsMethods in org.intocps.maestro.interpreter.api with parameters of type ValueModifier and TypeMethodDescriptionvoidDestruction of the initially created value.Method parameters in org.intocps.maestro.interpreter.api with type arguments of type ValueModifier and TypeMethodDescriptionIValueLifecycleHandler.instantiate(List<Value> args) Creates an instance of the module based on the given arguments -
Uses of Value in org.intocps.maestro.interpreter.extensions
Methods in org.intocps.maestro.interpreter.extensions that return types with arguments of type ValueModifier and TypeMethodDescriptionArrayUtilLifecycleHandler.instantiate(List<Value> args) BooleanLogicLifecycleHandler.instantiate(List<Value> args) ConsolePrinterLifecycleHandler.instantiate(List<Value> args) CsvLifecycleHandler.instantiate(List<Value> args) DataWriterLifecycleHandler.instantiate(List<Value> args) DerivativeEstimatorLifecycleHandler.instantiate(List<Value> args) Fmi2LifecycleHandler.instantiate(List<Value> args) Fmi3LifecycleHandler.instantiate(List<Value> args) JavaClasspathLoaderLifecycleHandler.instantiate(List<Value> args) JFmi2LifecycleHandler.instantiate(List<Value> args) LoggerLifecycleHandler.instantiate(List<Value> args) MathLifecycleHandler.instantiate(List<Value> args) MEnvLifecycleHandler.instantiate(List<Value> args) ModelTransitionLifecycleHandler.instantiate(List<Value> args) RealTimeLifecycleHandler.instantiate(List<Value> args) SimulationControlDefaultLifecycleHandler.instantiate(List<Value> args) VariableStepLifecycleHandler.instantiate(List<Value> args) Methods in org.intocps.maestro.interpreter.extensions with parameters of type ValueModifier and TypeMethodDescriptionvoidvoidvoidvoidMethod parameters in org.intocps.maestro.interpreter.extensions with type arguments of type ValueModifier and TypeMethodDescriptionArrayUtilLifecycleHandler.instantiate(List<Value> args) BooleanLogicLifecycleHandler.instantiate(List<Value> args) ConsolePrinterLifecycleHandler.instantiate(List<Value> args) CsvLifecycleHandler.instantiate(List<Value> args) DataWriterLifecycleHandler.instantiate(List<Value> args) DerivativeEstimatorLifecycleHandler.instantiate(List<Value> args) Fmi2LifecycleHandler.instantiate(List<Value> args) Fmi3LifecycleHandler.instantiate(List<Value> args) JavaClasspathLoaderLifecycleHandler.instantiate(List<Value> args) JFmi2LifecycleHandler.instantiate(List<Value> args) LoggerLifecycleHandler.instantiate(List<Value> args) MathLifecycleHandler.instantiate(List<Value> args) MEnvLifecycleHandler.instantiate(List<Value> args) ModelTransitionLifecycleHandler.instantiate(List<Value> args) RealTimeLifecycleHandler.instantiate(List<Value> args) SimulationControlDefaultLifecycleHandler.instantiate(List<Value> args) VariableStepLifecycleHandler.instantiate(List<Value> args) -
Uses of Value in org.intocps.maestro.interpreter.extensions.fmi3
Methods in org.intocps.maestro.interpreter.extensions.fmi3 that return ValueMethods in org.intocps.maestro.interpreter.extensions.fmi3 that return types with arguments of type ValueModifier and TypeMethodDescriptionFmi3Interpreter.createFmuMembers(File workingDirectory, String guid, org.intocps.fmi.jnifmuapi.fmi3.IFmi3Fmu fmu) Methods in org.intocps.maestro.interpreter.extensions.fmi3 with parameters of type ValueModifier and TypeMethodDescriptionstatic Doublestatic UpdatableValueFmi3Interpreter.getUpdatable(Value v) -
Uses of Value in org.intocps.maestro.interpreter.external
Methods in org.intocps.maestro.interpreter.external that return ValueModifier and TypeMethodDescriptionExternalReflectCallHelper.ArgMapping.mapOut(Object value, Map<IArgMapping, Value> outputThroughReturn) IArgMapping.mapOut(Object value, Map<IArgMapping, Value> outputThroughReturn) Methods in org.intocps.maestro.interpreter.external that return types with arguments of type ValueModifier and TypeMethodDescriptionExternalReflectModuleHelper.createMembers(AModuleDeclaration module, Object target, Predicate<AFunctionDeclaration> functionFilter) Methods in org.intocps.maestro.interpreter.external with parameters of type ValueModifier and TypeMethodDescriptionvoidvoidMethod parameters in org.intocps.maestro.interpreter.external with type arguments of type Value -
Uses of Value in org.intocps.maestro.interpreter.values
Classes in org.intocps.maestro.interpreter.values with type parameters of type ValueSubclasses of Value in org.intocps.maestro.interpreter.valuesModifier and TypeClassDescriptionclassArrayValue<T extends Value>classclassclassclassclassclassclassclassstatic classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.intocps.maestro.interpreter.values that return ValueMethods in org.intocps.maestro.interpreter.values with parameters of type ValueModifier and TypeMethodDescriptionintintintintintintintintintintintintvoidMethod parameters in org.intocps.maestro.interpreter.values with type arguments of type ValueModifier and TypeMethodDescriptionstatic voidValue.checkArgLength(List<Value> values, int size) abstract ValueConstructors in org.intocps.maestro.interpreter.values with parameters of type ValueConstructor parameters in org.intocps.maestro.interpreter.values with type arguments of type ValueModifierConstructorDescriptionExternalFunctionValue(Function<List<Value>, Value> function) ExternalFunctionValue(Function<List<Value>, Value> function) ExternalModuleValue(Map<String, Value> members, T module) ModuleValue(Map<String, Value> members) -
Uses of Value in org.intocps.maestro.interpreter.values.csv
Subclasses of Value in org.intocps.maestro.interpreter.values.csvMethods in org.intocps.maestro.interpreter.values.csv with type parameters of type ValueMethods in org.intocps.maestro.interpreter.values.csv with parameters of type ValueModifier and TypeMethodDescriptionCsvFileValue.getArrayValue(Value value, Class<T> clz) static doublestatic StringMethod parameters in org.intocps.maestro.interpreter.values.csv with type arguments of type ValueModifier and TypeMethodDescriptionvoidCsvDataWriter.writeDataPoint(UUID uuid, double time, List<Value> dataPoint) -
Uses of Value in org.intocps.maestro.interpreter.values.datawriter
Subclasses of Value in org.intocps.maestro.interpreter.values.datawriterMethods in org.intocps.maestro.interpreter.values.datawriter with type parameters of type ValueMethods in org.intocps.maestro.interpreter.values.datawriter with parameters of type ValueMethod parameters in org.intocps.maestro.interpreter.values.datawriter with type arguments of type ValueModifier and TypeMethodDescriptionvoidIDataListener.writeDataPoint(UUID uuid, double time, List<Value> dataPoint) voidIntervalDataWriter.writeDataPoint(UUID uuid, double time, List<Value> dataPoint) voidWebSocketDataWriter.writeDataPoint(UUID uuid, double time, List<Value> dataPoint) -
Uses of Value in org.intocps.maestro.interpreter.values.derivativeestimator
Subclasses of Value in org.intocps.maestro.interpreter.values.derivativeestimatorModifier and TypeClassDescriptionclassclass -
Uses of Value in org.intocps.maestro.interpreter.values.fmi
Subclasses of Value in org.intocps.maestro.interpreter.values.fmiModifier and TypeClassDescriptionclassclassclassclassclassclassConstructor parameters in org.intocps.maestro.interpreter.values.fmi with type arguments of type ValueModifierConstructorDescriptionFmu3InstanceValue(Map<String, Value> members, org.intocps.fmi.jnifmuapi.fmi3.IFmi3Instance module, String name, OutputStream fmuLoggerOutputStream) FmuComponentValue(Map<String, Value> members, org.intocps.fmi.IFmiComponent module, OutputStream fmuLoggerOutputStream) -
Uses of Value in org.intocps.maestro.interpreter.values.modeltransition
Subclasses of Value in org.intocps.maestro.interpreter.values.modeltransition -
Uses of Value in org.intocps.maestro.interpreter.values.simulationcontrol
Subclasses of Value in org.intocps.maestro.interpreter.values.simulationcontrol -
Uses of Value in org.intocps.maestro.interpreter.values.utilities
Subclasses of Value in org.intocps.maestro.interpreter.values.utilitiesModifier and TypeClassDescriptionclassclassclassMethods in org.intocps.maestro.interpreter.values.utilities with type parameters of type ValueModifier and TypeMethodDescriptionArrayUtilValue.getArrayValue(Value value, Class<T> clz) ByteArrayArrayValue.getArrayValue(Value value, Class<T> clz) Methods in org.intocps.maestro.interpreter.values.utilities that return ValueMethods in org.intocps.maestro.interpreter.values.utilities that return types with arguments of type ValueMethods in org.intocps.maestro.interpreter.values.utilities with parameters of type ValueModifier and TypeMethodDescriptionArrayUtilValue.getArrayValue(Value value, Class<T> clz) ByteArrayArrayValue.getArrayValue(Value value, Class<T> clz) static doublestatic doublestatic Stringstatic StringvoidConstructor parameters in org.intocps.maestro.interpreter.values.utilities with type arguments of type Value -
Uses of Value in org.intocps.maestro.interpreter.values.variablestep
Subclasses of Value in org.intocps.maestro.interpreter.values.variablestepMethod parameters in org.intocps.maestro.interpreter.values.variablestep with type arguments of type ValueModifier and TypeMethodDescriptionvoidVariableStepConfigValue.addDataPoint(Double time, List<Value> portValues) booleanVariableStepConfigValue.isStepValid(Double nextTime, List<Value> portValues, boolean supportsRollBack)