public static enum ConceptManager.EdgeTypes extends Enum<ConceptManager.EdgeTypes> implements org.neo4j.graphdb.RelationshipType
| Enum Constant and Description |
|---|
HAS_ACRONYMS |
HAS_ELEMENT
Relationship type for connecting aggregate classes with their element
terms.
|
HAS_ROOT_TERM |
HAS_SAME_NAMES
Relationship type to express that two terms seem to be identical
regarding preferred label and synonyms.
|
HAS_VARIANTS
Term writing variants and their frequencies are stored in a special
kind of node, connected to the respective term with this relationship
type.
|
IS_BROADER_THAN |
IS_MAPPED_TO
A term mapping that expresses some similarity between to terms, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static ConceptManager.EdgeTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptManager.EdgeTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptManager.EdgeTypes HAS_ELEMENT
public static final ConceptManager.EdgeTypes HAS_ROOT_TERM
public static final ConceptManager.EdgeTypes HAS_SAME_NAMES
public static final ConceptManager.EdgeTypes IS_BROADER_THAN
public static final ConceptManager.EdgeTypes IS_MAPPED_TO
public static final ConceptManager.EdgeTypes HAS_VARIANTS
public static final ConceptManager.EdgeTypes HAS_ACRONYMS
public static ConceptManager.EdgeTypes[] values()
for (ConceptManager.EdgeTypes c : ConceptManager.EdgeTypes.values()) System.out.println(c);
public static ConceptManager.EdgeTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 JULIE Lab Jena, Germany. All rights reserved.