|
||||||||||
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.ValueEdge
public class ValueEdge
An edge representing some value property. This type of edge is used when a value is stated to exist in the target ontology, for some selected group of values from the source ontology. This edge can be used for either object property values or data property values.
Graph
,
Node
Constructor Summary | |
---|---|
ValueEdge()
|
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 ValueEdge()
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 |