EP - edge property class.public class CompactEdge<EP> extends Object
CompactSimpleGraph.| Modifier and Type | Field and Description |
|---|---|
protected int |
outIndex |
| Constructor and Description |
|---|
CompactEdge(int target,
EP property) |
| Modifier and Type | Method and Description |
|---|---|
EP |
getProperty() |
int |
getTarget() |
void |
setProperty(EP property) |
String |
toString() |
public CompactEdge(int target,
EP property)
Copyright © 2015. All Rights Reserved.