public interface SelectViaCopyToArray
Modifier and Type | Method and Description |
---|---|
org.apache.uima.cas.impl.CASImpl |
_getView() |
FeatureStructure[] |
_toArrayForSelect() |
default <T extends FeatureStructure> |
select() |
default <T extends FeatureStructure> |
select(Class<T> filterByType)
Treat an FSArray as a source for SelectFSs.
|
default <T extends FeatureStructure> |
select(int filterByType)
Treat an FSArray as a source for SelectFSs.
|
default <T extends FeatureStructure> |
select(String filterByType)
Treat an FSArray as a source for SelectFSs.
|
default <T extends FeatureStructure> |
select(Type filterByType)
Treat an FSArray as a source for SelectFSs.
|
FeatureStructure[] _toArrayForSelect()
org.apache.uima.cas.impl.CASImpl _getView()
default <T extends FeatureStructure> org.apache.uima.cas.impl.SelectFSs_impl<T> select()
T
- generic type being selecteddefault <T extends FeatureStructure> SelectFSs<T> select(Type filterByType)
T
- generic type being selectedfilterByType
- only includes elements of this typedefault <T extends FeatureStructure> SelectFSs<T> select(Class<T> filterByType)
T
- generic type being selectedfilterByType
- only includes elements of this JCas classdefault <T extends FeatureStructure> SelectFSs<T> select(int filterByType)
T
- generic type being selectedfilterByType
- only includes elements of this JCas class's typedefault <T extends FeatureStructure> SelectFSs<T> select(String filterByType)
T
- generic type being selectedfilterByType
- only includes elements of this type (fully qualifined type name)Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.