Uses of Interface
de.uni_trier.wi2.procake.data.model.nest.controlflowNode.NESTControlflowNodeClass
-
Packages that use NESTControlflowNodeClass 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.controlflowNode de.uni_trier.wi2.procake.data.model.nest.controlflowNode.impl de.uni_trier.wi2.procake.data.object.nest.controlflowNode.impl -
-
Uses of NESTControlflowNodeClass in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that return NESTControlflowNodeClass Modifier and Type Method Description NESTControlflowNodeClassModel. getNESTControlflowNodeClass() -
Uses of NESTControlflowNodeClass in de.uni_trier.wi2.procake.data.model.impl
Methods in de.uni_trier.wi2.procake.data.model.impl that return NESTControlflowNodeClass Modifier and Type Method Description NESTControlflowNodeClassModelImpl. getNESTControlflowNodeClass() -
Uses of NESTControlflowNodeClass in de.uni_trier.wi2.procake.data.model.nest.controlflowNode
Subinterfaces of NESTControlflowNodeClass in de.uni_trier.wi2.procake.data.model.nest.controlflowNode Modifier and Type Interface Description interfaceNESTAndEndNodeClassinterfaceNESTAndStartNodeClassinterfaceNESTLoopEndNodeClassinterfaceNESTLoopStartNodeClassinterfaceNESTOrEndNodeClassinterfaceNESTOrStartNodeClassinterfaceNESTXorEndNodeClassinterfaceNESTXorStartNodeClass -
Uses of NESTControlflowNodeClass 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 NESTControlflowNodeClass Modifier and Type Class Description classNESTAndEndNodeClassImplclassNESTAndStartNodeClassImplclassNESTControlflowNodeClassImplConcrete implementation of the datatypeNESTControlflowNodeClass..classNESTLoopEndNodeClassImplclassNESTLoopStartNodeClassImplclassNESTOrEndNodeClassImplclassNESTOrStartNodeClassImplclassNESTXorEndNodeClassImplclassNESTXorStartNodeClassImpl -
Uses of NESTControlflowNodeClass in de.uni_trier.wi2.procake.data.object.nest.controlflowNode.impl
Constructors in de.uni_trier.wi2.procake.data.object.nest.controlflowNode.impl with parameters of type NESTControlflowNodeClass Constructor Description NESTControlflowNodeObjectImpl(NESTControlflowNodeClass cakeclazz)Standard constructor of CAKE
-