|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.util.BasicPropertyContainer
diva.graph.basic.BasicGraphModel.Intermediate
private abstract static class BasicGraphModel.Intermediate
A class that represents an intermediary between a semantic object and a visual representation.
Field Summary | |
---|---|
private java.lang.Object |
_semanticObject
The semantic object of this intermediate. |
Constructor Summary | |
---|---|
private |
BasicGraphModel.Intermediate()
|
Method Summary | |
---|---|
java.lang.Object |
getSemanticObject()
Set the semantic object of this object, i.e. |
void |
setSemanticObject(java.lang.Object o)
Set the semantic object of this object, i.e. |
Methods inherited from class diva.util.BasicPropertyContainer |
---|
getProperty, properties, propertyNames, removeAllProperties, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Object _semanticObject
Constructor Detail |
---|
private BasicGraphModel.Intermediate()
Method Detail |
---|
public java.lang.Object getSemanticObject()
getSemanticObject
in interface SemanticObjectContainer
public void setSemanticObject(java.lang.Object o)
setSemanticObject
in interface SemanticObjectContainer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |