public interface DescriptorEntitySet extends Axiom
Individuals
: type to describe a set of: [OWL-Individual].Classes
: type to describe a set of: [OWL-Class].Literals
: type to describe a set of: [OWL-Literal] (i.e., data values).DataProperties
: type to describe a set of: [OWL-DataProperty].ObjectProperties
: type to describe a set of: [OWL-ObjectProperty].Restrictions
: type to describe a set of: [OWL-EquivalentRestriction].DataLinks
: type to describe a set of: [An Expression along with an OWL-Literal] .ObjectLinks
: type to describe a set of: [An Expression along with an OWL Individual].
Modifier and Type | Interface and Description |
---|---|
static class |
DescriptorEntitySet.EntitySetBase<T>
Base interface for all the
DescriptorEntitySet that extends EntitySet . |
static class |
DescriptorEntitySet.ExpressionEntitySetBase<X extends Axiom.ExpressionEntity<S,A>,S extends org.semanticweb.owlapi.model.OWLProperty,A>
The base implementation for the
ExpressionEntitySet . |
static class |
DescriptorEntitySet.OWLEntitySetBase<T extends org.semanticweb.owlapi.model.OWLObject>
An extension of
DescriptorEntitySet.EntitySetBase for type extending OWLObject . |
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>