Uses of Class
org.semanticweb.kaon2.api.Namespaces

Packages that use Namespaces
org.semanticweb.kaon2.api   
org.semanticweb.kaon2.api.owl.elements   
org.semanticweb.kaon2.api.reasoner   
org.semanticweb.kaon2.api.rules   
 

Uses of Namespaces in org.semanticweb.kaon2.api
 

Fields in org.semanticweb.kaon2.api declared as Namespaces
static Namespaces Namespaces.INSTANCE
          The global static instance.
 

Methods in org.semanticweb.kaon2.api with parameters of type Namespaces
 Axiom KAON2Factory.axiom(java.io.Reader reader, Namespaces namespaces)
           
 Axiom KAON2Factory.axiom(java.lang.String string, Namespaces namespaces)
           
 KAON2Factory.AxiomIterator KAON2Factory.axioms(java.io.Reader reader, Namespaces namespaces)
           
 DataRange KAON2Factory.dataRange(java.io.Reader reader, int arity, Namespaces namespaces)
           
 DataRange KAON2Factory.dataRange(java.lang.String string, int arity, Namespaces namespaces)
           
 Description KAON2Factory.description(java.io.Reader reader, Namespaces namespaces)
           
 Description KAON2Factory.description(java.lang.String string, Namespaces namespaces)
           
 void Entity.toString(java.lang.StringBuffer buffer, Namespaces namespaces)
          Writes this entity to the supplied string buffer.
 void Axiom.toString(java.lang.StringBuffer buffer, Namespaces namespaces)
          Writes this description to the supplied sting buffer.
 

Constructors in org.semanticweb.kaon2.api with parameters of type Namespaces
Namespaces(Namespaces source)
          Creates an instance of this class not containing any mappings.
 

Uses of Namespaces in org.semanticweb.kaon2.api.owl.elements
 

Methods in org.semanticweb.kaon2.api.owl.elements with parameters of type Namespaces
 void Description.toString(java.lang.StringBuffer buffer, Namespaces namespaces)
          Writes this description to the supplied sting buffer.
 void DataRange.toString(java.lang.StringBuffer buffer, Namespaces namespaces)
          Writes this data range to the supplied sting buffer.
 

Uses of Namespaces in org.semanticweb.kaon2.api.reasoner
 

Methods in org.semanticweb.kaon2.api.reasoner with parameters of type Namespaces
 Query Reasoner.createQuerySPARQL(Namespaces namespaces, java.lang.String queryText)
          Creates a query object from a SPARQL query text.
 void Reasoner.setTrace(java.lang.String target, boolean state, java.io.PrintWriter out, Namespaces namespaces)
          Activates or deactivates tracing in this reasoner.
 void Query.UntypedPredicate.toString(java.lang.StringBuffer buffer, Namespaces namespaces)
           
 

Uses of Namespaces in org.semanticweb.kaon2.api.rules
 

Methods in org.semanticweb.kaon2.api.rules with parameters of type Namespaces
 void Term.toString(java.lang.StringBuffer buffer, Namespaces namespaces)
          Writes this entity to the supplied sting buffer.
 void Predicate.toString(java.lang.StringBuffer buffer, Namespaces namespaces)
          Writes this entity to the supplied string buffer.
 void Literal.toString(java.lang.StringBuffer buffer, Namespaces namespaces)
          Writes this entity to the supplied sting buffer.