|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deri.wsmo4j.rule.RelationFactRI
public class RelationFactRI
Interface or class description
Constructor Summary | |
---|---|
RelationFactRI()
Default constructor RelationFactRI |
|
RelationFactRI(org.omwg.logicalexpression.Atom atom)
Constructor |
Method Summary | |
---|---|
org.omwg.logicalexpression.Atom |
getAtom()
|
boolean |
isEmpty()
Check if the fact contains any information |
Iterator<org.omwg.logicalexpression.AtomicExpression> |
iterator()
|
void |
setAtom(org.omwg.logicalexpression.Atom atom)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelationFactRI()
public RelationFactRI(org.omwg.logicalexpression.Atom atom)
atom
- contained atom in the relation
IllegalArgumentException
Method Detail |
---|
public org.omwg.logicalexpression.Atom getAtom()
getAtom
in interface RelationFact
public void setAtom(org.omwg.logicalexpression.Atom atom)
setAtom
in interface RelationFact
public boolean isEmpty()
CompoundFact
isEmpty
in interface CompoundFact
public Iterator<org.omwg.logicalexpression.AtomicExpression> iterator()
iterator
in interface Iterable<org.omwg.logicalexpression.AtomicExpression>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |