O
- is the ontology.J
- is the ground.public interface Individual<O,J> extends Axiom.Descriptor<O,J>
OWLNamedIndividual
). The expressions are the following:
Individual.Equivalent
: this expression describes an Individual same-as another Individual.Individual.Disjoint
: this expression describes an Individual different from another Individual.Individual.Type
: this expression describes the Type/s (i.e., class/es) of an Individual.Individual.ObjectLink
: this expression describes an ObjectProperty and Individuals related via that ObjectProperty, for an Individual.Individual.DataLink
: this expression describes an DataProperty and Individuals related via that DataProperty, for an Individual.
Modifier and Type | Interface and Description |
---|---|
static interface |
Individual.DataLink<O,J,Y extends Axiom.ExpressionEntity<S,?>,S,D extends DataProperty<O,S>>
Implementation of this interface enables a
Individual to have the Individual.DataLink expression. |
static interface |
Individual.Disjoint<O,J,D extends Individual<O,J>>
Implementation of this interface enables a
Individual to have the Individual.Disjoint expression. |
static interface |
Individual.Equivalent<O,J,D extends Individual<O,J>>
Implementation of this interface enables a
Individual to have the Individual.Equivalent expression. |
static interface |
Individual.ObjectLink<O,J,Y extends Axiom.ExpressionEntity<S,?>,S,D extends ObjectProperty<O,S>>
Implementation of this interface enables a
Individual to have the Individual.ObjectLink expression. |
static interface |
Individual.Type<O,J,Y,D extends Class<O,Y>>
Implementation of this interface enables a
Individual to have the Individual.Type expression. |
Axiom.Descriptor.OntologyReference
Axiom.Descriptor<O,J>, Axiom.EntitySet<Y>, Axiom.ExpressionEntity<S,Y>, Axiom.ExpressionEntitySet<F extends Axiom.ExpressionEntity<?,Y>,Y>, Axiom.Ground<O,J>, Axiom.MappingIntent<I extends Axiom.Ground,C>
activateAMORlogging, getChangingIntent, getGround, getGroundInstanceName, getInstance, getIntent, getOntologyReference, groundReason, readAxioms, writeAxioms, writeAxiomsReasonReadAxioms, writeAxiomsReasonReadAxioms