org.semanticweb.HermiT.model
Class AtomicConcept
java.lang.Object
org.semanticweb.HermiT.model.Concept
org.semanticweb.HermiT.model.LiteralConcept
org.semanticweb.HermiT.model.AtomicConcept
- All Implemented Interfaces:
- Serializable, DLPredicate
public class AtomicConcept
- extends LiteralConcept
- implements DLPredicate
Represents an atomic concept.
- See Also:
- Serialized Form
m_iri
protected final String m_iri
s_interningManager
protected static InterningManager<AtomicConcept> s_interningManager
THING
public static final AtomicConcept THING
NOTHING
public static final AtomicConcept NOTHING
INTERNAL_NAMED
public static final AtomicConcept INTERNAL_NAMED
AtomicConcept
protected AtomicConcept(String iri)
getIRI
public String getIRI()
getArity
public int getArity()
- Specified by:
getArity
in interface DLPredicate
getNegation
public LiteralConcept getNegation()
- Specified by:
getNegation
in class LiteralConcept
isAlwaysTrue
public boolean isAlwaysTrue()
- Specified by:
isAlwaysTrue
in class Concept
isAlwaysFalse
public boolean isAlwaysFalse()
- Specified by:
isAlwaysFalse
in class Concept
toString
public String toString(Prefixes prefixes)
- Specified by:
toString
in interface DLPredicate
- Specified by:
toString
in class Concept
readResolve
protected Object readResolve()
create
public static AtomicConcept create(String uri)
Copyright © 2012. All Rights Reserved.