Skip navigation links
A B C D E F G H I L M N O Q R S T U W 

O

ObjectGroundInstance(DescriptorGroundInterface.ObjectGroundInstance) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorGround.DescriptorGroundInterface.ObjectGroundInstance
Copy constructor
ObjectGroundInstance(OWLReferences, OWLObjectProperty) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorGround.DescriptorGroundInterface.ObjectGroundInstance
Fully instanciate this class
ObjectGroundInstance(OWLReferences, String) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorGround.DescriptorGroundInterface.ObjectGroundInstance
Fully instanciate this class
ObjectLinkIndividualDesc - Class in it.emarolab.owloop.articleExamples.exampleDescriptors
A 'simple' Individual Descriptor which implements 1 IndividualExpression interface: IndividualExpression.ObjectLink: to describe an ObjectProperty and Individuals related via that ObjectProperty, for an Individual.
ObjectLinkIndividualDesc(String, OWLReferences) - Constructor for class it.emarolab.owloop.articleExamples.exampleDescriptors.ObjectLinkIndividualDesc
 
ObjectLinks - Class in it.emarolab.owloop.descriptor.construction.descriptorEntitySet
An implementation of Axiom.ExpressionEntity for ObjectLinks.
ObjectLinks() - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinks
Initialise this object to have null ObjectLinks.getExpression() and empty ObjectLinks.getValues().
ObjectLinks(Collection<? extends OWLNamedIndividual>) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinks
Initialise this object to have null ObjectLinks.getExpression() and a given set of individuals (ObjectLinks.getValues()).
ObjectLinks(int, float) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinks
Initialise this object to have null ObjectLinks.getExpression() and set of individuals ObjectLinks.getValues() with specified size and load factory.
ObjectLinks(int) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinks
Initialise this object to have null ObjectLinks.getExpression() and set of individuals ObjectLinks.getValues() with specified size and load factory.
ObjectLinks(OWLObjectProperty) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinks
Initialise this object to a specific ObjectLinks.getExpression() and empty ObjectLinks.getValues().
ObjectLinks(OWLObjectProperty, Collection<? extends OWLNamedIndividual>) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinks
Initialise this object to have a specific ObjectLinks.getExpression() and a given set of individuals (ObjectLinks.getValues()).
ObjectLinks(OWLObjectProperty, int, float) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinks
Initialise this object to have a specific ObjectLinks.getExpression() and set of individuals ObjectLinks.getValues() with specified size and load factory.
ObjectLinks(OWLObjectProperty, int) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinks
Initialise this object to have a specific ObjectLinks.getExpression() and set of individuals ObjectLinks.getValues() with specified size and load factory.
ObjectLinkSet - Class in it.emarolab.owloop.descriptor.construction.descriptorEntitySet
An extension of DescriptorEntitySet.EntitySetBase for Axiom.ExpressionEntitySet for ObjectLinks.
ObjectLinkSet() - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinkSet
 
ObjectLinkSet(Collection<? extends ObjectLinks>) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinkSet
 
ObjectLinkSet(int, float) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinkSet
 
ObjectLinkSet(int) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectLinkSet
 
objectLinkTest() - Method in class it.emarolab.owloop.descriptorDebugging.FullIndividualDescTest
 
ObjectProperties - Class in it.emarolab.owloop.descriptor.construction.descriptorEntitySet
An extension of DescriptorEntitySet.EntitySetBase for OWLObjectProperty.
ObjectProperties() - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectProperties
 
ObjectProperties(Collection<? extends OWLObjectProperty>) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectProperties
 
ObjectProperties(int, float) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectProperties
 
ObjectProperties(int) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectProperties
 
ObjectProperty<O,J> - Interface in it.emarolab.owloop.core
This interface is a part of the core of OWLOOP architecture.
ObjectProperty.Disjoint<O,J,D extends ObjectProperty<O,J>> - Interface in it.emarolab.owloop.core
Implementation of this interface enables a ObjectProperty to have the ObjectProperty.Disjoint expression.
ObjectProperty.Domain<O,J,Y> - Interface in it.emarolab.owloop.core
Implementation of this interface enables a ObjectProperty to have the ObjectProperty.Domain expression.
ObjectProperty.Equivalent<O,J,D extends ObjectProperty<O,J>> - Interface in it.emarolab.owloop.core
Implementation of this interface enables a ObjectProperty to have the ObjectProperty.Equivalent expression.
ObjectProperty.Inverse<O,J,D extends ObjectProperty<O,J>> - Interface in it.emarolab.owloop.core
Implementation of this interface enables a ObjectProperty to have the ObjectProperty.Inverse expression.
ObjectProperty.Range<O,J,Y> - Interface in it.emarolab.owloop.core
Implementation of this interface enables a ObjectProperty to have the ObjectProperty.Range expression.
ObjectProperty.Sub<O,J,D extends ObjectProperty<O,J>> - Interface in it.emarolab.owloop.core
Implementation of this interface enables a ObjectProperty to have the ObjectProperty.Sub expression.
ObjectProperty.Super<O,J,D extends ObjectProperty<O,J>> - Interface in it.emarolab.owloop.core
Implementation of this interface enables a ObjectProperty to have the ObjectProperty.Super expression.
ObjectPropertyExpression - Interface in it.emarolab.owloop.descriptor.construction.descriptorExpression
This interface extends all the interfaces in ObjectProperty.
ObjectPropertyExpression.Disjoint<D extends ObjectPropertyExpression> - Interface in it.emarolab.owloop.descriptor.construction.descriptorExpression
The ObjectProperty.Disjoint expression for a Descriptor whose ground is OWLObjectProperty.
ObjectPropertyExpression.Domain - Interface in it.emarolab.owloop.descriptor.construction.descriptorExpression
The ObjectProperty.Domain expression for a Descriptor whose ground is OWLObjectProperty.
ObjectPropertyExpression.Equivalent<D extends ObjectPropertyExpression> - Interface in it.emarolab.owloop.descriptor.construction.descriptorExpression
The ObjectProperty.Equivalent expression for a Descriptor whose ground is OWLObjectProperty.
ObjectPropertyExpression.Inverse<D extends ObjectPropertyExpression> - Interface in it.emarolab.owloop.descriptor.construction.descriptorExpression
The ObjectProperty.Inverse expression for a Descriptor whose ground is OWLObjectProperty.
ObjectPropertyExpression.Range - Interface in it.emarolab.owloop.descriptor.construction.descriptorExpression
The ObjectProperty.Range expression for a Descriptor whose ground is OWLObjectProperty.
ObjectPropertyExpression.Sub<D extends ObjectPropertyExpression> - Interface in it.emarolab.owloop.descriptor.construction.descriptorExpression
The ObjectProperty.Sub expression for a Descriptor whose ground is OWLObjectProperty.
ObjectPropertyExpression.Super<D extends ObjectPropertyExpression> - Interface in it.emarolab.owloop.descriptor.construction.descriptorExpression
The ObjectProperty.Super expression for a Descriptor whose ground is OWLObjectProperty.
ObjectPropertyGround - Class in it.emarolab.owloop.descriptor.construction.descriptorGround
This abstract class is used to instantiate a DescriptorGround for a ObjectGroundInstance linked to ObjectPropertyExpressions.
ObjectPropertyGround(OWLObjectProperty, OWLReferences) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorGround.ObjectPropertyGround
 
ObjectPropertyGround(String, OWLReferences) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorGround.ObjectPropertyGround
 
ObjectPropertyGround(OWLObjectProperty, String) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorGround.ObjectPropertyGround
 
ObjectPropertyGround(OWLObjectProperty, String, String, String) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorGround.ObjectPropertyGround
 
ObjectPropertyGround(OWLObjectProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorGround.ObjectPropertyGround
 
ObjectPropertyGround(String, String) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorGround.ObjectPropertyGround
 
ObjectPropertyGround(String, String, String, String) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorGround.ObjectPropertyGround
 
ObjectPropertyGround(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorGround.ObjectPropertyGround
 
OntologyReference() - Constructor for class it.emarolab.owloop.core.Axiom.Descriptor.OntologyReference
 
orderDrugs() - Method in class it.emarolab.owloop.articleExamples.drugOrderExample.drugOrder
 
OWLEntitySetBase() - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.DescriptorEntitySet.OWLEntitySetBase
 
OWLEntitySetBase(Collection<? extends T>) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.DescriptorEntitySet.OWLEntitySetBase
 
OWLEntitySetBase(int, float) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.DescriptorEntitySet.OWLEntitySetBase
 
OWLEntitySetBase(int) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.DescriptorEntitySet.OWLEntitySetBase
 
A B C D E F G H I L M N O Q R S T U W 
Skip navigation links