public static enum Concept.CTTag extends Enum<Concept.CTTag>
| Enum Constant and Description |
|---|
cttHasNonPrimitiveTS
concept with non-primitive TS
|
cttLikeCompletelyDefined
concept with all parents -- LCD, TCD or Orptans
|
cttNonPrimitive
any non-primitive concept (except synonyms)
|
cttOrphan
concept w/o any told subsumers
|
cttRegular
any other primitive concept
|
cttTrueCompletelyDefined
concept with all parents -- TCD
|
cttUnspecified
not specified
|
| Modifier and Type | Method and Description |
|---|---|
static Concept.CTTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Concept.CTTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Concept.CTTag cttUnspecified
public static final Concept.CTTag cttTrueCompletelyDefined
public static final Concept.CTTag cttOrphan
public static final Concept.CTTag cttLikeCompletelyDefined
public static final Concept.CTTag cttHasNonPrimitiveTS
public static final Concept.CTTag cttRegular
public static final Concept.CTTag cttNonPrimitive
public static Concept.CTTag[] values()
for (Concept.CTTag c : Concept.CTTag.values()) System.out.println(c);
public static Concept.CTTag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 The University of Manchester. All rights reserved.