Package | Description |
---|---|
de.tudresden.inf.lat.jcel.core.algorithm.cel |
Provides interfaces and classes to run the classification
algorithm of CEL.
|
de.tudresden.inf.lat.jcel.coreontology.axiom |
Provides interfaces and classes that model normalized axioms.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
CelExtendedOntology.visit(GCI1Axiom axiom) |
Modifier and Type | Method and Description |
---|---|
GCI1Axiom |
NormalizedIntegerAxiomFactoryImpl.createGCI1Axiom(int leftCl,
int rightCl,
int superCl,
Set<Annotation> annotations) |
GCI1Axiom |
NormalizedIntegerAxiomFactory.createGCI1Axiom(int leftSubClassId,
int rightSubClassId,
int superClassId,
Set<Annotation> annotations)
Constructs a new GCI-1 axiom.
|
Modifier and Type | Method and Description |
---|---|
Set<GCI1Axiom> |
ExtendedOntologyImpl.getGCI1Axioms(int classId) |
Set<GCI1Axiom> |
ExtendedOntology.getGCI1Axioms(int classId)
Returns the set of all axioms GCI1 in the ontology such that the given
class occurs in the left part of the axiom.
|
Modifier and Type | Method and Description |
---|---|
T |
NormalizedIntegerAxiomVisitor.visit(GCI1Axiom axiom)
Visits a GCI-1 axiom.
|
Boolean |
ExtendedOntologyImpl.visit(GCI1Axiom axiom) |
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.