GATE
Version 3.1-2270

gate.creole.ontology
Interface OntologyConstants

All Known Subinterfaces:
DatatypeProperty, ObjectProperty, OClass, Property, ReflexiveProperty, SymmetricProperty, TClass, TransitiveProperty
All Known Implementing Classes:
DatatypePropertyImpl, ObjectPropertyImpl, OClassImpl, PropertyImpl, SymmetricPropertyImpl, TClassImpl, TransitivePropertyImpl

public interface OntologyConstants

This interface holds some constants used by several other intrfaces and classes in the GATE ontology API.

Author:
Valentin Tablan

Field Summary
static byte DIRECT_CLOSURE
          denotes a direct closure(no transitivity)
static byte TRANSITIVE_CLOSURE
          denotes atransitive closure
 

Field Detail

DIRECT_CLOSURE

static final byte DIRECT_CLOSURE
denotes a direct closure(no transitivity)

See Also:
Constant Field Values

TRANSITIVE_CLOSURE

static final byte TRANSITIVE_CLOSURE
denotes atransitive closure

See Also:
Constant Field Values

GATE
Version 3.1-2270