Interface Link
-
public interface LinkGets required link data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkConfigurationgetConfiguration()Returns the current link configuration.NodeContextgetEndNodeContext()Returns the end node context of the current link.NodeContextgetStartNodeContext()Returns the start node context of the current link.java.util.List<LinkStep>getStep(com.orchestranetworks.schema.Path fkPath)java.util.List<LinkStep>getSteps()Returns the "in between" steps that are not displayed but used to create a link.
-
-
-
Method Detail
-
getSteps
java.util.List<LinkStep> getSteps()
Returns the "in between" steps that are not displayed but used to create a link.
-
getStep
java.util.List<LinkStep> getStep(com.orchestranetworks.schema.Path fkPath)
- Parameters:
fkPath- a fully qualified path.- See Also:
returns null if no LinkStep found. Gets steps based on path of foreign key.
-
getConfiguration
LinkConfiguration getConfiguration()
Returns the current link configuration.
-
getStartNodeContext
NodeContext getStartNodeContext()
Returns the start node context of the current link.
-
getEndNodeContext
NodeContext getEndNodeContext()
Returns the end node context of the current link.
-
-