|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.lehigh.swat.hawk.core.AxiomNode
public class AxiomNode
Constructor Summary | |
---|---|
AxiomNode()
|
Method Summary | |
---|---|
void |
addChild(AxiomNode child)
|
void |
addChild(java.util.Vector<AxiomNode> children)
|
boolean |
equals(java.lang.Object o)
|
AxiomNode |
getAllValuesFrom()
Get the specified restriction class of 'allValuesFrom'. |
ObjectId |
getAtomicNode()
|
java.util.Vector<AxiomNode> |
getChildren()
|
AxiomNode |
getHasValue()
Get the specified value of 'hasValue'. |
int |
getJoinType()
|
int |
getMaxCardinality()
Get the specified number of 'maxCardinality'. |
int |
getMinCardinality()
Get the specified number of 'minCardinality'. |
AxiomNode |
getOnProperty()
Get the property restricted on. |
java.lang.String |
getRestrictionId()
|
AxiomNode |
getSomeValuesFrom()
Get the specified restriction class of 'someValuesFrom'. |
void |
setAllValuesFrom(AxiomNode c)
Set the specified restriction class of 'allValuesFrom'. |
void |
setAtomicNode(ObjectId aNode)
|
void |
setHasValue(AxiomNode c)
Set the specified value of 'hasValue'. |
void |
setJoinType(int type)
|
void |
setMaxCardinality(int n)
Set the specified number of 'maxCardinality'. |
void |
setMinCardinality(int n)
Set the specified number of 'minCardinality'. |
void |
setOnProperty(AxiomNode p)
Set the property restricted on. |
void |
setRestriction(PropertyRestriction restriction)
|
void |
setSomeValuesFrom(AxiomNode c)
Set the specified restriction class of 'someValuesFrom'. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AxiomNode()
Method Detail |
---|
public int getJoinType()
public void setJoinType(int type)
public ObjectId getAtomicNode()
public void setAtomicNode(ObjectId aNode)
public java.util.Vector<AxiomNode> getChildren()
public void addChild(AxiomNode child)
public void addChild(java.util.Vector<AxiomNode> children)
public void setRestriction(PropertyRestriction restriction)
public AxiomNode getOnProperty()
public void setOnProperty(AxiomNode p)
public AxiomNode getAllValuesFrom()
public void setAllValuesFrom(AxiomNode c)
public AxiomNode getSomeValuesFrom()
public void setSomeValuesFrom(AxiomNode c)
public java.lang.String getRestrictionId()
public int getMinCardinality()
public void setMinCardinality(int n)
public int getMaxCardinality()
public void setMaxCardinality(int n)
public AxiomNode getHasValue()
public void setHasValue(AxiomNode c)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |