public class TypeSystemUtil extends Object
Constructor and Description |
---|
TypeSystemUtil() |
Modifier and Type | Method and Description |
---|---|
static FeatureDescription |
feature2FeatureDescription(Feature aFeature)
Convert a
Feature to an equivalent FeatureDescription . |
static String[] |
getAllowedValuesForType(Type aType,
TypeSystem aTypeSystem)
Gets the allowed values for a string subtype.
|
static TypeDescription |
type2TypeDescription(Type aType,
TypeSystem aTypeSystem)
Convert a
Type to an equivalent TypeDescription . |
static TypeSystemDescription |
typeSystem2TypeSystemDescription(TypeSystem aTypeSystem)
Convert a
TypeSystem to an equivalent TypeSystemDescription . |
public static TypeSystemDescription typeSystem2TypeSystemDescription(TypeSystem aTypeSystem)
TypeSystem
to an equivalent TypeSystemDescription
.aTypeSystem
- type system object to convertaTypeSystem
public static TypeDescription type2TypeDescription(Type aType, TypeSystem aTypeSystem)
Type
to an equivalent TypeDescription
.aType
- type object to convertaTypeSystem
- the TypeSystem that contains aType
aType
public static FeatureDescription feature2FeatureDescription(Feature aFeature)
Feature
to an equivalent FeatureDescription
.aFeature
- feature object to convertaFeature
public static String[] getAllowedValuesForType(Type aType, TypeSystem aTypeSystem)
aType
- the type, which must be a subtype of uima.cas.StringaTypeSystem
- the type system to useaType
TODO - this should be a method on
Type.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.