- get() - Method in class de.julielab.jcore.utility.JCoReFSListIterator
-
- getAnnotationAtMatchingOffsets(JCas, Annotation, Class<T>) - Static method in class de.julielab.jcore.utility.JCoReAnnotationTools
-
- getAnnotationAtOffset(JCas, String, int, int) - Static method in class de.julielab.jcore.utility.JCoReAnnotationTools
-
returns an annotation of the type fullEntityClassName which has exactly the specified offset
- getAnnotationByClassName(JCas, String) - Static method in class de.julielab.jcore.utility.JCoReAnnotationTools
-
returns an annotation object (de.julielab.jcore.types.annotation) of the type specified by fullEntityClassName.
- getArrayElement(CommonArrayFS, Map<?, ?>, Method, Method, int) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getBooleanValue(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getByteValue(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getCollectionReader(String) - Static method in class de.julielab.jcore.utility.JCoReTools
-
- getDefaultReplacementValue() - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getDoubleValue(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getFeature(int) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getFeaturePath() - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getFeatureValueFromFeatureStructure(FeatureStructure, Feature, Map<?, ?>) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
Returns the value of the feature feature of the feature
structure fs.
- getFloatValue(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getFSValue(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getIncludedAnnotations(JCas, Annotation, Class<T>) - Static method in class de.julielab.jcore.utility.JCoReAnnotationTools
-
Returns, in ascending order, all annotations of type cls that are completely included - perhaps with
having the same begin and/or end as the focusAnnotation - in focusAnnotation.
- getIncludingAnnotation(JCas, Annotation, Class<T>) - Static method in class de.julielab.jcore.utility.JCoReAnnotationTools
-
Returns the leftmost annotation of type cls that completely includes focusAnnotation.
- getIntValue(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getLastOverlappingAnnotation(JCas, Annotation, Class<T>) - Static method in class de.julielab.jcore.utility.JCoReAnnotationTools
-
Returns the annotation with the highest end offset of type cls overlapping focusAnnotation.
- getLongValue(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getNearestIncludingAnnotation(JCas, Annotation, Class<T>) - Static method in class de.julielab.jcore.utility.JCoReAnnotationTools
-
Returns the nearest annotation of class cls to focusAnnotation, i.e. the one (or just one, if
multiple exist) with the highest start-offset that completely overlaps focusAnnotation.
- getNearestOverlappingAnnotations(JCas, Annotation, Class<T>) - Static method in class de.julielab.jcore.utility.JCoReAnnotationTools
-
Returns the nearest annotations of class cls to focusAnnotation, i.e. all annotations
overlapping focusAnnotation where between the leftest returned annotation and the next returned
annotation (that is, returned offsets 0 and 1, if there are multiple returned annotations) there is no other
annotation of type cls.
- getObjectValueAsString(Object) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
Get a String representation for a single primitive value.
- getOverlappingAnnotation(JCas, String, int, int) - Static method in class de.julielab.jcore.utility.JCoReAnnotationTools
-
returns an annotation of the type fullEntityClassName which overlaps an or is overlapped by an annotation of the
same type at the given offset
- getPartiallyOverlappingAnnotation(JCas, String, int, int) - Static method in class de.julielab.jcore.utility.JCoReAnnotationTools
-
returns an annotation of the type fullEntityClassName which partially overlaps an or is overlapped by an
annotation of the same type at the given offset
- getPartiallyOverlappingAnnotation(JCas, Annotation, Class<T>) - Static method in class de.julielab.jcore.utility.JCoReAnnotationTools
-
Returns the leftmost annotation of type cls that overlaps focusAnnotation.
- getPubmedId(JCas) - Static method in class de.julielab.jcore.utility.JCoReTools
-
Returns the PubMed ID of the document in the JCas.
- getReplaceUnmappedValues() - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
Returns true if feature values not contained in the replacement
map are to be replaced by a default value.
- getShortValue(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getStringValue(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getTypClass(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getType(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getValue(FeatureStructure, int) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
Begins to traverse the feature path from position
startFeatureIndex and returns whatever values lie at the end of
the feature path.
- getValueAsString(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getValueAsString(FeatureStructure, boolean) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getValueAsStringArray(FeatureStructure, boolean) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getValueAsStringArray(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
Returns the feature path values without performing value replacements.
- getValueAsStringList(FeatureStructure, boolean) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
- getValueAsStringList(FeatureStructure) - Method in class de.julielab.jcore.utility.JCoReFeaturePath
-
Returns the feature path values without performing value replacements.