| 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 |
ArcsSet.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.
|
Side |
getSide()
Get the side of the split arc with respect to its splitter.
|
private final ArcsSet plus
private final ArcsSet minus
public ArcsSet getPlus()
public ArcsSet getMinus()
public Side getSide()
Side.PLUS if only getPlus() returns non-null,
Side.MINUS if only getMinus() returns non-null,
Side.BOTH if both getPlus() and getMinus()
return non-null or Side.HYPER if both getPlus() and
getMinus() return nullCopyright (c) 2003-2017 Apache Software Foundation