|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.nite.datainspection.timespan.QuickScan
public class QuickScan
Inspection tool for timeline segmentations (gapped or non gapped) that does a quick scan of some general properties of the annotation.
| Field Summary | |
|---|---|
java.lang.String |
agentName
the name of the agent for which you want to analyse the annotations. |
java.lang.String |
codingName
the name of the Coding in which the boundaries are to be found |
java.lang.String |
corpusName
corpus |
java.lang.String |
observationName
observation |
java.lang.String |
segmentElementName
the name of the Elements in the Layer in that Coding in which the boundaries are to be found |
java.lang.String |
segmentsLayer
the name of the Layer in that Coding in which the boundaries are to be found |
| Constructor Summary | |
|---|---|
QuickScan(java.lang.String c,
java.lang.String o,
java.lang.String codingName,
java.lang.String segmentsLayer,
java.lang.String segmentElementName,
java.lang.String agentName)
|
|
| Method Summary | |
|---|---|
void |
collectSegments()
Collect the segments for all annotators. |
Clock |
getClock()
|
ClockFace |
getClockFace()
Returns the clockface of this class. |
NOMWriteCorpus |
getCorpus()
|
java.lang.String |
getCorpusName()
|
NiteMetaData |
getMetaData()
|
java.lang.String |
getObservationName()
|
void |
reportSegmentLengthDistributions()
|
java.util.List |
search(java.lang.String query)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String corpusName
public java.lang.String observationName
public java.lang.String codingName
public java.lang.String segmentsLayer
public java.lang.String segmentElementName
public java.lang.String agentName
| Constructor Detail |
|---|
public QuickScan(java.lang.String c,
java.lang.String o,
java.lang.String codingName,
java.lang.String segmentsLayer,
java.lang.String segmentElementName,
java.lang.String agentName)
| Method Detail |
|---|
public void collectSegments()
public void reportSegmentLengthDistributions()
public java.lang.String getCorpusName()
public java.lang.String getObservationName()
public NOMWriteCorpus getCorpus()
public NiteMetaData getMetaData()
public Clock getClock()
public ClockFace getClockFace()
public java.util.List search(java.lang.String query)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||