org.semanticweb.HermiT.model
Class AtLeastConcept
java.lang.Object
org.semanticweb.HermiT.model.Concept
org.semanticweb.HermiT.model.ExistentialConcept
org.semanticweb.HermiT.model.AtLeast
org.semanticweb.HermiT.model.AtLeastConcept
- All Implemented Interfaces:
- Serializable, DLPredicate
public class AtLeastConcept
- extends AtLeast
Represents at-least concept.
- See Also:
- Serialized Form
m_toConcept
protected final LiteralConcept m_toConcept
s_interningManager
protected static InterningManager<AtLeastConcept> s_interningManager
AtLeastConcept
protected AtLeastConcept(int number,
Role onRole,
LiteralConcept toConcept)
getToConcept
public LiteralConcept getToConcept()
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 AtLeastConcept create(int number,
Role onRole,
LiteralConcept toConcept)
Copyright © 2012. All Rights Reserved.