class AmbiguateProperties.PropertyGraphNode extends java.lang.Object implements GraphNode<AmbiguateProperties.Property,java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
protected Annotation |
annotation |
(package private) AmbiguateProperties.Property |
property |
| Constructor and Description |
|---|
PropertyGraphNode(AmbiguateProperties.Property property) |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation()
Retrieves a piece of information that has been annotated.
|
AmbiguateProperties.Property |
getValue()
Retrieves the node's value.
|
void |
setAnnotation(Annotation data)
Annotates a piece of information to the object.
|
AmbiguateProperties.Property property
protected Annotation annotation
PropertyGraphNode(AmbiguateProperties.Property property)
public AmbiguateProperties.Property getValue()
GraphNodegetValue in interface GraphNode<AmbiguateProperties.Property,java.lang.Void>public Annotation getAnnotation()
AnnotatablegetAnnotation in interface Annotatablenull if the object has not
been annotated.public void setAnnotation(Annotation data)
AnnotatablesetAnnotation in interface Annotatabledata - Information to be annotated.