Uses of Interface
de.iip_ecosphere.platform.configuration.ivml.DecisionVariableProvider
-
Packages that use DecisionVariableProvider Package Description de.iip_ecosphere.platform.configuration Implementation.de.iip_ecosphere.platform.configuration.ivml Generic mapping of IVML into AAS. -
-
Uses of DecisionVariableProvider in de.iip_ecosphere.platform.configuration
Fields in de.iip_ecosphere.platform.configuration declared as DecisionVariableProvider Modifier and Type Field Description private DecisionVariableProviderDrawflowGraphFormat.GraphReader. varProviderMethods in de.iip_ecosphere.platform.configuration with parameters of type DecisionVariableProvider Modifier and Type Method Description IvmlGraphMapper.IvmlGraphDrawflowGraphFormat. fromString(java.lang.String graph, GraphFactory factory, DecisionVariableProvider varProvider)Constructors in de.iip_ecosphere.platform.configuration with parameters of type DecisionVariableProvider Constructor Description GraphReader(GraphFactory factory, DecisionVariableProvider varProvider)Creates a graph reader instance. -
Uses of DecisionVariableProvider in de.iip_ecosphere.platform.configuration.ivml
Classes in de.iip_ecosphere.platform.configuration.ivml that implement DecisionVariableProvider Modifier and Type Class Description classAasIvmlMapperMaps an IVML configuration generically into an AAS with references to IIP-Ecosphere.classAbstractIvmlModifierMaps an IVML configuration generically into an AAS without referencing to IIP-Ecosphere.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type DecisionVariableProvider Modifier and Type Method Description IvmlGraphMapper.IvmlGraphGraphFormat. fromString(java.lang.String graph, GraphFactory factory, DecisionVariableProvider varProvider)Parsesgraphfrom this format into an IVML graph structure.
-