com.bigdata.rdf.axioms
Class NoAxioms
java.lang.Object
com.bigdata.rdf.axioms.BaseAxioms
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoAxioms
public NoAxioms()
- De-serialization ctor.
NoAxioms
public NoAxioms(String namespace)
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.