public class DynamicEdge extends Edge<DynamicNode>
Modifier and Type | Field and Description |
---|---|
ChangeType |
changeType |
Constructor and Description |
---|
DynamicEdge(DynamicGraph g,
DynamicNode source,
DynamicNode target) |
Modifier and Type | Method and Description |
---|---|
int |
getFirstChangeIndex()
get the coordinate of the first change between the two states.
|
public final ChangeType changeType
public DynamicEdge(DynamicGraph g, DynamicNode source, DynamicNode target)
Copyright © 2005–2020. All rights reserved.