public class NodeAnnotationEvent<T> extends BestFirstEvent
| Constructor and Description |
|---|
NodeAnnotationEvent(java.lang.String algorithmId,
T node,
java.lang.String annotationName,
java.lang.Object annotationValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnnotationName() |
java.lang.Object |
getAnnotationValue() |
T |
getNode() |
public NodeAnnotationEvent(java.lang.String algorithmId,
T node,
java.lang.String annotationName,
java.lang.Object annotationValue)
public T getNode()
public java.lang.String getAnnotationName()
public java.lang.Object getAnnotationValue()