public class GraphTraversal extends Object
| Constructor and Description |
|---|
GraphTraversal() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Message |
getDescription()
Encapsulates a message intended to be read by the end user.
|
List<EdgeTraversal> |
getEdgeTraversals()
The sequences of edges traversed by this graph traversal.
|
ImmutableState__1 |
getImmutableState()
Values of relevant expressions at the start of the graph traversal that remain constant for the graph traversal.
|
InitialState__1 |
getInitialState()
Values of relevant expressions at the start of the graph traversal that may change during graph traversal.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
Integer |
getResultGraphIndex()
The index within the result.graphs to be associated with the result.
|
Integer |
getRunGraphIndex()
The index within the run.graphs to be associated with the result.
|
int |
hashCode() |
void |
setDescription(Message description)
Encapsulates a message intended to be read by the end user.
|
void |
setEdgeTraversals(List<EdgeTraversal> edgeTraversals)
The sequences of edges traversed by this graph traversal.
|
void |
setImmutableState(ImmutableState__1 immutableState)
Values of relevant expressions at the start of the graph traversal that remain constant for the graph traversal.
|
void |
setInitialState(InitialState__1 initialState)
Values of relevant expressions at the start of the graph traversal that may change during graph traversal.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setResultGraphIndex(Integer resultGraphIndex)
The index within the result.graphs to be associated with the result.
|
void |
setRunGraphIndex(Integer runGraphIndex)
The index within the run.graphs to be associated with the result.
|
String |
toString() |
GraphTraversal |
withDescription(Message description) |
GraphTraversal |
withEdgeTraversals(List<EdgeTraversal> edgeTraversals) |
GraphTraversal |
withImmutableState(ImmutableState__1 immutableState) |
GraphTraversal |
withInitialState(InitialState__1 initialState) |
GraphTraversal |
withProperties(PropertyBag properties) |
GraphTraversal |
withResultGraphIndex(Integer resultGraphIndex) |
GraphTraversal |
withRunGraphIndex(Integer runGraphIndex) |
public Integer getRunGraphIndex()
public void setRunGraphIndex(Integer runGraphIndex)
public GraphTraversal withRunGraphIndex(Integer runGraphIndex)
public Integer getResultGraphIndex()
public void setResultGraphIndex(Integer resultGraphIndex)
public GraphTraversal withResultGraphIndex(Integer resultGraphIndex)
public Message getDescription()
public void setDescription(Message description)
public GraphTraversal withDescription(Message description)
public InitialState__1 getInitialState()
public void setInitialState(InitialState__1 initialState)
public GraphTraversal withInitialState(InitialState__1 initialState)
public ImmutableState__1 getImmutableState()
public void setImmutableState(ImmutableState__1 immutableState)
public GraphTraversal withImmutableState(ImmutableState__1 immutableState)
public List<EdgeTraversal> getEdgeTraversals()
public void setEdgeTraversals(List<EdgeTraversal> edgeTraversals)
public GraphTraversal withEdgeTraversals(List<EdgeTraversal> edgeTraversals)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public GraphTraversal withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.