Interface | Description |
---|---|
Axiom |
This interface is a part of the core of OWLOOP architecture.
|
Axiom.Descriptor<O,J> |
Descriptors are OWLOOP representation of axioms.
|
Axiom.EntitySet<Y> |
It describe a generic set of entities managed by a specific
Axiom.Descriptor . |
Axiom.ExpressionEntity<S,Y> |
It describes an
Axiom.EntitySet associated to a given expression. |
Axiom.ExpressionEntitySet<F extends Axiom.ExpressionEntity<?,Y>,Y> |
Enables to associate a set of expressions, within which each is associated to an EntitySet.
|
Axiom.Ground<O,J> |
Is an OWL entity associated to an ontology.
|
Class<O,J> |
This interface is a part of the core of OWLOOP architecture.
|
Class.Disjoint<O,J,D extends Class<O,J>> |
Implementation of this interface enables a
Class to have the Class.Disjoint expression. |
Class.Equivalent<O,J,D extends Class<O,J>> |
Implementation of this interface enables a
Class to have the Class.Equivalent expression. |
Class.Instance<O,J,Y,D extends Individual<O,Y>> |
Implementation of this interface enables a
Class to have the Class.Instance expression. |
Class.Restriction<O,J,Y> |
Implementation of this interface enables a
Class to have the Class.Restriction expression. |
Class.Sub<O,J,D extends Class<O,J>> | |
Class.Super<O,J,D extends Class<O,J>> |
Implementation of this interface enables a
Class to have the Class.Super expression. |
DataProperty<O,J> |
This interface is a part of the core of OWLOOP architecture.
|
DataProperty.Disjoint<O,J,D extends DataProperty<O,J>> |
Implementation of this interface enables a
DataProperty to have the DataProperty.Disjoint expression. |
DataProperty.Domain<O,J,Y> |
Implementation of this interface enables a
DataProperty to have the DataProperty.Domain expression. |
DataProperty.Equivalent<O,J,D extends DataProperty<O,J>> |
Implementation of this interface enables a
DataProperty to have the DataProperty.Equivalent expression. |
DataProperty.Range<O,J,Y> |
Implementation of this interface enables a
DataProperty to have the DataProperty.Range expression. |
DataProperty.Sub<O,J,D extends DataProperty<O,J>> |
Implementation of this interface enables a
DataProperty to have the DataProperty.Sub expression. |
DataProperty.Super<O,J,D extends DataProperty<O,J>> |
Implementation of this interface enables a
DataProperty to have the DataProperty.Super expression. |
Individual<O,J> |
This interface is a part of the core of OWLOOP architecture.
|
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. |
Individual.Disjoint<O,J,D extends Individual<O,J>> |
Implementation of this interface enables a
Individual to have the Individual.Disjoint expression. |
Individual.Equivalent<O,J,D extends Individual<O,J>> |
Implementation of this interface enables a
Individual to have the Individual.Equivalent expression. |
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. |
Individual.Type<O,J,Y,D extends Class<O,Y>> |
Implementation of this interface enables a
Individual to have the Individual.Type expression. |
ObjectProperty<O,J> |
This interface is a part of the core of OWLOOP architecture.
|
ObjectProperty.Disjoint<O,J,D extends ObjectProperty<O,J>> |
Implementation of this interface enables a
ObjectProperty to have the ObjectProperty.Disjoint expression. |
ObjectProperty.Domain<O,J,Y> |
Implementation of this interface enables a
ObjectProperty to have the ObjectProperty.Domain expression. |
ObjectProperty.Equivalent<O,J,D extends ObjectProperty<O,J>> |
Implementation of this interface enables a
ObjectProperty to have the ObjectProperty.Equivalent expression. |
ObjectProperty.Inverse<O,J,D extends ObjectProperty<O,J>> |
Implementation of this interface enables a
ObjectProperty to have the ObjectProperty.Inverse expression. |
ObjectProperty.Range<O,J,Y> |
Implementation of this interface enables a
ObjectProperty to have the ObjectProperty.Range expression. |
ObjectProperty.Sub<O,J,D extends ObjectProperty<O,J>> |
Implementation of this interface enables a
ObjectProperty to have the ObjectProperty.Sub expression. |
ObjectProperty.Super<O,J,D extends ObjectProperty<O,J>> |
Implementation of this interface enables a
ObjectProperty to have the ObjectProperty.Super expression. |
Class | Description |
---|---|
Axiom.Descriptor.OntologyReference |
To hide a commonly used aMOR class behind OWLOOP API.
|
Axiom.EntitySet.SynchronisationIntent<E> |
The synchronising intent during reading or writing of
Axiom.EntitySet . |
Axiom.ExpressionEntitySet.SynchronisationMultiIntent<E extends Axiom.ExpressionEntity<?,Y>,Y> |
The synchronising intent used during
Axiom.ExpressionEntity reading or writing. |
Axiom.ExpressionEntitySet.SynchroniseContainedIntent<F extends Axiom.ExpressionEntity<?,Y>,Y> | |
Axiom.MappingIntent<I extends Axiom.Ground,C> |
The class to track synchronisation changes.
|