|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> graph >> [ convert overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.ashwood.graph.convert
Class PropertiesConverter

java.lang.Objectorg.objectstyle.ashwood.graph.convert.PropertiesConverter
- public class PropertiesConverter
- extends java.lang.Object
| Field Summary | |
private java.util.Properties |
graphData
|
private org.objectstyle.ashwood.graph.access.DataAccessor |
vertexAccessor
|
| Constructor Summary | |
PropertiesConverter()
|
|
| Method Summary | |
void |
build(org.objectstyle.ashwood.graph.Digraph digraph)
|
void |
convert(org.objectstyle.ashwood.graph.Digraph digraph)
|
java.util.Properties |
getGraphData()
|
org.objectstyle.ashwood.graph.access.DataAccessor |
getVertexAccessor()
|
void |
reset()
|
void |
setVertexAccessor(org.objectstyle.ashwood.graph.access.DataAccessor vertexAccessor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
graphData
private java.util.Properties graphData
vertexAccessor
private org.objectstyle.ashwood.graph.access.DataAccessor vertexAccessor
| Constructor Detail |
PropertiesConverter
public PropertiesConverter()
| Method Detail |
getGraphData
public java.util.Properties getGraphData()
reset
public void reset()
build
public void build(org.objectstyle.ashwood.graph.Digraph digraph)
convert
public void convert(org.objectstyle.ashwood.graph.Digraph digraph)
setVertexAccessor
public void setVertexAccessor(org.objectstyle.ashwood.graph.access.DataAccessor vertexAccessor)
getVertexAccessor
public org.objectstyle.ashwood.graph.access.DataAccessor getVertexAccessor()
|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> graph >> [ convert overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.objectstyle.ashwood.graph.convert.PropertiesConverter