|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectperformancemonster.graph.GraphModel
public class GraphModel
Constructor Summary | |
---|---|
GraphModel()
|
Method Summary | |
---|---|
void |
clear()
|
java.util.Set<GraphElement> |
getElements()
|
void |
putElement(GraphElement element)
|
void |
removeElement(GraphElement element)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphModel()
Method Detail |
---|
public void clear()
public void removeElement(GraphElement element)
public void putElement(GraphElement element)
public java.util.Set<GraphElement> getElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |