public static enum ConceptManager.TermLabel extends Enum<ConceptManager.TermLabel> implements org.neo4j.graphdb.Label
| Enum Constant and Description |
|---|
AGGREGATE
Label to indicate a node is not an actual term but an aggregate term.
|
AGGREGATE_ELEMENT
Deprecated.
It doesn't seem this label is required or used anywhere
|
AGGREGATE_EQUAL_NAMES
A particular type of
AGGREGATE node. |
EVENT_TERM |
HOLLOW
Label for nodes that are referenced by at least one other term in
imported data, but are not included in the imported data themselves.
|
TERM |
| Modifier and Type | Method and Description |
|---|---|
static ConceptManager.TermLabel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptManager.TermLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptManager.TermLabel AGGREGATE
ConceptManager.EdgeTypes.HAS_ELEMENT relationships to terms,
determining the set of terms the aggregate represents.public static final ConceptManager.TermLabel AGGREGATE_EQUAL_NAMES
AGGREGATE node.public static final ConceptManager.TermLabel HOLLOW
public static final ConceptManager.TermLabel TERM
public static final ConceptManager.TermLabel EVENT_TERM
@Deprecated public static final ConceptManager.TermLabel AGGREGATE_ELEMENT
public static ConceptManager.TermLabel[] values()
for (ConceptManager.TermLabel c : ConceptManager.TermLabel.values()) System.out.println(c);
public static ConceptManager.TermLabel 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.