Package | Description |
---|---|
org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
StringTypeImpl
Class comment for StringTypeImpl.java goes here.
|
Modifier and Type | Field and Description |
---|---|
TypeImpl |
TypeSystemImpl.booleanType |
TypeImpl |
TypeSystemImpl.byteType |
TypeImpl |
TypeSystemImpl.doubleType |
TypeImpl |
TypeSystemImpl.floatType |
TypeImpl |
TypeSystemImpl.intType |
TypeImpl |
TypeSystemImpl.longType |
TypeImpl |
TypeSystemImpl.shortType |
TypeImpl |
TypeSystemImpl.sofaType |
TypeImpl |
TypeSystemImpl.stringType |
Modifier and Type | Field and Description |
---|---|
static Comparator<TypeImpl> |
CasSerializerSupport.COMPARATOR_SHORT_TYPENAME
Comparator that just uses short name
Public for access by JsonCasSerializer where it's needed for a binary search
https://issues.apache.org/jira/browse/UIMA-5171
|
Modifier and Type | Method and Description |
---|---|
TypeImpl[] |
CasSerializerSupport.CasDocSerializer.getSortedUsedTypes() |
Modifier and Type | Method and Description |
---|---|
void |
FSClassRegistry.addGeneratorForType(TypeImpl type,
FSGenerator<?> fsFactory)
No longer used, but left in for backward compatibility with older JCasgen'd
classes
|
int |
TypeImpl.compareTo(TypeImpl t)
Note: you can only compare types from the same type system.
|
Copyright © 2018. All rights reserved.