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()
GraphNode
getValue
in interface GraphNode<AmbiguateProperties.Property,java.lang.Void>
public Annotation getAnnotation()
Annotatable
getAnnotation
in interface Annotatable
null
if the object has not
been annotated.public void setAnnotation(Annotation data)
Annotatable
setAnnotation
in interface Annotatable
data
- Information to be annotated.