Package | Description |
---|---|
de.unibi.techfak.scie.ontology |
Modifier and Type | Method and Description |
---|---|
Node |
OntologyDatabase.getNode(NodeDescriptor node)
Returns a "Node" instance for the given node handle.
|
Node |
OntologyDatabase.getNode(NodeHandle node)
Returns a "Node" instance for the given node handle.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
OntologyDatabase.descriptorsToNodeList(Collection<NodeDescriptor> nodes)
Converts a list of NodeDesciptor instances to high-level "Node"
instances.
|
Collection<Node> |
Node.getAssociatedNodes()
Returns a list of associated nodes with all types and regardless of the
association direction.
|
Collection<Node> |
Node.getAssociatedNodes(AssociationDirection direction)
Return a collection of nodes that are associated to this node, regardless
of the association type.
|
Collection<Node> |
Node.getAssociatedNodes(int associationTypes)
Return a collection of nodes that are associated to this node, for both
association directions.
|
Collection<Node> |
Node.getAssociatedNodes(int associationTypes,
AssociationDirection direction)
Return a collection of nodes that are associated to this node.
|
Collection<Node> |
OntologyDatabase.getRootNodes(OntologyHandle ontology)
Returns all the nodes that were marked as "root node" in the given
ontology.
|
List<Node> |
OntologyDatabase.handlesToNodeList(Collection<NodeHandle> nodes)
Converts a list of NodeHandle instances to high-level "Node" instances.
|
Copyright (C) 2013, 2014 Raphael Dickfelder, Jan Göpfert, Benjamin Paassen, Andreas Stöckel, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/scie