getNodedSubstrings method

List getNodedSubstrings()
override

Returns a {@link List} of fully noded {@link SegmentString}s. The SegmentStrings have the same context as their parent.

@return a List of SegmentStrings

Implementation

List getNodedSubstrings() {
  return NodedSegmentString.getNodedSubstrings(nodedSegStrings);
}