Interface ICCBranchData

All Known Subinterfaces:
ICCBranchPoint, ICCFlowPoint, ICCImportBranchPoint, ICCImportFlowPoint

public interface ICCBranchData
Since:
9.0
  • Method Details

    • getBranchPoints

      Collection<ICCBranchPoint> getBranchPoints()
      Returns all branch points that are a direct child of this artifact
      Returns:
      returns collection of branchpoints
    • getBranchPoint

      ICCBranchPoint getBranchPoint(int originLine)
      Return the branch point that has the line as its origin
      Parameters:
      originLine - origin line of branchpoint
      Returns:
      branch point or null
    • getBranchPoint

      ICCBranchPoint getBranchPoint(ICCStatement originStatement)
      Returns the branch point that has the statement as its origin
      Parameters:
      originStatement - origin statement of branchpoint
      Returns:
      branch point or null
    • getEncodedFormat

      String getEncodedFormat()
      Returns an encode string that represents the branch point
      Returns:
      encoded representation of branchpoint