Interface PathTargetNode

All Superinterfaces:
Serializable

public interface PathTargetNode extends Serializable
Represents the target node of a Path Graph. It is a special node that does not have any outgoing edges.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the filter for this target node.
    Returns the node name.
    boolean
    Check if this is a system part or not.
  • Method Details

    • getName

      String getName()
      Returns the node name. This string uniquely identifies the node within the Path Graph.
      Returns:
      the node name
    • isSystem

      boolean isSystem()
      Check if this is a system part or not. System element cannot be removed by any user.
      Returns:
      True if this is a system part. False otherwise.
    • getFilter

      PathNodeFilter getFilter()
      Returns the filter for this target node.
      Returns:
      the filter, or null if no filter is specified