public interface ISegmentSet
| Modifier and Type | Method and Description |
|---|---|
void |
addSegment(ISegment objSegment)
Adds a Segment in list.
|
void |
addUnRecognizedSegment(UnRecognizedSegment objUnRecognizedSegment)
Adds unknown Segments in list.
|
ISingleCollection<ISegment> |
getList()
Retrieves list of segments.
|
ISegment |
getSegment(int iIndex)
Retrieves segment instance from a given index position.
|
ISingleCollection<UnRecognizedSegment> |
getUnRecognizedSegments()
Retrieves list of Unrecognized segments.
|
ICollectionIterator<ISegment> |
iterator()
Retrieves a iterator to iterate through Segment List.
|
int |
size()
Retrieves size of SegmentSet
|
void addSegment(ISegment objSegment)
objSegment - instance of Segmentvoid addUnRecognizedSegment(UnRecognizedSegment objUnRecognizedSegment)
objUnRecognizedSegment - object of UnRecognizedSegmentISingleCollection<UnRecognizedSegment> getUnRecognizedSegments()
ISingleCollection<ISegment> getList()
ISegment getSegment(int iIndex)
iIndex - value of indexICollectionIterator<ISegment> iterator()
int size()