|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectBasicGraphGenerator
FeatureGraphGenerator
public class FeatureGraphGenerator
Builds a graph from Feature
objects.
This graph generator decorates another graph generator which builds a graph from geometries.
Constructor Summary | |
---|---|
FeatureGraphGenerator(GraphGenerator decorated)
|
Method Summary | |
---|---|
Graphable |
add(Object obj)
Adds an object to the graph. |
Graphable |
get(Object obj)
Retrieves a component of the graph. |
Graph |
getGraph()
Returns the graph being generated. |
GraphBuilder |
getGraphBuilder()
Returns the underlying builder. |
Graphable |
remove(Object obj)
Removes an object from the graph. |
Methods inherited from class BasicGraphGenerator |
---|
setGraphBuilder |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureGraphGenerator(GraphGenerator decorated)
Method Detail |
---|
public Graph getGraph()
GraphGenerator
getGraph
in interface GraphGenerator
getGraph
in class BasicGraphGenerator
GraphGenerator.getGraph()
public GraphBuilder getGraphBuilder()
GraphGenerator
getGraphBuilder
in interface GraphGenerator
getGraphBuilder
in class BasicGraphGenerator
GraphGenerator.getGraphBuilder()
public Graphable add(Object obj)
GraphGenerator
add
in interface GraphGenerator
add
in class BasicGraphGenerator
obj
- The object to be modelled in the graph.
GraphGenerator.add(Object)
public Graphable remove(Object obj)
GraphGenerator
remove
in interface GraphGenerator
remove
in class BasicGraphGenerator
obj
- The object modelled by the component.
GraphGenerator.remove(Object)
public Graphable get(Object obj)
GraphGenerator
get
in interface GraphGenerator
get
in class BasicGraphGenerator
obj
- The object modelled by the component.
GraphGenerator.get(Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |