public class CfgEdge extends Object
Modifier and Type | Method and Description |
---|---|
CfgNode<?> |
getEnd()
Get edge end node.
|
String |
getRole()
Get edge role.
|
CfgNode<?> |
getStart()
Get edge start node.
|
String |
toString() |
public CfgEdge()
public CfgEdge(String role)
Copyright © 2018. All rights reserved.