| Modifier and Type | Method and Description | 
|---|---|
List<HasContainer> | 
Neo4jGraphStep.getHasContainers()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Neo4jGraphStep.addHasContainer(HasContainer hasContainer)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<HasContainer> | 
HasContainerHolder.getHasContainers()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HasContainerHolder.addHasContainer(HasContainer hasContainer)  | 
default void | 
HasContainerHolder.removeHasContainer(HasContainer hasContainer)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<HasContainer> | 
HasStep.getHasContainers()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HasStep.addHasContainer(HasContainer hasContainer)  | 
void | 
HasStep.removeHasContainer(HasContainer hasContainer)  | 
| Constructor and Description | 
|---|
HasStep(Traversal.Admin traversal,
       HasContainer... hasContainers)  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
GraphStep.processHasContainerIds(GraphStep<?,?> graphStep,
                      HasContainer hasContainer)
Helper method for providers that want to "fold in"  
HasContainer's based on id checking into the ids of the GraphStep. | 
| Modifier and Type | Method and Description | 
|---|---|
HasContainer | 
HasContainer.clone()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
HasContainer.testAll(Element element,
       List<HasContainer> hasContainers)  | 
static <V> boolean | 
HasContainer.testAll(Property<V> property,
       List<HasContainer> hasContainers)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends Traversal.Admin<?,?>> | 
TraversalHelper.addHasContainer(T traversal,
               HasContainer hasContainer)
Used to left-fold a  
HasContainer to a HasContainerHolder if it exists. | 
| Modifier and Type | Method and Description | 
|---|---|
List<HasContainer> | 
TinkerGraphStep.getHasContainers()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TinkerGraphStep.addHasContainer(HasContainer hasContainer)  | 
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.