public interface Link
| Modifier and Type | Method and Description |
|---|---|
LinkConfiguration |
getConfiguration()
Returns the current link configuration.
|
NodeContext |
getEndNodeContext()
Returns the end node context of the current link.
|
NodeContext |
getStartNodeContext()
Returns the start node context of the current link.
|
List<LinkStep> |
getStep(com.orchestranetworks.schema.Path fkPath) |
List<LinkStep> |
getSteps()
Returns the "in between" steps that are not displayed but used to create a link.
|
List<LinkStep> getSteps()
List<LinkStep> getStep(com.orchestranetworks.schema.Path fkPath)
fkPath - a fully qualified path.returns null if no LinkStep found.
Gets steps based on path of foreign key.LinkConfiguration getConfiguration()
NodeContext getStartNodeContext()
NodeContext getEndNodeContext()