public interface EmptyReachableSetStep extends ReachableSetStep
ReachableSetStep step = node.reachableSetDefinition().addstep(); step.from().ofType(x); step.to().ofType(y); step.link().ofType(z).setAlongDirection(true);However, for explicit step creation, it's usually easier (and more readable) to use the chained methods approach.
Modifier and Type | Method and Description |
---|---|
ReachableSetStepFromPart |
from(String typeName)
Defines a "from type" condition for this step.
|
ReachableSetStepFromPart |
fromConfigurationItemType()
Defines a "from any type" condition for this step.
|
ReachableSetStepFromPart |
fromITWorldType()
Deprecated.
|
from, link, to
ReachableSetStepFromPart from(String typeName)
ReachableSetStepFromPart fromITWorldType()
fromConfigurationItemType()
ReachableSetStepFromPart fromConfigurationItemType()
from("configuration_item");
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.