public interface ReachableSetDefinition
QueryNode.withReachableSetStep()
Modifier and Type | Method and Description |
---|---|
EmptyReachableSetStep |
addStep()
Adds a step to this reachable set.
|
String |
linksName()
Returns the name for the step links.
|
int |
maxNumberOfStepsMatched()
Returns the maxNumberOfStepsMatched.
|
String |
nodesName()
Returns the name for the step nodes.
|
Collection<? extends ReachableSetStep> |
steps()
Returns the steps collection for this reachable set.
|
QueryNode |
toQueryNode()
Returns to the
QueryNode containing this reachable set. |
ReachableSetDefinition |
withLinksName(String name)
Defines the name for the links identified by the steps in this reachable set.
|
ReachableSetDefinition |
withMaxNumberOfStepsMatched(int maxNumberOfStepsMatched)
Sets the maximum number of steps that should be searched for when matching this reachable set.
|
ReachableSetDefinition |
withNodesName(String name)
Defines the name for the nodes identified by the steps in this reachable set.
|
EmptyReachableSetStep addStep()
Collection<? extends ReachableSetStep> steps()
ReachableSetDefinition withMaxNumberOfStepsMatched(int maxNumberOfStepsMatched)
maxNumberOfStepsMatched
- a positive number (>=1).maxNumberOfStepsMatched()
int maxNumberOfStepsMatched()
withMaxNumberOfStepsMatched(int).
ReachableSetDefinition withNodesName(String name)
nodesName()
String nodesName()
withNodesName(String)
ReachableSetDefinition withLinksName(String name)
nodesName()
String linksName()
withLinksName(String)
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.