Package | Description |
---|---|
de.unibi.techfak.scie.ontology | |
de.unibi.techfak.scie.ontology.driver | |
de.unibi.techfak.scie.ontology.driver.implementation |
Modifier and Type | Method and Description |
---|---|
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,
AssociationDirection direction)
Return a collection of nodes that are associated to this node.
|
Modifier and Type | Method and Description |
---|---|
static AssociationDirection |
AssociationDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationDirection[] |
AssociationDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract List<Collection<Association>> |
OntologyDatabaseDriver.getAssociations(Collection<NodeHandle> nodes,
int associationTypes,
AssociationDirection dir)
Returns the associations for a given set of nodes.
|
Collection<Association> |
OntologyDatabaseDriver.getAssociations(NodeHandle node,
int associationTypes,
AssociationDirection dir)
Returns the associations for a single node.
|
Modifier and Type | Method and Description |
---|---|
List<Collection<Association>> |
JDBCDatabaseDriver.getAssociations(Collection<NodeHandle> nodes,
int associationTypes,
AssociationDirection dir) |
List<Collection<Association>> |
MemoryDatabaseDriver.getAssociations(Collection<NodeHandle> nodes,
int associationTypes,
AssociationDirection dir) |
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