Package | Description |
---|---|
de.tudresden.inf.lat.jcel.coreontology.axiom |
Provides interfaces and classes that model normalized axioms.
|
Modifier and Type | Method and Description |
---|---|
GCI0Axiom |
NormalizedIntegerAxiomFactory.createGCI0Axiom(int subClassId,
int superClassId,
Set<Annotation> annotations)
Constructs a new GCI-0 axiom.
|
GCI0Axiom |
NormalizedIntegerAxiomFactoryImpl.createGCI0Axiom(int subCl,
int superCl,
Set<Annotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<GCI0Axiom> |
ExtendedOntologyImpl.getGCI0Axioms(int classId) |
Set<GCI0Axiom> |
ExtendedOntology.getGCI0Axioms(int classId)
Returns the set of all axioms GCI0 in the ontology such that the given
class occurs in the left part of the axiom.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
ExtendedOntologyImpl.visit(GCI0Axiom axiom) |
T |
NormalizedIntegerAxiomVisitor.visit(GCI0Axiom axiom)
Visits a GCI-0 axiom.
|
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.