Package org.jlayer.model
Interface VectorLayer<U,T>
- All Superinterfaces:
Layer<U,T[]>
- All Known Subinterfaces:
BasedVectorLayer<T>
- All Known Implementing Classes:
VectorLayerAdapter,VectorLayerBase
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidassociate(VectorLayer.D1<?, T> layer, Relation rel) voidassociate(VectorLayer.D2<?, T> layer, Relation rel) voidassociate(VectorLayer.D3<?, T> layer, Relation rel) voidassociate(VectorLayer<?, T> layer, Relation rel) voidvoidvoidvoidgetD1()getD2()getD3()
-
Method Details
-
connect
-
connect
-
connect
-
connect
-
associate
-
associate
-
associate
-
associate
-
getD1
VectorLayer.D1<U,T> getD1() -
getD2
VectorLayer.D2<U,T> getD2() -
getD3
VectorLayer.D3<U,T> getD3()
-