| 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. | 
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 © 2016–2020 Hipparchus.org. All rights reserved.