|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingNode | |
---|---|
net.sourceforge.fluxion.runcible.graph | |
net.sourceforge.fluxion.runcible.graph.command |
Uses of MappingNode in net.sourceforge.fluxion.runcible.graph |
---|
Classes in net.sourceforge.fluxion.runcible.graph that implement MappingNode | |
---|---|
class |
DataConstantNode
A type of node that represents owl data values. |
class |
DataValueNode
A type of node that represents owl data values. |
class |
IndividualNode
A node within the target ontology, which is used to assert that a set of individuals must exist. |
class |
MemberOfNode
A node which represents members of a known class in the source ontology. |
class |
ObjectValueNode
A type of node representing owl individuals at the end of an owl object property. |
class |
OWLMappingNode
Javadocs go here. |
class |
RestrictedNode
A node which is described as the set of individuals which are members of an anonymous owl class, made up of some given restrictions, which may be specified by the user. |
class |
WalkedToDataNode
Javadocs go here. |
class |
WalkedToObjectNode
Javadocs go here. |
Methods in net.sourceforge.fluxion.runcible.graph that return types with arguments of type MappingNode | |
---|---|
java.util.Set<MappingNode> |
MappingNode.getMappings()
Returns the set of identifiers of all nodes that this node maps to. |
java.util.Set<MappingNode> |
OWLMappingNode.getMappings()
|
Methods in net.sourceforge.fluxion.runcible.graph with parameters of type MappingNode | |
---|---|
void |
MappingNode.addMapping(MappingNode node)
Add the identifier of a node that this node maps to |
void |
OWLMappingNode.addMapping(MappingNode node)
|
void |
MappingNode.removeMapping(MappingNode node)
Remove a mapping, using the identifier or the node this node maps to |
void |
OWLMappingNode.removeMapping(MappingNode node)
|
Uses of MappingNode in net.sourceforge.fluxion.runcible.graph.command |
---|
Constructors in net.sourceforge.fluxion.runcible.graph.command with parameters of type MappingNode | |
---|---|
MappingCreationCommand(MappingNode sourceNode,
MappingNode targetNode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |