public class SplitString
extends java.lang.Object
Constructor and Description |
---|
SplitString(java.lang.String chaintosplit)
create a Split chain, parsing the string for carriage return and new lines
|
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfSections() |
java.lang.String |
getSplitStringAt(int index) |
boolean |
getTransitionAt(int index) |
public SplitString(java.lang.String chaintosplit)
chaintosplit
- the string to splitpublic int getNumberOfSections()
public java.lang.String getSplitStringAt(int index)
index
- a number between 0 (included) and getNumberOfSections()
(excluded)public boolean getTransitionAt(int index)
index
- a number between 0 (included) and getNumberOfSections()
(excluded)