public interface SemanticObjectContainer
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getSemanticObject()
Return the semantic object.
|
void |
setSemanticObject(java.lang.Object o)
Set the semantic object.
|
java.lang.Object getSemanticObject()
setSemanticObject(Object)void setSemanticObject(java.lang.Object o)
o - The semantic objectgetSemanticObject()