|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractReaderWriter
public abstract class AbstractReaderWriter
An abstract implementation of the GraphReaderWriter interface.
Field Summary | |
---|---|
static String |
BUILDER
GraphBuilder property key |
static String |
EDGES
Edge write / read flag |
static String |
GENERATOR
GraphGenerator property key |
static String |
NODES
Node write / read flag |
Constructor Summary | |
---|---|
AbstractReaderWriter()
Constructs an AbstractReaderWriter. |
Method Summary | |
---|---|
Object |
getProperty(String name)
Returns a property for the reader/writer. |
void |
setProperty(String name)
Sets a property. |
void |
setProperty(String name,
Object obj)
Sets a property for the reader/writer. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface GraphReaderWriter |
---|
read, write |
Field Detail |
---|
public static final String GENERATOR
public static final String BUILDER
public static final String NODES
public static final String EDGES
Constructor Detail |
---|
public AbstractReaderWriter()
Method Detail |
---|
public void setProperty(String name)
name
- Name of propertypublic void setProperty(String name, Object obj)
GraphReaderWriter
setProperty
in interface GraphReaderWriter
name
- Name of the property.obj
- Value of the property.GraphReaderWriter.setProperty(String, Object)
public Object getProperty(String name)
GraphReaderWriter
getProperty
in interface GraphReaderWriter
name
- Name of the property.
GraphReaderWriter.getProperty(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |