Uses of Interface
de.uni_trier.wi2.procake.data.model.nest.NESTGraphItemClass
-
Packages that use NESTGraphItemClass Package Description de.uni_trier.wi2.procake.data.model Provides interfaces of all data classes and of the data model.de.uni_trier.wi2.procake.data.model.impl de.uni_trier.wi2.procake.data.model.nest de.uni_trier.wi2.procake.data.model.nest.controlflowNode de.uni_trier.wi2.procake.data.model.nest.controlflowNode.impl de.uni_trier.wi2.procake.data.model.nest.impl de.uni_trier.wi2.procake.data.object.nest.impl -
-
Uses of NESTGraphItemClass in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that return NESTGraphItemClass Modifier and Type Method Description NESTGraphItemClassModel. getNESTGraphItemClass() -
Uses of NESTGraphItemClass in de.uni_trier.wi2.procake.data.model.impl
Methods in de.uni_trier.wi2.procake.data.model.impl that return NESTGraphItemClass Modifier and Type Method Description NESTGraphItemClassModelImpl. getNESTGraphItemClass() -
Uses of NESTGraphItemClass in de.uni_trier.wi2.procake.data.model.nest
Subinterfaces of NESTGraphItemClass in de.uni_trier.wi2.procake.data.model.nest Modifier and Type Interface Description interfaceNESTConstraintEdgeClassCAKE I - Datatype for a NEST-Constraint-Edge.interfaceNESTControlflowEdgeClassCAKE I - Datatype for a NEST-Controlflow-Edge.interfaceNESTDataflowEdgeClassCAKE I - Datatype for a NEST-Dataflow-Edge.interfaceNESTDataNodeClassCAKE I - Datatype for a NEST-Data-Node.interfaceNESTEdgeClassCAKE I - Datatype for an abstract NEST-Edge.interfaceNESTNodeClassDatatype for an abstract NEST-Node.interfaceNESTPartOfEdgeClassCAKE I - Datatype for a NEST-PartOf-Edge.interfaceNESTSequenceNodeClassDatatype for an NEST sequence node.interfaceNESTSubWorkflowNodeClassCAKE I - Datatype for a NEST-SubWorkflow-Node.interfaceNESTTaskNodeClassDatatype for a NEST-Task-Node.interfaceNESTWorkflowNodeClassCAKE I - Datatype for a NEST-Workflow-Node.Methods in de.uni_trier.wi2.procake.data.model.nest that return types with arguments of type NESTGraphItemClass Modifier and Type Method Description Collection<NESTGraphItemClass>NESTGraphClass. getNESTGraphItemClasses()Methods in de.uni_trier.wi2.procake.data.model.nest with parameters of type NESTGraphItemClass Modifier and Type Method Description booleanNESTGraphClass. isAllowedNESTGraphItemClass(NESTGraphItemClass nestGraphItemClass) -
Uses of NESTGraphItemClass in de.uni_trier.wi2.procake.data.model.nest.controlflowNode
Subinterfaces of NESTGraphItemClass in de.uni_trier.wi2.procake.data.model.nest.controlflowNode Modifier and Type Interface Description interfaceNESTAndEndNodeClassinterfaceNESTAndStartNodeClassinterfaceNESTControlflowNodeClassDatatype for a NEST-Controlflow-Node.interfaceNESTLoopEndNodeClassinterfaceNESTLoopStartNodeClassinterfaceNESTOrEndNodeClassinterfaceNESTOrStartNodeClassinterfaceNESTXorEndNodeClassinterfaceNESTXorStartNodeClass -
Uses of NESTGraphItemClass in de.uni_trier.wi2.procake.data.model.nest.controlflowNode.impl
Classes in de.uni_trier.wi2.procake.data.model.nest.controlflowNode.impl that implement NESTGraphItemClass Modifier and Type Class Description classNESTAndEndNodeClassImplclassNESTAndStartNodeClassImplclassNESTControlflowNodeClassImplConcrete implementation of the datatypeNESTControlflowNodeClass..classNESTLoopEndNodeClassImplclassNESTLoopStartNodeClassImplclassNESTOrEndNodeClassImplclassNESTOrStartNodeClassImplclassNESTXorEndNodeClassImplclassNESTXorStartNodeClassImpl -
Uses of NESTGraphItemClass in de.uni_trier.wi2.procake.data.model.nest.impl
Classes in de.uni_trier.wi2.procake.data.model.nest.impl that implement NESTGraphItemClass Modifier and Type Class Description classNESTConstraintEdgeClassImplConcrete implementation of the CAKE I - datatype.classNESTControlflowEdgeClassImplConcrete implementation of the CAKE I - datatype.classNESTDataflowEdgeClassImplConcrete implementation of the CAKE I - datatype.classNESTDataNodeClassImplConcrete implementation of the datatypeNESTDataNodeClass.classNESTEdgeClassImplConcrete implementation of the CAKE I - datatype.classNESTGraphItemClassImplConcrete implementation of the CAKE I - datatype.classNESTNodeClassImplConcrete implementation of the datatypeNESTNodeClass.classNESTPartOfEdgeClassImplConcrete implementation of the CAKE I - datatype.classNESTSequenceNodeClassImplConcrete implementation of the datatypeNESTSequenceNodeClass.classNESTSubWorkflowNodeClassImplConcrete implementation of the CAKE I - datatype.classNESTTaskNodeClassImplConcrete implementation of the CAKE I - datatype.classNESTWorkflowNodeClassImplConcrete implementation of the datatypeNESTWorkflowNodeClass.Methods in de.uni_trier.wi2.procake.data.model.nest.impl that return types with arguments of type NESTGraphItemClass Modifier and Type Method Description Collection<NESTGraphItemClass>NESTGraphClassImpl. getNESTGraphItemClasses()Methods in de.uni_trier.wi2.procake.data.model.nest.impl with parameters of type NESTGraphItemClass Modifier and Type Method Description booleanNESTGraphClassImpl. isAllowedNESTGraphItemClass(NESTGraphItemClass nestGraphItemClass)booleanNESTSequentialWorkflowClassImpl. isAllowedNESTGraphItemClass(NESTGraphItemClass nestGraphItemClass)booleanNESTWorkflowClassImpl. isAllowedNESTGraphItemClass(NESTGraphItemClass nestGraphItemClass) -
Uses of NESTGraphItemClass in de.uni_trier.wi2.procake.data.object.nest.impl
Constructors in de.uni_trier.wi2.procake.data.object.nest.impl with parameters of type NESTGraphItemClass Constructor Description NESTGraphItemObjectImpl(NESTGraphItemClass cakeclazz)Standard constructor of CAKE
-