Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.ashwood.graph.convert
Class PropertiesConverter  view PropertiesConverter download PropertiesConverter.java

java.lang.Object
  extended byorg.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()