Uses of Interface
de.uni_trier.wi2.procake.data.model.nest.NESTControlflowEdgeClass
-
Packages that use NESTControlflowEdgeClass 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.impl de.uni_trier.wi2.procake.data.object.nest.impl -
-
Uses of NESTControlflowEdgeClass in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that return NESTControlflowEdgeClass Modifier and Type Method Description NESTControlflowEdgeClassModel. getNESTControlflowEdgeClass() -
Uses of NESTControlflowEdgeClass in de.uni_trier.wi2.procake.data.model.impl
Methods in de.uni_trier.wi2.procake.data.model.impl that return NESTControlflowEdgeClass Modifier and Type Method Description NESTControlflowEdgeClassModelImpl. getNESTControlflowEdgeClass() -
Uses of NESTControlflowEdgeClass in de.uni_trier.wi2.procake.data.model.nest.impl
Classes in de.uni_trier.wi2.procake.data.model.nest.impl that implement NESTControlflowEdgeClass Modifier and Type Class Description classNESTControlflowEdgeClassImplConcrete implementation of the CAKE I - datatype. -
Uses of NESTControlflowEdgeClass 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 NESTControlflowEdgeClass Constructor Description NESTControlflowEdgeObjectImpl(NESTControlflowEdgeClass cakeclazz)Standard constructor of CAKE
-