Uses of Interface
de.uni_trier.wi2.procake.data.model.nest.NESTNodeClass
-
Packages that use NESTNodeClass 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 NESTNodeClass in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that return NESTNodeClass Modifier and Type Method Description NESTNodeClassModel. getNESTNodeClass() -
Uses of NESTNodeClass in de.uni_trier.wi2.procake.data.model.impl
Methods in de.uni_trier.wi2.procake.data.model.impl that return NESTNodeClass Modifier and Type Method Description NESTNodeClassModelImpl. getNESTNodeClass() -
Uses of NESTNodeClass in de.uni_trier.wi2.procake.data.model.nest
Subinterfaces of NESTNodeClass in de.uni_trier.wi2.procake.data.model.nest Modifier and Type Interface Description interfaceNESTDataNodeClassCAKE I - Datatype for a NEST-Data-Node.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 NESTNodeClass Modifier and Type Method Description Collection<NESTNodeClass>NESTGraphClass. getNESTNodeClasses()Methods in de.uni_trier.wi2.procake.data.model.nest with parameters of type NESTNodeClass Modifier and Type Method Description voidNESTGraphClass. addNESTNodeClass(NESTNodeClass nestNodeClass)Register the data class of an allowed NEST graph item -
Uses of NESTNodeClass in de.uni_trier.wi2.procake.data.model.nest.controlflowNode
Subinterfaces of NESTNodeClass in de.uni_trier.wi2.procake.data.model.nest.controlflowNode Modifier and Type Interface Description interfaceNESTAndEndNodeClassinterfaceNESTAndStartNodeClassinterfaceNESTControlflowNodeClassDatatype for a NEST-Controlflow-Node.interfaceNESTLoopEndNodeClassinterfaceNESTLoopStartNodeClassinterfaceNESTOrEndNodeClassinterfaceNESTOrStartNodeClassinterfaceNESTXorEndNodeClassinterfaceNESTXorStartNodeClass -
Uses of NESTNodeClass 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 NESTNodeClass Modifier and Type Class Description classNESTAndEndNodeClassImplclassNESTAndStartNodeClassImplclassNESTControlflowNodeClassImplConcrete implementation of the datatypeNESTControlflowNodeClass..classNESTLoopEndNodeClassImplclassNESTLoopStartNodeClassImplclassNESTOrEndNodeClassImplclassNESTOrStartNodeClassImplclassNESTXorEndNodeClassImplclassNESTXorStartNodeClassImpl -
Uses of NESTNodeClass in de.uni_trier.wi2.procake.data.model.nest.impl
Classes in de.uni_trier.wi2.procake.data.model.nest.impl that implement NESTNodeClass Modifier and Type Class Description classNESTDataNodeClassImplConcrete implementation of the datatypeNESTDataNodeClass.classNESTNodeClassImplConcrete implementation of the datatypeNESTNodeClass.classNESTSequenceNodeClassImplConcrete implementation of the datatypeNESTSequenceNodeClass.classNESTSubWorkflowNodeClassImplConcrete implementation of the CAKE I - datatype.classNESTTaskNodeClassImplConcrete implementation of the CAKE I - datatype.classNESTWorkflowNodeClassImplConcrete implementation of the datatypeNESTWorkflowNodeClass.Fields in de.uni_trier.wi2.procake.data.model.nest.impl with type parameters of type NESTNodeClass Modifier and Type Field Description protected Set<NESTNodeClass>NESTGraphClassImpl. nodeClassesMethods in de.uni_trier.wi2.procake.data.model.nest.impl that return types with arguments of type NESTNodeClass Modifier and Type Method Description Collection<NESTNodeClass>NESTGraphClassImpl. getNESTNodeClasses()Collection<NESTNodeClass>NESTSequentialWorkflowClassImpl. getNESTNodeClasses()Collection<NESTNodeClass>NESTWorkflowClassImpl. getNESTNodeClasses()Methods in de.uni_trier.wi2.procake.data.model.nest.impl with parameters of type NESTNodeClass Modifier and Type Method Description voidNESTGraphClassImpl. addNESTNodeClass(NESTNodeClass nestNodeClass) -
Uses of NESTNodeClass 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 NESTNodeClass Constructor Description NESTNodeObjectImpl(NESTNodeClass cakeclazz)Standard constructor of CAKE
-