public static enum ConceptManager.ConceptLabel extends Enum<ConceptManager.ConceptLabel> implements org.neo4j.graphdb.Label
| Enum Constant and Description |
|---|
AGGREGATE
Label to indicate a node is not an actual concept but an aggregate concept.
|
AGGREGATE_EQUAL_NAMES
A particular type of
AGGREGATE node. |
CONCEPT |
HOLLOW
Label for nodes that are referenced by at least one other concept in imported
data, but are not included in the imported data themselves.
|
| Modifier and Type | Method and Description |
|---|---|
static ConceptManager.ConceptLabel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptManager.ConceptLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptManager.ConceptLabel AGGREGATE
ConceptManager.EdgeTypes.HAS_ELEMENT relationships to concepts,
deconceptining the set of concepts the aggregate represents.public static final ConceptManager.ConceptLabel AGGREGATE_EQUAL_NAMES
AGGREGATE node.public static final ConceptManager.ConceptLabel HOLLOW
public static final ConceptManager.ConceptLabel CONCEPT
public static ConceptManager.ConceptLabel[] values()
for (ConceptManager.ConceptLabel c : ConceptManager.ConceptLabel.values()) System.out.println(c);
public static ConceptManager.ConceptLabel 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.