Package diva.util
Interface SemanticObjectContainer
- 
- All Known Subinterfaces:
- CompositeNode,- Edge,- Graph,- Node
 
 public interface SemanticObjectContainerAn object which is annotated with a single "semantic object" which is its semantic equivalent in an application.- Version:
- $Id$
- Author:
- Michael Shilman
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetSemanticObject()Return the semantic object.voidsetSemanticObject(java.lang.Object o)Set the semantic object.
 
- 
- 
- 
Method Detail- 
getSemanticObjectjava.lang.Object getSemanticObject() Return the semantic object.- Returns:
- The semantic object
- See Also:
- setSemanticObject(Object)
 
 - 
setSemanticObjectvoid setSemanticObject(java.lang.Object o) Set the semantic object.- Parameters:
- o- The semantic object
- See Also:
- getSemanticObject()
 
 
- 
 
-