Package | Description |
---|---|
org.apache.uima.cas |
Common Analysis System(CAS) Interfaces
|
org.apache.uima.jcas |
Interfaces for accessing the JCAS.
|
org.apache.uima.jcas.cas |
JCAS model for built-in CAS types
|
Modifier and Type | Method and Description |
---|---|
SelectFSs<T> |
SelectFSs.allViews() |
SelectFSs<T> |
SelectFSs.allViews(boolean allViews) |
SelectFSs<T> |
SelectFSs.at(AnnotationFS fs) |
SelectFSs<T> |
SelectFSs.at(int begin,
int end) |
SelectFSs<T> |
SelectFSs.backwards() |
SelectFSs<T> |
SelectFSs.backwards(boolean backwards) |
SelectFSs<T> |
SelectFSs.between(AnnotationFS fs1,
AnnotationFS fs2) |
SelectFSs<T> |
SelectFSs.coveredBy(AnnotationFS fs) |
SelectFSs<T> |
SelectFSs.coveredBy(int begin,
int end) |
SelectFSs<T> |
SelectFSs.covering(AnnotationFS fs) |
SelectFSs<T> |
SelectFSs.covering(int begin,
int end) |
SelectFSs<T> |
SelectFSs.following(int begin,
int end) |
SelectFSs<T> |
SelectFSs.following(int begin,
int end,
int offset) |
SelectFSs<T> |
SelectFSs.following(TOP fs) |
SelectFSs<T> |
SelectFSs.following(TOP fs,
int offset) |
SelectFSs<T> |
SelectFSs.includeAnnotationsWithEndBeyondBounds() |
SelectFSs<T> |
SelectFSs.includeAnnotationsWithEndBeyondBounds(boolean endWithinBounds) |
SelectFSs<T> |
SelectFSs.limit(int n) |
SelectFSs<T> |
SelectFSs.nonOverlapping() |
SelectFSs<T> |
SelectFSs.nonOverlapping(boolean nonOverlapping) |
SelectFSs<T> |
SelectFSs.nullOK() |
SelectFSs<T> |
SelectFSs.nullOK(boolean nullOk) |
SelectFSs<T> |
SelectFSs.orderNotNeeded() |
SelectFSs<T> |
SelectFSs.orderNotNeeded(boolean unordered) |
SelectFSs<T> |
SelectFSs.positionUsesType() |
SelectFSs<T> |
SelectFSs.positionUsesType(boolean positionUsesType) |
SelectFSs<T> |
SelectFSs.preceding(int begin,
int end) |
SelectFSs<T> |
SelectFSs.preceding(int begin,
int end,
int offset) |
SelectFSs<T> |
SelectFSs.preceding(TOP fs) |
SelectFSs<T> |
SelectFSs.preceding(TOP fs,
int offset) |
<N extends FeatureStructure> |
FSIndex.select() |
default <T extends FeatureStructure> |
CAS.select() |
<N extends FeatureStructure> |
FSIndex.select(Class<N> clazz) |
default <T extends FeatureStructure> |
CAS.select(Class<T> clazz) |
static <U extends FeatureStructure,V extends U> |
SelectFSs.select(FSIndex<U> index)
static methods that more effectively capture the generic argument
|
<N extends FeatureStructure> |
FSIndex.select(int jcasType) |
default <T extends FeatureStructure> |
CAS.select(int jcasType) |
<N extends FeatureStructure> |
FSIndex.select(String fullyQualifiedTypeName) |
default <T extends FeatureStructure> |
CAS.select(String fullyQualifiedTypeName) |
<N extends FeatureStructure> |
FSIndex.select(Type type) |
default <T extends FeatureStructure> |
CAS.select(Type type) |
SelectFSs<T> |
SelectFSs.shifted(int shiftAmount) |
SelectFSs<T> |
SelectFSs.startAt(int begin,
int end) |
SelectFSs<T> |
SelectFSs.startAt(int begin,
int end,
int shift) |
SelectFSs<T> |
SelectFSs.startAt(TOP fs) |
SelectFSs<T> |
SelectFSs.startAt(TOP fs,
int shift) |
SelectFSs<T> |
SelectFSs.typePriority() |
SelectFSs<T> |
SelectFSs.typePriority(boolean typePriority) |
SelectFSs<T> |
SelectFSs.useAnnotationEquals() |
SelectFSs<T> |
SelectFSs.useAnnotationEquals(boolean useAnnotationEquals) |
Modifier and Type | Method and Description |
---|---|
default <T extends FeatureStructure> |
JCas.select() |
default <N extends FeatureStructure> |
JCas.select(Class<N> clazz) |
default <N extends FeatureStructure> |
JCas.select(int jcasType) |
default <N extends FeatureStructure> |
JCas.select(String fullyQualifiedTypeName) |
default <N extends FeatureStructure> |
JCas.select(Type type) |
Modifier and Type | Method and Description |
---|---|
<T extends FeatureStructure> |
FSList.select()
Treat an FSArray as a source for SelectFSs.
|
<T extends FeatureStructure> |
FSList.select(Class<T> filterByType)
Treat an FSArray as a source for SelectFSs.
|
default <T extends FeatureStructure> |
SelectViaCopyToArray.select(Class<T> filterByType)
Treat an FSArray as a source for SelectFSs.
|
<T extends FeatureStructure> |
FSList.select(int filterByType)
Treat an FSArray as a source for SelectFSs.
|
default <T extends FeatureStructure> |
SelectViaCopyToArray.select(int filterByType)
Treat an FSArray as a source for SelectFSs.
|
<T extends FeatureStructure> |
FSList.select(String filterByType)
Treat an FSArray as a source for SelectFSs.
|
default <T extends FeatureStructure> |
SelectViaCopyToArray.select(String filterByType)
Treat an FSArray as a source for SelectFSs.
|
<T extends FeatureStructure> |
FSList.select(Type filterByType)
Treat an FSArray as a source for SelectFSs.
|
default <T extends FeatureStructure> |
SelectViaCopyToArray.select(Type filterByType)
Treat an FSArray as a source for SelectFSs.
|
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.