Uses of Interface
de.uni_trier.wi2.procake.data.object.nest.NESTGraphObject
-
-
Uses of NESTGraphObject in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl
Fields in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl declared as NESTGraphObject Modifier and Type Field Description protected NESTGraphObjectNESTGraphHandler. currentGraphreference to the NESTGraph, which gets read at the moment -
Uses of NESTGraphObject in de.uni_trier.wi2.procake.data.object.nest
Subinterfaces of NESTGraphObject in de.uni_trier.wi2.procake.data.object.nest Modifier and Type Interface Description interfaceNESTAbstractWorkflowObjectinterfaceNESTSequentialWorkflowObjectRepresents a de facto workflow instance.interfaceNESTWorkflowObjectInterface of a NEST-graph-object.Methods in de.uni_trier.wi2.procake.data.object.nest that return NESTGraphObject Modifier and Type Method Description NESTGraphObjectNESTGraphItemObject. getGraph()Returns the graph this object is related to.Methods in de.uni_trier.wi2.procake.data.object.nest with parameters of type NESTGraphObject Modifier and Type Method Description booleanNESTGraphObject. containsValueFrom(NESTGraphObject graph)Checks, whether the given graph is entirely contained in this graph.booleanNESTGraphObject. containsValueFromWithExceptions(NESTGraphObject graph)Checks, whether the given graph is entirely contained in this graph.voidNESTGraphItemObject. setGraph(NESTGraphObject graph)Sets the graph this object is related to.voidNESTSequentialWorkflowObject. transformNESTGraphToNESTSequentialWorkflow(NESTGraphObject graphObject)Creates a new de facto resource from the given graphObject only if it indeed is a de facto workflow. -
Uses of NESTGraphObject in de.uni_trier.wi2.procake.data.object.nest.impl
Classes in de.uni_trier.wi2.procake.data.object.nest.impl that implement NESTGraphObject Modifier and Type Class Description classNESTAbstractWorkflowObjectImplclassNESTGraphObjectImplclassNESTSequentialWorkflowObjectImplclassNESTWorkflowObjectImplDefinition of a graph-object.Fields in de.uni_trier.wi2.procake.data.object.nest.impl declared as NESTGraphObject Modifier and Type Field Description protected NESTGraphObjectNESTGraphItemObjectImpl. graphStores the reference to the graphMethods in de.uni_trier.wi2.procake.data.object.nest.impl that return NESTGraphObject Modifier and Type Method Description NESTGraphObjectNESTGraphItemObjectImpl. getGraph()Methods in de.uni_trier.wi2.procake.data.object.nest.impl with parameters of type NESTGraphObject Modifier and Type Method Description booleanNESTGraphObjectImpl. containsValueFrom(NESTGraphObject graph)booleanNESTGraphObjectImpl. containsValueFromWithExceptions(NESTGraphObject graph)voidNESTGraphItemObjectImpl. setGraph(NESTGraphObject graph)voidNESTSequentialWorkflowObjectImpl. transformNESTGraphToNESTSequentialWorkflow(NESTGraphObject nestGraph) -
Uses of NESTGraphObject in de.uni_trier.wi2.procake.data.object.nest.utils
Classes in de.uni_trier.wi2.procake.data.object.nest.utils with type parameters of type NESTGraphObject Modifier and Type Interface Description interfaceNESTGraphBuilder<T extends NESTGraphObject>Interface of a nest graph builder.Methods in de.uni_trier.wi2.procake.data.object.nest.utils that return NESTGraphObject Modifier and Type Method Description NESTGraphObjectNESTGraphModifier. extractPartialGraph(Set<NESTNodeObject> nodeSet)NESTGraphObjectNESTGraphValidator. getGraph()This method returns the graph object for which the validator was created. -
Uses of NESTGraphObject in de.uni_trier.wi2.procake.data.object.nest.utils.impl
Classes in de.uni_trier.wi2.procake.data.object.nest.utils.impl with type parameters of type NESTGraphObject Modifier and Type Class Description classNESTGraphBuilderImpl<T extends NESTGraphObject>Definition of a NEST workflow builder.classNESTGraphModifierImpl<G extends NESTGraphObject>classNESTGraphVisualizerImpl<T extends NESTGraphObject>classNESTUtils<G extends NESTGraphObject>Generic implementation for nest graph utility classes.Fields in de.uni_trier.wi2.procake.data.object.nest.utils.impl declared as NESTGraphObject Modifier and Type Field Description protected TNESTGraphVisualizerImpl. graphprotected GNESTUtils. graphMethods in de.uni_trier.wi2.procake.data.object.nest.utils.impl that return NESTGraphObject Modifier and Type Method Description NESTGraphObjectNESTGraphModifierImpl. extractPartialGraph(Set<NESTNodeObject> nodeSet)NESTGraphObjectNESTGraphValidatorImpl. getGraph()Methods in de.uni_trier.wi2.procake.data.object.nest.utils.impl with parameters of type NESTGraphObject Modifier and Type Method Description protected voidNESTGraphModifierImpl. checkAllowedGraphClasses(NESTGraphObject graph, NESTGraphItemObject nestGraphItem)static NESTGraphVisualizerImplNESTGraphVisualizerFactory. getDefaultVisualizer(NESTGraphObject graph)The first visualizer in the list is always the default modifier.static NESTGraphVisualizerImplNESTGraphVisualizerFactory. getVisualizer(NESTGraphObject graph, Class clazz)Returns a visualizer that is attached to the given NESTGraphObject and has the given identifier.protected voidNESTAbstractWorkflowModifierImpl. insertSubgraphEdges(NESTGraphObject subgraphToInsert, Map<String,String> oldToNewIDMapping, NESTNodeObject parentNode)Partial method used for methodNESTAbstractWorkflowModifierImpl.insertSubgraph(NESTAbstractWorkflowObject, NESTSequenceNodeObject, NESTSequenceNodeObject, NESTNodeObject)and it's submethods to insert edges from subgraph.Constructors in de.uni_trier.wi2.procake.data.object.nest.utils.impl with parameters of type NESTGraphObject Constructor Description NESTGraphIDManagerImpl(NESTGraphObject graph)Constructor.NESTGraphValidatorImpl(NESTGraphObject graphObject) -
Uses of NESTGraphObject in de.uni_trier.wi2.procake.similarity.nest
Classes in de.uni_trier.wi2.procake.similarity.nest with type parameters of type NESTGraphObject Modifier and Type Class Description classNESTSimilarityCacheCalculator<T extends NESTGraphObject>Multithreaded calculator to compute all pairwise similarities between nest graph objects stored in a given pool.
-