|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.fluxion.graph.AbstractNode
net.sourceforge.fluxion.runcible.graph.OWLMappingNode
net.sourceforge.fluxion.runcible.graph.IndividualNode
public class IndividualNode
A node within the target ontology, which is used to assert that a set of
individuals must exist. Individuals must exist within a class - in other
words, the OWLObject must be set as the OWLClass into which
these individuals can be placed.
Graph,
Edge| Field Summary |
|---|
| Fields inherited from class net.sourceforge.fluxion.runcible.graph.OWLMappingNode |
|---|
owlObject |
| Constructor Summary | |
|---|---|
IndividualNode()
|
|
| Method Summary | |
|---|---|
void |
setOWLObject(org.semanticweb.owl.model.OWLObject owlObject)
Set the OWLObject that describes this
Node on the graph. |
| Methods inherited from class net.sourceforge.fluxion.runcible.graph.OWLMappingNode |
|---|
addMapping, getMappings, getOWLObject, removeMapping |
| Methods inherited from class net.sourceforge.fluxion.graph.AbstractNode |
|---|
accept, getLabel, setLabel |
| 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.Node |
|---|
accept, getLabel, setLabel |
| Constructor Detail |
|---|
public IndividualNode()
| Method Detail |
|---|
public void setOWLObject(org.semanticweb.owl.model.OWLObject owlObject)
throws UnsupportedTypeException
OWLNodeOWLObject that describes this
Node on the graph. This can be a named OWLClass from the ontology represented by this
graph, an anonymous OWLDescription
constructed from a named class and a set of restrictions, or some OWLDataType class representing the set of
datatype values. This class uses the protege api, so that when the graph
is constructed in Protege we can take advantage of the popup menus as
appropriate.
owlObject - the OWLObject this node represents
UnsupportedTypeException - if an RDFResource is passed that cannot be
handled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||