Modifier and Type | Field and Description |
---|---|
private ArcsSet |
minus
Part of the arcs set on the minus side of the splitting arc.
|
private ArcsSet |
plus
Part of the arcs set on the plus side of the splitting arc.
|
Modifier | Constructor and Description |
---|---|
private |
Split(ArcsSet plus,
ArcsSet minus)
Build a Split from its parts.
|
Modifier and Type | Method and Description |
---|---|
ArcsSet |
getMinus()
Get the part of the arcs set on the minus side of the splitting arc.
|
ArcsSet |
getPlus()
Get the part of the arcs set on the plus side of the splitting arc.
|
private final ArcsSet plus
private final ArcsSet minus
public ArcsSet getPlus()
public ArcsSet getMinus()