Class NESTUtils<G extends NESTGraphObject>
- java.lang.Object
-
- de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTUtils<G>
-
- Direct Known Subclasses:
NESTGraphIDManagerImpl,NESTGraphModifierImpl
public abstract class NESTUtils<G extends NESTGraphObject> extends Object
Generic implementation for nest graph utility classes.
-
-
Field Detail
-
graph
protected G extends NESTGraphObject graph
-
model
protected Model model
-
-
Constructor Detail
-
NESTUtils
public NESTUtils(G graph)
-
-