Uses of Interface
de.uni_trier.wi2.procake.data.model.nest.NESTEdgeClass
-
Packages that use NESTEdgeClass 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.impl de.uni_trier.wi2.procake.data.object.nest.impl -
-
Uses of NESTEdgeClass in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that return NESTEdgeClass Modifier and Type Method Description NESTEdgeClassModel. getNESTEdgeClass() -
Uses of NESTEdgeClass in de.uni_trier.wi2.procake.data.model.impl
Methods in de.uni_trier.wi2.procake.data.model.impl that return NESTEdgeClass Modifier and Type Method Description NESTEdgeClassModelImpl. getNESTEdgeClass() -
Uses of NESTEdgeClass in de.uni_trier.wi2.procake.data.model.nest
Subinterfaces of NESTEdgeClass 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.interfaceNESTPartOfEdgeClassCAKE I - Datatype for a NEST-PartOf-Edge.Methods in de.uni_trier.wi2.procake.data.model.nest that return types with arguments of type NESTEdgeClass Modifier and Type Method Description Collection<NESTEdgeClass>NESTGraphClass. getNESTEdgeClasses()Methods in de.uni_trier.wi2.procake.data.model.nest with parameters of type NESTEdgeClass Modifier and Type Method Description voidNESTGraphClass. addNESTEdgeClass(NESTEdgeClass nestEdgeClass)Register the data class of an allowed NEST graph item -
Uses of NESTEdgeClass in de.uni_trier.wi2.procake.data.model.nest.impl
Classes in de.uni_trier.wi2.procake.data.model.nest.impl that implement NESTEdgeClass 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.classNESTEdgeClassImplConcrete implementation of the CAKE I - datatype.classNESTPartOfEdgeClassImplConcrete implementation of the CAKE I - datatype.Fields in de.uni_trier.wi2.procake.data.model.nest.impl with type parameters of type NESTEdgeClass Modifier and Type Field Description protected Set<NESTEdgeClass>NESTGraphClassImpl. edgeClassesMethods in de.uni_trier.wi2.procake.data.model.nest.impl that return types with arguments of type NESTEdgeClass Modifier and Type Method Description Collection<NESTEdgeClass>NESTGraphClassImpl. getNESTEdgeClasses()Collection<NESTEdgeClass>NESTSequentialWorkflowClassImpl. getNESTEdgeClasses()Collection<NESTEdgeClass>NESTWorkflowClassImpl. getNESTEdgeClasses()Methods in de.uni_trier.wi2.procake.data.model.nest.impl with parameters of type NESTEdgeClass Modifier and Type Method Description voidNESTGraphClassImpl. addNESTEdgeClass(NESTEdgeClass nestEdgeClass) -
Uses of NESTEdgeClass 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 NESTEdgeClass Constructor Description NESTEdgeObjectImpl(NESTEdgeClass cakeclazz)Standard constructor of CAKE
-