- addAxiom(OWLObjectProperty, OWLIndividual, OWLIndividual) - Method in class onthology.OWL
-
AXIOM: add an object property relation between two individuals
- addAxiom(OWLDataProperty, OWLIndividual, String) - Method in class onthology.OWL
-
AXIOM : Fill a string data property of an individual
- addAxiom(OWLDataProperty, OWLIndividual, int) - Method in class onthology.OWL
-
AXIOM : Fill an integer data property of an individual
- addAxiom(OWLDataProperty, OWLIndividual, boolean) - Method in class onthology.OWL
-
AXIOM : Fill a boolean data property of an individual
- addAxiom(OWLDataProperty, OWLIndividual, double) - Method in class onthology.OWL
-
AXIOM : Fill a double data property of an individual
- addAxiom(OWLDataProperty, OWLIndividual, float) - Method in class onthology.OWL
-
AXIOM : Fill a float data property of an individual
- addBooleanAttribute(String, Boolean) - Method in class Writer.Individual
-
Add a new boolean data property in the data properties array
- addChildClass(IRI, TClass) - Method in class onthology.TClass
-
Add a concept (TClass) in the list of recursive subclasses
- addClassBooleanDataProperty(OWLDataPropertyExpression, OWLClassExpression) - Method in class onthology.OWL
-
Link an existing OWLAPI data property as boolean attribute with a class
of the ontology
- addClassDoubleDataProperty(OWLDataPropertyExpression, OWLClassExpression) - Method in class onthology.OWL
-
Link an existing OWLAPI data property as double attribute with a class of
the ontology
- addClassFloatDataProperty(OWLDataPropertyExpression, OWLClassExpression) - Method in class onthology.OWL
-
Link an existing OWLAPI data property as float attribute with a class of
the ontology
- addClassIntegerDataProperty(OWLDataPropertyExpression, OWLClassExpression) - Method in class onthology.OWL
-
Link an existing OWLAPI data property as integer attribute with a class
of the ontology
- addClassObjectProperty(OWLObjectPropertyExpression, OWLClassExpression, OWLClassExpression) - Method in class onthology.OWL
-
Link an existing object property with a class of the ontology
- addClassStringDataProperty(OWLDataPropertyExpression, OWLClassExpression) - Method in class onthology.OWL
-
Link an existing OWLAPI data property as string attribute with a class of
the ontology
- addDataProperty(String, DataType) - Method in class onthology.TClass
-
Add a new data property in the data properties list
- addDoubleAttribute(String, Double) - Method in class Writer.Individual
-
Add a new double data property in the data properties array
- addFloatAttribute(String, Float) - Method in class Writer.Individual
-
Add a new float data property in the data properties array
- addIndividualToClass(OWLClassExpression, OWLIndividual) - Method in class onthology.OWL
-
Link an existing OWLAPI individual as instance of a class of the ontology
- addIntegerAttribute(String, Integer) - Method in class Writer.Individual
-
Add a new integer data property in the data properties array
- addObjectProperty(String, TClass) - Method in class onthology.TClass
-
Add a new object property in the object properties list
- addObjectProperty(String, String) - Method in class Writer.Individual
-
Add a new object property in the object properties array of this
individual
- addOwlClass(String) - Method in class onthology.OWL
-
Add a new class in the ontology
- addOwlDataProperty(String) - Method in class onthology.OWL
-
Add a new data property in the ontology
- addOwlIndividual(String) - Method in class onthology.OWL
-
Add a new individual in the ontology
- addOwlObjectProperty(String) - Method in class onthology.OWL
-
add a new object property in the ontology
- addRandomBooleanAttribute(String) - Method in class Writer.Individual
-
Add a new boolean data property in the data properties array, and
automatically gives a random value to this property
- addRandomDoubleAttribute(String) - Method in class Writer.Individual
-
Add a new double data property in the data properties array, and
automatically gives a full random value to this property
- addRandomDoubleAttribute(String, double, double) - Method in class Writer.Individual
-
Add a new double data property in the data properties array
The value will be randomly determined by using few predefined parameters
- addRandomFloatAttribute(String) - Method in class Writer.Individual
-
Add a new float data property in the data properties array, and
automatically gives a full random value to this property
- addRandomFloatAttribute(String, float, float) - Method in class Writer.Individual
-
Add a new string data property in the data properties array
The value will be randomly determined by using few predefined parameters
- addRandomIntegerAttribute(String) - Method in class Writer.Individual
-
Add a new integer data property in the data properties array, and
automatically gives a full random value to this property
- addRandomIntegerAttribute(String, int, int) - Method in class Writer.Individual
-
Add a new Integer data property in the data properties array
The value will be randomly determined by using few predefined parameters
- addRandomStringAttribute(String) - Method in class Writer.Individual
-
Add a new string data property in the data properties array, and
automatically gives a full random value to this property
- addRandomStringAttribute(String, int, int, boolean, boolean, boolean) - Method in class Writer.Individual
-
Add a new string data property in the data properties array
The value will be randomly determined by using few predefined parameters
- addRandomTypedAttribute(String, DataType) - Method in class Writer.Individual
-
Add a new data property in the data properties array
The value will be randomly determined, depending of the property type
- addStringAttribute(String, String) - Method in class Writer.Individual
-
Add a new string data property in the data properties array
- addSubClass(OWLClassExpression, OWLClassExpression) - Method in class onthology.OWL
-
Link two existing OWLAPI classes with a parent-child relation
- addSubClass(TClass) - Method in class onthology.TClass
-
Add a concept (TClass) in the list of subclasses
- addSuperClass(TClass) - Method in class onthology.TClass
-
Add a concept (TClass) in the list of superclasses
- addSuperDataProperty(String, DataType) - Method in class onthology.TClass
-
Add a data property in the list of recursive data properties
- addSuperIRI(IRI) - Method in class onthology.TClass
-
Add an IRI in the list of recursive super IRIs
- addSuperObjectProperty(String, TClass) - Method in class onthology.TClass
-
Add an object property in the list of recursive object properties
- AnonymousOnthologyException - Exception in onthology
-
A Internal java exception raised if the input ontology does not contain the
XLMNS balisa
- AnonymousOnthologyException() - Constructor for exception onthology.AnonymousOnthologyException
-
Creates a new instance of AnonymousOnthologyException
without detail message.
- AnonymousOnthologyException(String) - Constructor for exception onthology.AnonymousOnthologyException
-
Constructs an instance of AnonymousOnthologyException with
the specified detail message.