Interface DataLayer<T>
-
- Type Parameters:
T- The type used to identify a layer, typically a string
- All Known Implementing Classes:
VectorNode,VectorPrimitive,VectorRelation,VectorWay
public interface DataLayer<T>
An interface for objects that are part of a data layer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TgetLayer()Get the layerdefault booleansetLayer(T layer)Set the layer
-