|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticweb.HermiT.model.Concept
org.semanticweb.HermiT.model.ExistentialConcept
org.semanticweb.HermiT.model.AtLeast
public abstract class AtLeast
Represents at-least concepts, either for data ranges or concepts.
Field Summary | |
---|---|
protected int |
m_number
|
protected Role |
m_onRole
|
Constructor Summary | |
---|---|
protected |
AtLeast(int number,
Role onRole)
|
Method Summary | |
---|---|
int |
getArity()
|
int |
getNumber()
|
Role |
getOnRole()
|
boolean |
isAlwaysTrue()
|
Methods inherited from class org.semanticweb.HermiT.model.Concept |
---|
isAlwaysFalse, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.semanticweb.HermiT.model.DLPredicate |
---|
toString |
Field Detail |
---|
protected final int m_number
protected final Role m_onRole
Constructor Detail |
---|
protected AtLeast(int number, Role onRole)
Method Detail |
---|
public int getNumber()
public Role getOnRole()
public int getArity()
getArity
in interface DLPredicate
public boolean isAlwaysTrue()
isAlwaysTrue
in class Concept
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |