Uses of Interface
de.uni_trier.wi2.procake.data.model.nest.NESTGraphClass
-
Packages that use NESTGraphClass 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 NESTGraphClass in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that return NESTGraphClass Modifier and Type Method Description NESTGraphClassModel. getNESTGraphClass() -
Uses of NESTGraphClass in de.uni_trier.wi2.procake.data.model.impl
Methods in de.uni_trier.wi2.procake.data.model.impl that return NESTGraphClass Modifier and Type Method Description NESTGraphClassModelImpl. getNESTGraphClass() -
Uses of NESTGraphClass in de.uni_trier.wi2.procake.data.model.nest
Subinterfaces of NESTGraphClass in de.uni_trier.wi2.procake.data.model.nest Modifier and Type Interface Description interfaceNESTSequentialWorkflowClassinterfaceNESTWorkflowClassDatatype for a NEST-graph-representation-container. -
Uses of NESTGraphClass in de.uni_trier.wi2.procake.data.model.nest.impl
Classes in de.uni_trier.wi2.procake.data.model.nest.impl that implement NESTGraphClass Modifier and Type Class Description classNESTGraphClassImplConcrete implementation of theNESTGraphClass.classNESTSequentialWorkflowClassImplclassNESTWorkflowClassImplConcrete implementation of theNESTWorkflowClass. -
Uses of NESTGraphClass 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 NESTGraphClass Constructor Description NESTAbstractWorkflowObjectImpl(NESTGraphClass dataClass)NESTGraphObjectImpl(NESTGraphClass cakeclazz)Standard constructor of CAKE
-