Class and Description |
---|
gate.creole.ontology.OntologyUtilities
the use of this class and all its methods should be avoided
in the future. See the individual methods for replacements.
|
gate.creole.ontology.URI
Use OURI objects and the
Ontology factory methods
for creating them instead. |
Exceptions and Description |
---|
gate.util.LuckyException
serves no purpose over and above either
GateRuntimeException or
just plain RuntimeException
and one of those should be used instead. |
Field and Description |
---|
gate.creole.ontology.OConstants.DIRECT_CLOSURE
use
OConstants.Closure instead. |
gate.GateConstants.SAVE_FEATURES_WHEN_PRESERVING_FORMAT |
gate.creole.ontology.OConstants.TRANSITIVE_CLOSURE
use
OConstants.Closure instead. |
Constructor and Description |
---|
gate.creole.ontology.Literal(String, Locale)
Use the constructor Literal(String value, String languagetag)
instead
|
gate.creole.annic.apache.lucene.store.Lock.With(Lock)
Kept only to avoid breaking existing code.
|
Copyright © 2024 GATE. All rights reserved.