physicon.graphLib
Interface GraphElementInterface

All Known Implementing Classes:
GraphElementBase, SimGraphElement

public abstract interface GraphElementInterface

Represents the interface for easy usage of this library in other projects


Method Summary
 GraphElementBase getGraphElement()
          Must return GraphElementBase object for the current object
 

Method Detail

getGraphElement

public GraphElementBase getGraphElement()
Must return GraphElementBase object for the current object
See Also:
GraphElementBase