public class FeatureTypeStart extends AbstractFeatureType
The feature type for start
Copyright: Copyright (c) 2005
Company: IST, Drexel University
idPrefix| Constructor and Description |
|---|
FeatureTypeStart(ModelGraph model) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Tests if next feature exists
|
Feature |
next()
Gets the next feature
|
boolean |
startScanFeaturesAt(DataSequence data,
int pos) |
boolean |
startScanFeaturesAt(DataSequence data,
int startPos,
int endPos)
Starts scanning features of the given segment of a sequence
|
getTypeID, needTraining, readTrainingResult, saveTrainingResult, setTypeID, supportSegment, trainpublic FeatureTypeStart(ModelGraph model)
public boolean startScanFeaturesAt(DataSequence data, int pos)
startScanFeaturesAt in class AbstractFeatureTypepublic boolean startScanFeaturesAt(DataSequence data, int startPos, int endPos)
FeatureTypedata - the sequencestartPos - the start position of the segmentendPos - the end position of the segmentpublic boolean hasNext()
FeatureTypepublic Feature next()
FeatureTypeCopyright © 2018 JULIE Lab, Germany. All rights reserved.