Package eu.bandm.tools.graph
Class AnnotatedNodeGraphModel<V extends AnnotatedNode<? extends V,A>,A>
java.lang.Object
eu.bandm.tools.graph.NodeGraphModel<V>
eu.bandm.tools.graph.AnnotatedNodeGraphModel<V,A>
- All Implemented Interfaces:
AnnotatedGraphModel<V,
,A> GraphModel<V>
public class AnnotatedNodeGraphModel<V extends AnnotatedNode<? extends V,A>,A>
extends NodeGraphModel<V>
implements AnnotatedGraphModel<V,A>
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.graph.NodeGraphModel
neighbours
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.bandm.tools.graph.GraphModel
neighbours
-
Constructor Details
-
AnnotatedNodeGraphModel
public AnnotatedNodeGraphModel()
-
-
Method Details
-
getAnnotation
- Specified by:
getAnnotation
in interfaceAnnotatedGraphModel<V extends AnnotatedNode<? extends V,
A>, A>
-
setAnnotation
- Specified by:
setAnnotation
in interfaceAnnotatedGraphModel<V extends AnnotatedNode<? extends V,
A>, A>
-