| Package | Description |
|---|---|
| io.mindmaps.graql.internal.gremlin | |
| io.mindmaps.graql.internal.pattern.property |
| Modifier and Type | Method and Description |
|---|---|
FragmentPriority |
Fragment.getPriority() |
static FragmentPriority |
FragmentPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FragmentPriority[] |
FragmentPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Fragment |
Fragment.create(java.util.function.UnaryOperator<org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<org.apache.tinkerpop.gremlin.structure.Vertex,org.apache.tinkerpop.gremlin.structure.Vertex>> traversal,
FragmentPriority priority,
String start) |
static Fragment |
Fragment.create(java.util.function.UnaryOperator<org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<org.apache.tinkerpop.gremlin.structure.Vertex,org.apache.tinkerpop.gremlin.structure.Vertex>> traversal,
FragmentPriority priority,
String start,
String end) |
| Modifier and Type | Method and Description |
|---|---|
FragmentPriority |
ValueProperty.getPriority() |
FragmentPriority |
ValueFlagProperty.getPriority() |
FragmentPriority |
RhsProperty.getPriority() |
FragmentPriority |
RegexProperty.getPriority() |
FragmentPriority |
LhsProperty.getPriority() |
FragmentPriority |
IsAbstractProperty.getPriority() |
FragmentPriority |
IdProperty.getPriority() |
FragmentPriority |
DataTypeProperty.getPriority() |
Copyright © 2016. All rights reserved.