T - the type of the base elementG - the type of the graph that owns this element@ParametersAreNonnullByDefault public abstract class AbstractGraphBasedObject<T,G extends IdGraph<G>> extends AbstractBasedObject<T>
AbstractBasedObject owned by an IdGraph.| Modifier and Type | Field and Description | 
|---|---|
| protected G | graphThe graph that owns this element. | 
base| Constructor and Description | 
|---|
| AbstractGraphBasedObject(T base,
                        G graph)Constructs a new  AbstractGraphBasedObject. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.