Package | Description |
---|---|
de.unibi.techfak.scie.ontology | |
de.unibi.techfak.scie.ontology.driver | |
de.unibi.techfak.scie.ontology.importer.small |
Modifier and Type | Method and Description |
---|---|
void |
Node.addAssociationFrom(NodeDescriptor node,
AssociationType type)
Adds a new association from the given node.
|
void |
Node.addAssociationFrom(NodeHandle node,
AssociationType type)
Adds a new association from the given node.
|
void |
Node.addAssociationTo(NodeDescriptor node,
AssociationType type)
Adds a new association to the given node.
|
void |
Node.addAssociationTo(NodeHandle node,
AssociationType type)
Adds a new association to the given node.
|
Modifier and Type | Method and Description |
---|---|
AssociationType |
Association.getType()
Returns the type of the association.
|
static AssociationType |
AssociationType.getType(int value)
Converts an association type value to the corresponding AssociationType
instance.
|
static AssociationType |
AssociationType.getType(String type) |
static AssociationType |
AssociationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationType[] |
AssociationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Association(NodeHandle source,
NodeHandle target,
AssociationType type)
Constructor of the Association class.
|
Association(OntologyHandle ontology,
int sourceId,
int targetId,
AssociationType type)
Constructor of the Association class.
|
Modifier and Type | Method and Description |
---|---|
AssociationType |
AbstractAssociation.getType() |
Constructor and Description |
---|
AbstractAssociation(int target,
AssociationType type) |
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