public class DfsEdgeData extends java.lang.Object implements EdgeTypeData
| Modifier and Type | Class and Description |
|---|---|
static class |
DfsEdgeData.Factory |
| Constructor and Description |
|---|
DfsEdgeData()
Default constructor sets edge type to UNKNOWN
|
DfsEdgeData(EdgeType edgeType)
Construct a DfsEdgeData object with initial type specified by input
|
| Modifier and Type | Method and Description |
|---|---|
EdgeType |
getEdgeType()
Retrieve the type of this EdgeData object
|
void |
setEdgeType(EdgeType edgeType)
Set the EdgeType contained in this EdgeData object
|
public DfsEdgeData()
public DfsEdgeData(EdgeType edgeType)
edgeType - type to which to initialize this EdgeData objectpublic void setEdgeType(EdgeType edgeType)
EdgeTypeDatasetEdgeType in interface EdgeTypeDataedgeType - value to which to set the edge typepublic EdgeType getEdgeType()
EdgeTypeDatagetEdgeType in interface EdgeTypeData