A C D E F G H I M N O P Q R S T V W 

G

getAllAssertionsAsAtoms() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Gets all class and property assertions from a given ontology.
getAllOntologyAndSWRLAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Gets all (possible) generated rules from a given ontology with SWRL rules.
getAssertionsMappingsFromIndividuals() - Method in class org.semanticweb.ruqar.db.DBMappingCreator
Iterates through instances derived from ontology and creates DBMappings for class and property assertions between instances
getAtomToString(Atom) - Method in interface org.semanticweb.ruqar.transformations.RulesInto
Creates String representation of an Atom expressed in the language of the reasoning engine.
getAtomToString(Atom) - Method in class org.semanticweb.ruqar.transformations.RulesIntoDroolsRules
 
getAtomToString(Atom) - Method in class org.semanticweb.ruqar.transformations.RulesIntoJessRules
 
getAtomTypeMapping(AtomType) - Method in interface org.semanticweb.ruqar.transformations.RulesInto
Maps AtomType to the appropriate type expressed in the language of the reasoning engine.
getAtomTypeMapping(AtomType) - Method in class org.semanticweb.ruqar.transformations.RulesIntoDroolsRules
 
getAtomTypeMapping(AtomType) - Method in class org.semanticweb.ruqar.transformations.RulesIntoJessRules
 
getBody() - Method in class org.semanticweb.ruqar.rules.Rule
Returns the body of a rule.
getCalled() - Method in class org.semanticweb.ruqar.utils.Triple
Gets the called value.
getClassAssertionsAsAtoms() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Gets class assertions (data) from a given ontology.
getClassAssertionsMappings() - Method in class org.semanticweb.ruqar.db.DBMappingCreator
Iterates through class assertions derived from ontology and creates appropriate DBMappings
getComment() - Method in class org.semanticweb.ruqar.rules.Rule
Returns the comment.
getConnection() - Method in class org.semanticweb.ruqar.db.DBAccess
This function returns the current connection to database.
getCorrespondingDBMappingTerm(Term) - Method in class org.semanticweb.ruqar.db.DBMapping
Gets the corresponding term to a given object.
getCorrespondingDBMappingTerm(String) - Method in class org.semanticweb.ruqar.db.DBMapping
Gets the corresponding term to a given TermType as object.
getCorrespondingTerm(DBMappingTerm) - Method in class org.semanticweb.ruqar.db.DBMapping
Gets the corresponding term to a given object.
getCorrespondingTerm(String) - Method in class org.semanticweb.ruqar.db.DBMapping
Gets the corresponding term to a given object.
getDataStructures() - Method in interface org.semanticweb.ruqar.transformations.RulesInto
Creates appropriate String representation of data structures expressed in the language of the reasoning engine.
getDataStructures() - Method in class org.semanticweb.ruqar.transformations.RulesIntoDroolsRules
 
getDataStructures() - Method in class org.semanticweb.ruqar.transformations.RulesIntoJessRules
 
getDBMappingTermColumn(int) - Method in class org.semanticweb.ruqar.db.DBMapping
Gets column by a given index.
getDifferences() - Method in class org.semanticweb.ruqar.utils.DataComparator
Returns differences between two sets of data.
getDomainPropertyRestrictionsAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the set of domain restrictions in properties in a given ontology.
getEquivalentClassesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the set of equivalent classes in a given ontology.
getEquivalentPropertiesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the set of equivalent properties in a given ontology.
getFactCount() - Method in interface org.semanticweb.ruqar.transformations.DBMappingRuleInto
Returns the number of facts in KB
getFactCount() - Method in class org.semanticweb.ruqar.transformations.DBMappingRuleIntoDroolsRule
 
getFactCount() - Method in class org.semanticweb.ruqar.transformations.DBMappingRuleIntoJessRule
 
getFunctionalPropertiesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the set of functional properties in a given ontology.
getGoalDrivenRules() - Method in class org.semanticweb.ruqar.transformations.RulesIntoGoalDrivenRules
Gets transformed rules as a set of goal-driven rules.
getGoalDrivenRules(Rule) - Method in class org.semanticweb.ruqar.transformations.RulesIntoGoalDrivenRules
Gets transformed rules as a set of goal-drive rules - these rules come from the transformation of a given rule.
getHead() - Method in class org.semanticweb.ruqar.rules.Rule
Returns the head of a rule.
getHierarchyOfOWLClassesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the taxonomy of classes in a given ontology.
getHierarchyOfOWLDatatypePropertiesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the taxonomy of datatype properties in a given ontology.
getHierarchyOfOWLObjectPropertiesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the taxonomy of object properties in a given ontology.
getInverseFunctionalPropertiesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the set of inverse functional properties in a given ontology.
getInversePropertiesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the set of inverse properties in a given ontology.
getManager() - Method in class org.semanticweb.ruqar.owl.OWLReasoning
Returns instance.
getMapping() - Method in class org.semanticweb.ruqar.db.DBMappingRule
Returns object.
getMappings() - Method in class org.semanticweb.ruqar.db.DBSessionManager
Returns 's.
getName() - Method in enum org.semanticweb.ruqar.rules.AtomType
Returns the name of an .
getName() - Method in class org.semanticweb.ruqar.rules.Rule
Returns the name of a rule.
getName() - Method in enum org.semanticweb.ruqar.rules.TermType
Returns the name of a .
getName() - Method in enum org.semanticweb.ruqar.rules.ValueType
Returns the name of a .
getNumberOfAllAssertions() - Method in class org.semanticweb.ruqar.owl.OWLReasoning
Returns the summarized number of class, object property and datatype property assertions in the ontology.
getNumberOfClassAssertions() - Method in class org.semanticweb.ruqar.owl.OWLReasoning
Returns the number of class assertions in the ontology.
getNumberOfDatatypeAssertions() - Method in class org.semanticweb.ruqar.owl.OWLReasoning
Returns the number of datatype property assertions in the ontology.
getNumberOfObjectPropertyAssertions() - Method in class org.semanticweb.ruqar.owl.OWLReasoning
Returns the number of object property assertions in the ontology.
getNumberOfResultColumns() - Method in class org.semanticweb.ruqar.db.DBMapping
Returns the number of result columns.
getObject() - Method in class org.semanticweb.ruqar.utils.Triple
Gets the object value.
getOntology() - Method in class org.semanticweb.ruqar.owl.OWLReasoning
Returns instance.
getOWL2ProfileInformation() - Method in class org.semanticweb.ruqar.owl.OWLReasoning
Checks the OWL 2 Profile of an ontology.
getOWLAxiom() - Method in class org.semanticweb.ruqar.rules.Rule
Returns the from which the rule was created.
getPredicate() - Method in class org.semanticweb.ruqar.utils.Triple
Gets the predicate value.
getPropertyAssertionsAsAtoms() - Method in class org.semanticweb.ruqar.db.DBMappingCreator
Iterates through property assertions derived from ontology and creates appropriate DBMappings
getPropertyAssertionsAsAtoms() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Gets object property and datatype property assertions (facts) from a given ontology.
getQuery(List<Atom>, String) - Method in interface org.semanticweb.ruqar.transformations.RulesInto
Creates the query string for the appropriate reasoning engine.
getQuery(List<Atom>, String) - Method in class org.semanticweb.ruqar.transformations.RulesIntoDroolsRules
 
getQuery(List<Atom>, String) - Method in class org.semanticweb.ruqar.transformations.RulesIntoJessRules
 
getRangePropertyRestrictionsAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the set of range restrictions in properties in a given ontology.
getResults() - Method in class org.semanticweb.ruqar.qa.ResultCounter
 
getRete() - Method in class org.semanticweb.ruqar.transformations.DBMappingRuleIntoJessRule
 
getRuleFromQuery(List<Atom>) - Method in interface org.semanticweb.ruqar.transformations.RulesInto
Creates the rule for the reasoning engine, this rule is used in 1st proposed query answering algorithm.
getRuleFromQuery(List<Atom>) - Method in class org.semanticweb.ruqar.transformations.RulesIntoDroolsRules
 
getRuleFromQuery(List<Atom>) - Method in class org.semanticweb.ruqar.transformations.RulesIntoJessRules
 
getRulesFromTable4() - Method in class org.semanticweb.ruqar.owl.OWL2RLMetaRules
Rules from Table 4 defined in W3C Recommendation http://www.w3.org/TR/owl2-profiles/#OWL_2_RL The Semantics of Equality.
getSemanticsOfClassesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the set of classes in a given ontology.
getSubject() - Method in class org.semanticweb.ruqar.utils.Triple
Gets the subject value.
getSWRLRulesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the SWRL rules in a given ontology.
getSymmetricPropertiesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the set of symmetric properties in a given ontology.
getTerms() - Method in class org.semanticweb.ruqar.rules.Atom
Returns terms in the atom.
getTermToString(Term) - Method in interface org.semanticweb.ruqar.transformations.RulesInto
Creates String representation of a Term expressed in the language of the reasoning engine.
getTermToString(Term) - Method in class org.semanticweb.ruqar.transformations.RulesIntoDroolsRules
 
getTermToString(Term) - Method in class org.semanticweb.ruqar.transformations.RulesIntoJessRules
 
getTermTypeMapping(TermType) - Method in interface org.semanticweb.ruqar.transformations.RulesInto
Maps TermType to the appropriate type expressed in the language of the reasoning engine.
getTermTypeMapping(TermType) - Method in class org.semanticweb.ruqar.transformations.RulesIntoDroolsRules
 
getTermTypeMapping(TermType) - Method in class org.semanticweb.ruqar.transformations.RulesIntoJessRules
 
getTransformatedData(List<Atom>) - Method in interface org.semanticweb.ruqar.transformations.RulesInto
Transforms all Atom into appropriate representation of facts expressed in the language of the reasoning engine.
getTransformatedData(List<Atom>) - Method in class org.semanticweb.ruqar.transformations.RulesIntoDroolsRules
 
getTransformatedData(List<Atom>) - Method in class org.semanticweb.ruqar.transformations.RulesIntoJessRules
 
getTransformatedRules(List<Rule>) - Method in interface org.semanticweb.ruqar.transformations.RulesInto
Transforms all Rule into appropriate representation of rules expressed in the language of the reasoning engine.
getTransformatedRules(List<Rule>) - Method in class org.semanticweb.ruqar.transformations.RulesIntoDroolsRules
 
getTransformatedRules(List<Rule>) - Method in class org.semanticweb.ruqar.transformations.RulesIntoJessRules
 
getTransformedMappingRules(Hashtable<String, DBMapping>) - Method in interface org.semanticweb.ruqar.transformations.DBMappingRuleInto
Returns a set of rules in form of the implemented rule syntax
getTransformedMappingRules(Hashtable<String, DBMapping>) - Method in class org.semanticweb.ruqar.transformations.DBMappingRuleIntoDroolsRule
Returns a set of rules in form of the Drools syntax
getTransformedMappingRules(Hashtable<String, DBMapping>) - Method in class org.semanticweb.ruqar.transformations.DBMappingRuleIntoJessRule
Returns a set of Jess rules
getTransitivePropertiesAsRules() - Method in class org.semanticweb.ruqar.transformations.OWLIntoRules
Generates rules according to the set of transitive properties in a given ontology.
getType() - Method in class org.semanticweb.ruqar.rules.Atom
Returns the value.
getValueTypeFromOWL2Datatype(OWL2Datatype) - Static method in enum org.semanticweb.ruqar.rules.ValueType
Mapping between XSD and Java according to http://docs.oracle.com/javaee/7/tutorial/doc/jaxws002.htm TODO Sprawdzic dwa artykuly o mapowaniu OWL2Java.
getValueTypeMapping(Term) - Method in interface org.semanticweb.ruqar.transformations.RulesInto
Maps ValueType to the type expressed in the language of the reasoning engine.
getValueTypeMapping(Term) - Method in class org.semanticweb.ruqar.transformations.RulesIntoDroolsRules
 
getValueTypeMapping(Term) - Method in class org.semanticweb.ruqar.transformations.RulesIntoJessRules
 
A C D E F G H I M N O P Q R S T V W