com.bigdata.rdf.axioms
Class NoAxioms

java.lang.Object
  extended by com.bigdata.rdf.axioms.BaseAxioms
      extended by com.bigdata.rdf.axioms.NoAxioms
All Implemented Interfaces:
Axioms, Externalizable, Serializable

public class NoAxioms
extends BaseAxioms

An empty axiom model.

Version:
$Id: NoAxioms.java 4642 2011-06-08 17:38:38Z thompsonbry $
Author:
Bryan Thompson
See Also:
Serialized Form

Constructor Summary
NoAxioms()
          De-serialization ctor.
NoAxioms(String namespace)
           
 
Method Summary
 boolean isNone()
          true iff there are NO axioms.
 boolean isOwlSameAs()
          true iff this set of axioms includes those for owl:sameAs, owl:equivalentClass, and owl:equivalentProperty.
 boolean isRdfSchema()
          true iff this set of axioms includes those for RDF Schema.
 
Methods inherited from class com.bigdata.rdf.axioms.BaseAxioms
addAxioms, axioms, getNamespace, getValueFactory, init, isAxiom, readExternal, size, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoAxioms

public NoAxioms()
De-serialization ctor.


NoAxioms

public NoAxioms(String namespace)
Method Detail

isNone

public final boolean isNone()
Description copied from interface: Axioms
true iff there are NO axioms.


isRdfSchema

public final boolean isRdfSchema()
Description copied from interface: Axioms
true iff this set of axioms includes those for RDF Schema.


isOwlSameAs

public final boolean isOwlSameAs()
Description copied from interface: Axioms
true iff this set of axioms includes those for owl:sameAs, owl:equivalentClass, and owl:equivalentProperty.



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.