|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NormalizedIntegerAxiomFactory
An object implementing this interface is a factory to create normalized axioms.
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 |
Method Detail |
---|
FunctObjectPropAxiom createFunctObjectPropAxiom(int prop)
prop
- object propertyGCI0Axiom createGCI0Axiom(int subCl, int superCl)
subCl
- subclass identifiersuperCl
- superclass identifierGCI1Axiom createGCI1Axiom(List<Integer> leftClList, int rightCl)
leftClList
- list of class identifier for the part of the left-hand siderightCl
- superclass in the axiomGCI2Axiom createGCI2Axiom(int leftCl, int rightProp, int rightCl)
leftCl
- subclass identifierrightProp
- object property identifierrightCl
- class identifier for the right-hand partGCI3Axiom createGCI3Axiom(int leftProp, int leftCl, int rightCl)
leftProp
- object property identifier for the left-hand partleftCl
- class identifier for the left-hand partrightCl
- superclass identifierNominalAxiom createNominalAxiom(int classId, int individualId)
classId
- class identifier in the axiomindividualId
- individual identifier in the axiomRangeAxiom createRangeAxiom(int prop, int cl)
prop
- object property identifiercl
- class identifierRI1Axiom createRI1Axiom(int prop)
prop
- object property identifierRI2Axiom createRI2Axiom(int leftProp, int rightProp)
leftProp
- object property identifier for the left-hand part of the axiomrightProp
- object property identifier for the right-hand part of the
axiomRI3Axiom createRI3Axiom(int leftLeftProp, int leftRightProp, int rightProp)
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 |