Package eu.bandm.tools.graph
Interface AnnotatedGraphModel<V,A>
- All Superinterfaces:
GraphModel<V>
- All Known Implementing Classes:
AdHocAnnotatedGraphModel
,AnnotatedNodeGraphModel
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V,
A> AnnotatedGraphModel<V, A> adHoc
(GraphModel<V> base) getAnnotation
(V node) void
setAnnotation
(V node, A annotation) Methods inherited from interface eu.bandm.tools.graph.GraphModel
neighbours
-
Method Details
-
getAnnotation
-
setAnnotation
-
adHoc
-