Uses of Interface
de.iip_ecosphere.platform.configuration.ivml.GraphFactory
-
Packages that use GraphFactory Package Description de.iip_ecosphere.platform.configuration Implementation.de.iip_ecosphere.platform.configuration.ivml Generic mapping of IVML into AAS. -
-
Uses of GraphFactory in de.iip_ecosphere.platform.configuration
Classes in de.iip_ecosphere.platform.configuration that implement GraphFactory Modifier and Type Class Description private static classConfigurationAas.IipGraphFactoryImplements a factory for the graph elements used.Fields in de.iip_ecosphere.platform.configuration declared as GraphFactory Modifier and Type Field Description private GraphFactoryDrawflowGraphFormat.GraphReader. factoryprivate static GraphFactoryConfigurationAas. GRAPH_FACTORYMethods in de.iip_ecosphere.platform.configuration that return GraphFactory Modifier and Type Method Description GraphFactoryConfigurationAas.IipGraphMapper. getGraphFactory()Methods in de.iip_ecosphere.platform.configuration with parameters of type GraphFactory 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 GraphFactory Constructor Description GraphReader(GraphFactory factory, DecisionVariableProvider varProvider)Creates a graph reader instance. -
Uses of GraphFactory in de.iip_ecosphere.platform.configuration.ivml
Methods in de.iip_ecosphere.platform.configuration.ivml that return GraphFactory Modifier and Type Method Description GraphFactoryAbstractIvmlModifier. getGraphFactory()Returns the factory to use to crate graphs.GraphFactoryIvmlGraphMapper. getGraphFactory()Returns the factory to use to crate graphs.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type GraphFactory Modifier and Type Method Description IvmlGraphMapper.IvmlGraphGraphFormat. fromString(java.lang.String graph, GraphFactory factory, DecisionVariableProvider varProvider)Parsesgraphfrom this format into an IVML graph structure.
-