Uses of Interface
de.iip_ecosphere.platform.configuration.easyProducer.ivml.GraphFactory
Packages that use GraphFactory
Package
Description
Implementation.
Generic mapping of IVML into AAS.
ServiceMesh-Graph-mapper.
-
Uses of GraphFactory in de.iip_ecosphere.platform.configuration.easyProducer
Fields in de.iip_ecosphere.platform.configuration.easyProducer declared as GraphFactoryMethods in de.iip_ecosphere.platform.configuration.easyProducer with parameters of type GraphFactoryModifier and TypeMethodDescriptionDrawflowGraphFormat.fromString(String graph, GraphFactory factory, DecisionVariableProvider varProvider) Constructors in de.iip_ecosphere.platform.configuration.easyProducer with parameters of type GraphFactoryModifierConstructorDescriptionprivateGraphReader(GraphFactory factory, DecisionVariableProvider varProvider) Creates a graph reader instance. -
Uses of GraphFactory in de.iip_ecosphere.platform.configuration.easyProducer.ivml
Methods in de.iip_ecosphere.platform.configuration.easyProducer.ivml that return GraphFactoryModifier and TypeMethodDescriptionAbstractIvmlModifier.getGraphFactory()Returns the factory to use to crate graphs.IvmlGraphMapper.getGraphFactory()Returns the factory to use to crate graphs.Methods in de.iip_ecosphere.platform.configuration.easyProducer.ivml with parameters of type GraphFactoryModifier and TypeMethodDescriptionGraphFormat.fromString(String graph, GraphFactory factory, DecisionVariableProvider varProvider) Parsesgraphfrom this format into an IVML graph structure. -
Uses of GraphFactory in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh
Classes in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh that implement GraphFactoryModifier and TypeClassDescriptionclassImplements a factory for the service mesh graph elements used.Fields in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh declared as GraphFactoryMethods in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh that return GraphFactory