|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.fluxion.graph.AbstractEdge net.sourceforge.fluxion.runcible.graph.IsAEdge
public class IsAEdge
An edge which represents an "is_a" relationship between two nodes. The is_a
edge is special in that it does not represent any property in owl, rather it
simply implies that the child node is a subtype of the parent. It can be
used in a manner distinct from a WalkEdge
in that it does not
explicitly represent a restriction forming operation. The node at the end of
this edge will be stated to additionally be a member of the child class, and
so will be a MemberOfNode
like the parent. Note that RestrictedNodes
cannot sit at the head of an IsAEdge
.
Graph
,
Node
Constructor Summary | |
---|---|
IsAEdge()
|
Method Summary | |
---|---|
org.semanticweb.owl.model.OWLProperty |
getOWLProperty()
Return the owl property represented by this edge. |
void |
setOWLProperty(org.semanticweb.owl.model.OWLProperty owlProperty)
Set the OWLProperty that this edge represents. |
Methods inherited from class net.sourceforge.fluxion.graph.AbstractEdge |
---|
accept, getHeadNode, getLabel, getTailNode, setHeadNode, setLabel, setTailNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.fluxion.graph.Edge |
---|
accept, getHeadNode, getLabel, getTailNode, setHeadNode, setLabel, setTailNode |
Constructor Detail |
---|
public IsAEdge()
Method Detail |
---|
public void setOWLProperty(org.semanticweb.owl.model.OWLProperty owlProperty)
OWLEdge
setOWLProperty
in interface OWLEdge
owlProperty
- the owlProperty to represent this edgepublic org.semanticweb.owl.model.OWLProperty getOWLProperty()
OWLEdge
getOWLProperty
in interface OWLEdge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |