Serializable
, Comparable<ManchesterOWLSyntax>
public enum ManchesterOWLSyntax extends Enum<ManchesterOWLSyntax>
Enum Constant | Description |
---|---|
AND |
AND
|
ANNOTATION_PROPERTY |
ANNOTATION_PROPERTY
|
ANNOTATIONS |
ANNOTATIONS
|
ANTI_SYMMETRIC |
ANTI_SYMMETRIC
|
ASYMMETRIC |
ASYMMETRIC
|
CHAIN_CONNECT |
CHAIN_CONNECT
|
CHAIN_IMPLY |
CHAIN_IMPLY
|
CHARACTERISTICS |
CHARACTERISTICS
|
CLASS |
CLASS
|
CLOSE |
CLOSE
|
CLOSEBRACE |
CLOSEBRACE
|
CLOSEBRACKET |
CLOSEBRACKET
|
COMMA |
COMMA
|
DASH |
DASH
|
DATA_PROPERTY |
DATA_PROPERTY
|
DATATYPE |
DATATYPE
|
DIFFERENT_FROM |
DIFFERENT_FROM
|
DIFFERENT_INDIVIDUALS |
DIFFERENT_INDIVIDUALS
|
DISJOINT_CLASSES |
DISJOINT_CLASSES
|
DISJOINT_PROPERTIES |
DISJOINT_PROPERTIES
|
DISJOINT_UNION_OF |
DISJOINT_UNION_OF
|
DISJOINT_WITH |
DISJOINT_WITH
|
DOMAIN |
DOMAIN
|
EQUIVALENT_CLASSES |
EQUIVALENT_CLASSES
|
EQUIVALENT_PROPERTIES |
EQUIVALENT_PROPERTIES
|
EQUIVALENT_TO |
EQUIVALENT_TO
|
EXACTLY |
EXACTLY
|
FACET_RESTRICTION_SEPARATOR |
FACET_RESTRICTION_SEPARATOR
|
FACTS |
FACTS
|
FUNCTIONAL |
FUNCTIONAL
|
HAS_KEY |
HAS_KEY
|
IMPORT |
IMPORT
|
INDIVIDUAL |
INDIVIDUAL
|
INDIVIDUALS |
INDIVIDUALS
|
INV |
INV
|
INVERSE |
INVERSE
|
INVERSE_FUNCTIONAL |
INVERSE_FUNCTIONAL
|
INVERSE_OF |
INVERSE_OF
|
INVERSES |
INVERSES
|
IRREFLEXIVE |
IRREFLEXIVE
|
LITERAL_DOUBLE |
LITERAL_DOUBLE
|
LITERAL_FALSE |
LITERAL_FALSE
|
LITERAL_FLOAT |
LITERAL_FLOAT
|
LITERAL_INTEGER |
LITERAL_INTEGER
|
LITERAL_LIT_DATATYPE |
LITERAL_LIT_DATATYPE
|
LITERAL_LIT_LANG |
LITERAL_LIT_LANG
|
LITERAL_LITERAL |
LITERAL_LITERAL
|
LITERAL_TRUE |
LITERAL_TRUE
|
MAX |
MAX
|
MAX_EXCLUSIVE_FACET |
MAX_EXCLUSIVE_FACET
|
MAX_INCLUSIVE_FACET |
MAX_INCLUSIVE_FACET
|
MIN |
MIN
|
MIN_EXCLUSIVE_FACET |
MIN_EXCLUSIVE_FACET
|
MIN_INCLUSIVE_FACET |
MIN_INCLUSIVE_FACET
|
NOT |
NOT
|
OBJECT_PROPERTY |
OBJECT_PROPERTY
|
ONE_OF_DELIMETER |
ONE_OF_DELIMETER
|
ONLY |
ONLY
|
ONLYSOME |
ONLYSOME
|
ONTOLOGY |
ONTOLOGY
|
OPEN |
OPEN
|
OPENBRACE |
OPENBRACE
|
OPENBRACKET |
OPENBRACKET
|
OR |
OR
|
PREFIX |
PREFIX
|
RANGE |
RANGE
|
REFLEXIVE |
REFLEXIVE
|
RULE |
RULE
|
SAME_AS |
SAME_AS
|
SAME_INDIVIDUAL |
SAME_INDIVIDUAL
|
SELF |
SELF
|
SOME |
SOME
|
SUB_PROPERTY_CHAIN |
SUB_PROPERTY_CHAIN
|
SUB_PROPERTY_OF |
SUB_PROPERTY_OF
|
SUBCLASS_OF |
SUBCLASS_OF
|
SUPER_PROPERTY_OF |
SUPER_PROPERTY_OF
|
SUPERCLASS_OF |
SUPERCLASS_OF
|
SYMMETRIC |
SYMMETRIC
|
THAT |
THAT
|
TRANSITIVE |
TRANSITIVE
|
TYPE |
TYPE
|
TYPES |
TYPES
|
VALUE |
VALUE
|
VALUE_PARTITION |
VALUE_PARTITION
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
isAxiomKeyword() |
|
boolean |
isClassExpressionConnectiveKeyword() |
|
boolean |
isClassExpressionQuantiferKeyword() |
|
boolean |
isFrameKeyword() |
|
boolean |
isSectionKeyword() |
|
String |
keyword() |
|
boolean |
matches(String s) |
|
boolean |
matches(String s,
String v) |
for keywords which match two tokens.
|
boolean |
matchesEitherForm(String s) |
|
static ManchesterOWLSyntax |
parse(String rendering) |
|
String |
toString() |
|
static ManchesterOWLSyntax |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ManchesterOWLSyntax[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManchesterOWLSyntax VALUE_PARTITION
public static final ManchesterOWLSyntax DASH
public static final ManchesterOWLSyntax OPEN
public static final ManchesterOWLSyntax CLOSE
public static final ManchesterOWLSyntax OPENBRACE
public static final ManchesterOWLSyntax CLOSEBRACE
public static final ManchesterOWLSyntax OPENBRACKET
public static final ManchesterOWLSyntax CLOSEBRACKET
public static final ManchesterOWLSyntax ONTOLOGY
public static final ManchesterOWLSyntax IMPORT
public static final ManchesterOWLSyntax PREFIX
public static final ManchesterOWLSyntax CLASS
public static final ManchesterOWLSyntax OBJECT_PROPERTY
public static final ManchesterOWLSyntax CHAIN_IMPLY
public static final ManchesterOWLSyntax CHAIN_CONNECT
public static final ManchesterOWLSyntax DATA_PROPERTY
public static final ManchesterOWLSyntax INDIVIDUAL
public static final ManchesterOWLSyntax DATATYPE
public static final ManchesterOWLSyntax ANNOTATION_PROPERTY
public static final ManchesterOWLSyntax SOME
public static final ManchesterOWLSyntax ONLY
public static final ManchesterOWLSyntax ONLYSOME
public static final ManchesterOWLSyntax MIN
public static final ManchesterOWLSyntax MAX
public static final ManchesterOWLSyntax EXACTLY
public static final ManchesterOWLSyntax VALUE
public static final ManchesterOWLSyntax AND
public static final ManchesterOWLSyntax OR
public static final ManchesterOWLSyntax NOT
public static final ManchesterOWLSyntax INVERSE
public static final ManchesterOWLSyntax INV
public static final ManchesterOWLSyntax SELF
public static final ManchesterOWLSyntax THAT
public static final ManchesterOWLSyntax FACET_RESTRICTION_SEPARATOR
public static final ManchesterOWLSyntax SUBCLASS_OF
public static final ManchesterOWLSyntax SUPERCLASS_OF
public static final ManchesterOWLSyntax EQUIVALENT_TO
public static final ManchesterOWLSyntax EQUIVALENT_CLASSES
public static final ManchesterOWLSyntax EQUIVALENT_PROPERTIES
public static final ManchesterOWLSyntax DISJOINT_WITH
public static final ManchesterOWLSyntax INDIVIDUALS
public static final ManchesterOWLSyntax DISJOINT_CLASSES
public static final ManchesterOWLSyntax DISJOINT_PROPERTIES
public static final ManchesterOWLSyntax DISJOINT_UNION_OF
public static final ManchesterOWLSyntax FACTS
public static final ManchesterOWLSyntax SAME_AS
public static final ManchesterOWLSyntax SAME_INDIVIDUAL
public static final ManchesterOWLSyntax DIFFERENT_FROM
public static final ManchesterOWLSyntax DIFFERENT_INDIVIDUALS
public static final ManchesterOWLSyntax MIN_INCLUSIVE_FACET
public static final ManchesterOWLSyntax MAX_INCLUSIVE_FACET
public static final ManchesterOWLSyntax MIN_EXCLUSIVE_FACET
public static final ManchesterOWLSyntax MAX_EXCLUSIVE_FACET
public static final ManchesterOWLSyntax ONE_OF_DELIMETER
public static final ManchesterOWLSyntax TYPES
public static final ManchesterOWLSyntax TYPE
public static final ManchesterOWLSyntax ANNOTATIONS
public static final ManchesterOWLSyntax COMMA
public static final ManchesterOWLSyntax DOMAIN
public static final ManchesterOWLSyntax RANGE
public static final ManchesterOWLSyntax CHARACTERISTICS
public static final ManchesterOWLSyntax FUNCTIONAL
public static final ManchesterOWLSyntax INVERSE_FUNCTIONAL
public static final ManchesterOWLSyntax SYMMETRIC
public static final ManchesterOWLSyntax TRANSITIVE
public static final ManchesterOWLSyntax REFLEXIVE
public static final ManchesterOWLSyntax IRREFLEXIVE
public static final ManchesterOWLSyntax LITERAL_TRUE
public static final ManchesterOWLSyntax LITERAL_FALSE
public static final ManchesterOWLSyntax LITERAL_INTEGER
public static final ManchesterOWLSyntax LITERAL_FLOAT
public static final ManchesterOWLSyntax LITERAL_DOUBLE
public static final ManchesterOWLSyntax LITERAL_LITERAL
public static final ManchesterOWLSyntax LITERAL_LIT_DATATYPE
public static final ManchesterOWLSyntax LITERAL_LIT_LANG
public static final ManchesterOWLSyntax ANTI_SYMMETRIC
public static final ManchesterOWLSyntax ASYMMETRIC
public static final ManchesterOWLSyntax INVERSE_OF
public static final ManchesterOWLSyntax INVERSES
public static final ManchesterOWLSyntax SUB_PROPERTY_OF
public static final ManchesterOWLSyntax SUPER_PROPERTY_OF
public static final ManchesterOWLSyntax SUB_PROPERTY_CHAIN
public static final ManchesterOWLSyntax HAS_KEY
public static final ManchesterOWLSyntax RULE
public static ManchesterOWLSyntax[] values()
for (ManchesterOWLSyntax c : ManchesterOWLSyntax.values()) System.out.println(c);
public static ManchesterOWLSyntax 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 nullpublic boolean isFrameKeyword()
public boolean isSectionKeyword()
public boolean isAxiomKeyword()
public boolean isClassExpressionConnectiveKeyword()
public boolean isClassExpressionQuantiferKeyword()
public String toString()
toString
in class Enum<ManchesterOWLSyntax>
public String keyword()
public boolean matches(String s)
s
- spublic boolean matchesEitherForm(String s)
s
- spublic boolean matches(@Nonnull String s, @Nonnull String v)
s
- sv
- v@Nullable public static ManchesterOWLSyntax parse(String rendering)
rendering
- renderingCopyright © 2018 The University of Manchester. All rights reserved.