|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.fluxion.graph.AbstractNode net.sourceforge.fluxion.runcible.graph.OWLMappingNode
public abstract class OWLMappingNode
Javadocs go here.
Field Summary | |
---|---|
protected org.semanticweb.owl.model.OWLObject |
owlObject
|
Constructor Summary | |
---|---|
OWLMappingNode()
|
Method Summary | |
---|---|
void |
addMapping(MappingNode node)
Add the identifier of a node that this node maps to |
java.util.Set<MappingNode> |
getMappings()
Returns the set of identifiers of all nodes that this node maps to. |
org.semanticweb.owl.model.OWLObject |
getOWLObject()
Return the RDFResource object that describes this node. |
void |
removeMapping(MappingNode node)
Remove a mapping, using the identifier or the node this node maps to |
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.runcible.graph.OWLNode |
---|
setOWLObject |
Methods inherited from interface net.sourceforge.fluxion.graph.Node |
---|
accept, getLabel, setLabel |
Field Detail |
---|
protected org.semanticweb.owl.model.OWLObject owlObject
Constructor Detail |
---|
public OWLMappingNode()
Method Detail |
---|
public org.semanticweb.owl.model.OWLObject getOWLObject()
OWLNode
getOWLObject
in interface OWLNode
public void addMapping(MappingNode node)
MappingNode
addMapping
in interface MappingNode
node
- the MappingNode to add a mapping topublic void removeMapping(MappingNode node)
MappingNode
removeMapping
in interface MappingNode
node
- the MappingNode to remove a mapping frompublic java.util.Set<MappingNode> getMappings()
MappingNode
getMappings
in interface MappingNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |