Interface Link
public interface Link
Gets required link data.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the current link configuration.Returns the end node context of the current link.Returns the start node context of the current link.getStep
(com.orchestranetworks.schema.Path fkPath) getSteps()
Returns the "in between" steps that are not displayed but used to create a link.
-
Method Details
-
getSteps
Returns the "in between" steps that are not displayed but used to create a link. -
getStep
- 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.
-