Uses of Interface
de.uni_trier.wi2.procake.data.object.nest.NESTDataNodeObject
-
-
Uses of NESTDataNodeObject in de.uni_trier.wi2.procake.data.object.nest
Methods in de.uni_trier.wi2.procake.data.object.nest that return types with arguments of type NESTDataNodeObject Modifier and Type Method Description Set<NESTDataNodeObject>NESTSequenceNodeObject. getAllDataNodes()Set<NESTDataNodeObject>NESTSequenceNodeObject. getAllDataNodes(Predicate<? super NESTDataNodeObject> filter)Set<NESTDataNodeObject>NESTAbstractWorkflowObject. getDataNodes()Returns the complete set of data nodes registered in the graph.Set<NESTDataNodeObject>NESTAbstractWorkflowObject. getDataNodes(Predicate<? super NESTDataNodeObject> filter)Returns the complete set of data nodes registered in the graph.Set<NESTDataNodeObject>NESTAbstractWorkflowObject. getInputDataNodes()Returns these data objects that are inputs of the entire workflow (no intermediate objects)Set<NESTDataNodeObject>NESTAbstractWorkflowObject. getInputDataNodes(Predicate<? super NESTDataNodeObject> filter)Returns these data objects that are inputs of the entire workflow (no intermediate objects)Set<NESTDataNodeObject>NESTSequenceNodeObject. getInputDataNodes()Set<NESTDataNodeObject>NESTSequenceNodeObject. getInputDataNodes(Predicate<? super NESTDataNodeObject> filter)Set<NESTDataNodeObject>NESTAbstractWorkflowObject. getOutputDataNodes()Returns these data objects that are outputs of the entire workflow (no intermediate objects)Set<NESTDataNodeObject>NESTAbstractWorkflowObject. getOutputDataNodes(Predicate<? super NESTDataNodeObject> filter)Returns these data objects that are outputs of the entire workflow (no intermediate objects)Set<NESTDataNodeObject>NESTSequenceNodeObject. getOutputDataNodes()Set<NESTDataNodeObject>NESTSequenceNodeObject. getOutputDataNodes(Predicate<? super NESTDataNodeObject> filter)Set<NESTDataNodeObject>NESTDataNodeObject. getTransitiveConnectedDataNodes()Method parameters in de.uni_trier.wi2.procake.data.object.nest with type arguments of type NESTDataNodeObject Modifier and Type Method Description Set<NESTDataNodeObject>NESTSequenceNodeObject. getAllDataNodes(Predicate<? super NESTDataNodeObject> filter)Set<NESTDataNodeObject>NESTAbstractWorkflowObject. getDataNodes(Predicate<? super NESTDataNodeObject> filter)Returns the complete set of data nodes registered in the graph.Set<NESTDataNodeObject>NESTAbstractWorkflowObject. getInputDataNodes(Predicate<? super NESTDataNodeObject> filter)Returns these data objects that are inputs of the entire workflow (no intermediate objects)Set<NESTDataNodeObject>NESTSequenceNodeObject. getInputDataNodes(Predicate<? super NESTDataNodeObject> filter)Set<NESTDataNodeObject>NESTAbstractWorkflowObject. getOutputDataNodes(Predicate<? super NESTDataNodeObject> filter)Returns these data objects that are outputs of the entire workflow (no intermediate objects)Set<NESTDataNodeObject>NESTSequenceNodeObject. getOutputDataNodes(Predicate<? super NESTDataNodeObject> filter) -
Uses of NESTDataNodeObject in de.uni_trier.wi2.procake.data.object.nest.impl
Classes in de.uni_trier.wi2.procake.data.object.nest.impl that implement NESTDataNodeObject Modifier and Type Class Description classNESTDataNodeObjectImplDefinition of a Data-Node of a NEST-graph.Method parameters in de.uni_trier.wi2.procake.data.object.nest.impl with type arguments of type NESTDataNodeObject Modifier and Type Method Description Set<NESTDataNodeObject>NESTSequenceNodeObjectImpl. getAllDataNodes(Predicate<? super NESTDataNodeObject> filter)Set<NESTDataNodeObject>NESTAbstractWorkflowObjectImpl. getDataNodes(Predicate<? super NESTDataNodeObject> filter)Set<NESTDataNodeObject>NESTAbstractWorkflowObjectImpl. getInputDataNodes(Predicate<? super NESTDataNodeObject> filter)Set<NESTDataNodeObject>NESTSequenceNodeObjectImpl. getInputDataNodes(Predicate<? super NESTDataNodeObject> filter)Set<NESTDataNodeObject>NESTAbstractWorkflowObjectImpl. getOutputDataNodes(Predicate<? super NESTDataNodeObject> filter)Set<NESTDataNodeObject>NESTSequenceNodeObjectImpl. getOutputDataNodes(Predicate<? super NESTDataNodeObject> filter) -
Uses of NESTDataNodeObject in de.uni_trier.wi2.procake.data.object.nest.utils
Methods in de.uni_trier.wi2.procake.data.object.nest.utils that return NESTDataNodeObject Modifier and Type Method Description NESTDataNodeObjectNESTAbstractWorkflowModifier. insertNewDataNode(DataObject semanticDescriptor)Creates a new data node within the graph with the given semantic description and links it to the workflow node via part-of edge.NESTDataNodeObjectNESTAbstractWorkflowModifier. insertNewDataNode(String dataNodeClassName, DataObject semanticDescriptor)Creates a new data node within the graph with the given semantic description and links it to the workflow node via part-of edge.Methods in de.uni_trier.wi2.procake.data.object.nest.utils with parameters of type NESTDataNodeObject Modifier and Type Method Description booleanNESTAbstractWorkflowModifier. removeDataNode(NESTDataNodeObject dataNode)Removes a semantic equal node of the given node from the graph. -
Uses of NESTDataNodeObject in de.uni_trier.wi2.procake.data.object.nest.utils.impl
Methods in de.uni_trier.wi2.procake.data.object.nest.utils.impl that return NESTDataNodeObject Modifier and Type Method Description NESTDataNodeObjectNESTAbstractWorkflowModifierImpl. insertNewDataNode(DataObject semanticDescriptor)NESTDataNodeObjectNESTAbstractWorkflowModifierImpl. insertNewDataNode(String dataNodeClassName, DataObject semanticDescriptor)Methods in de.uni_trier.wi2.procake.data.object.nest.utils.impl with parameters of type NESTDataNodeObject Modifier and Type Method Description protected StringNESTWorkflowStringVisualizerImpl. getLabel(NESTDataNodeObject node)booleanNESTAbstractWorkflowModifierImpl. removeDataNode(NESTDataNodeObject dataNode) -
Uses of NESTDataNodeObject in de.uni_trier.wi2.procake.utils.extractor
Methods in de.uni_trier.wi2.procake.utils.extractor that return types with arguments of type NESTDataNodeObject Modifier and Type Method Description LinkedList<NESTDataNodeObject>NESTWorkflowExtractor. extractOrderedDataNodes()LinkedList<NESTDataNodeObject>NESTWorkflowExtractorImpl. extractOrderedDataNodes()
-