Uses of Class
de.uni_trier.wi2.procake.data.object.wf.WorkflowObject.GRAPHTYPE
-
Packages that use WorkflowObject.GRAPHTYPE Package Description de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of WorkflowObject.GRAPHTYPE in de.uni_trier.wi2.procake.data.object.wf
Methods in de.uni_trier.wi2.procake.data.object.wf that return WorkflowObject.GRAPHTYPE Modifier and Type Method Description static WorkflowObject.GRAPHTYPEWorkflowObject.GRAPHTYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowObject.GRAPHTYPE[]WorkflowObject.GRAPHTYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.uni_trier.wi2.procake.data.object.wf with parameters of type WorkflowObject.GRAPHTYPE Modifier and Type Method Description voidWorkflowObject. enableGraph(WorkflowObject.GRAPHTYPE type)Attaches a Graph-object to the block-oriented storage of the workflow. -
Uses of WorkflowObject.GRAPHTYPE in de.uni_trier.wi2.procake.data.object.wf.impl
Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type WorkflowObject.GRAPHTYPE Modifier and Type Method Description voidWorkflowObjectImpl. enableGraph(WorkflowObject.GRAPHTYPE type)
-