|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tudresden.inf.lat.jcel.coreontology.axiom.NormalizedIntegerAxiomFactoryImpl
public class NormalizedIntegerAxiomFactoryImpl
An object of this class is a factory to create any normalized axiom.
Constructor Summary | |
---|---|
NormalizedIntegerAxiomFactoryImpl()
Constructs a new normalized axiom factory. |
Method Summary | |
---|---|
FunctObjectPropAxiom |
createFunctObjectPropAxiom(int prop)
Constructs a new functional object property axiom. |
GCI0Axiom |
createGCI0Axiom(int subCl,
int superCl)
Constructs a new GCI-0 axiom. |
GCI1Axiom |
createGCI1Axiom(List<Integer> leftClList,
int rightCl)
Constructs a new GCI-1 axiom. |
GCI2Axiom |
createGCI2Axiom(int leftCl,
int rightProp,
int rightCl)
Constructs a new GCI-2 axiom. |
GCI3Axiom |
createGCI3Axiom(int leftProp,
int leftCl,
int rightCl)
Constructs a new GCI-3 axiom. |
NominalAxiom |
createNominalAxiom(int classId,
int individualId)
Constructs a new nominal axiom. |
RangeAxiom |
createRangeAxiom(int prop,
int cl)
Constructs a new range axiom. |
RI1Axiom |
createRI1Axiom(int prop)
Constructs a new axiom RI-1. |
RI2Axiom |
createRI2Axiom(int leftProp,
int rightProp)
Constructs a new axiom RI-2. |
RI3Axiom |
createRI3Axiom(int leftLeftProp,
int leftRightProp,
int rightProp)
Constructs a new RI-3 axiom |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NormalizedIntegerAxiomFactoryImpl()
Method Detail |
---|
public FunctObjectPropAxiom createFunctObjectPropAxiom(int prop)
NormalizedIntegerAxiomFactory
createFunctObjectPropAxiom
in interface NormalizedIntegerAxiomFactory
prop
- object propertypublic GCI0Axiom createGCI0Axiom(int subCl, int superCl)
NormalizedIntegerAxiomFactory
createGCI0Axiom
in interface NormalizedIntegerAxiomFactory
subCl
- subclass identifiersuperCl
- superclass identifierpublic GCI1Axiom createGCI1Axiom(List<Integer> leftClList, int rightCl)
NormalizedIntegerAxiomFactory
createGCI1Axiom
in interface NormalizedIntegerAxiomFactory
leftClList
- list of class identifier for the part of the left-hand siderightCl
- superclass in the axiompublic GCI2Axiom createGCI2Axiom(int leftCl, int rightProp, int rightCl)
NormalizedIntegerAxiomFactory
createGCI2Axiom
in interface NormalizedIntegerAxiomFactory
leftCl
- subclass identifierrightProp
- object property identifierrightCl
- class identifier for the right-hand partpublic GCI3Axiom createGCI3Axiom(int leftProp, int leftCl, int rightCl)
NormalizedIntegerAxiomFactory
createGCI3Axiom
in interface NormalizedIntegerAxiomFactory
leftProp
- object property identifier for the left-hand partleftCl
- class identifier for the left-hand partrightCl
- superclass identifierpublic NominalAxiom createNominalAxiom(int classId, int individualId)
NormalizedIntegerAxiomFactory
createNominalAxiom
in interface NormalizedIntegerAxiomFactory
classId
- class identifier in the axiomindividualId
- individual identifier in the axiompublic RangeAxiom createRangeAxiom(int prop, int cl)
NormalizedIntegerAxiomFactory
createRangeAxiom
in interface NormalizedIntegerAxiomFactory
prop
- object property identifiercl
- class identifierpublic RI1Axiom createRI1Axiom(int prop)
NormalizedIntegerAxiomFactory
createRI1Axiom
in interface NormalizedIntegerAxiomFactory
prop
- object property identifierpublic RI2Axiom createRI2Axiom(int leftProp, int rightProp)
NormalizedIntegerAxiomFactory
createRI2Axiom
in interface NormalizedIntegerAxiomFactory
leftProp
- object property identifier for the left-hand part of the axiomrightProp
- object property identifier for the right-hand part of the
axiompublic RI3Axiom createRI3Axiom(int leftLeftProp, int leftRightProp, int rightProp)
NormalizedIntegerAxiomFactory
createRI3Axiom
in interface NormalizedIntegerAxiomFactory
leftLeftProp
- object property identifier for the left-hand object property
on the compositionleftRightProp
- object property identifier for the right-hand object property
on the compositionrightProp
- object property identifier for super object property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |