Interface IntersectionPath

All Superinterfaces:
OsidCapsule

public interface IntersectionPath extends OsidCapsule

An interface for a list of paths.

  • Method Summary

    Modifier and Type
    Method
    Description
    Id[]
    Gets the Ids of the paths.
  • Method Details

    • getPathIds

      Id[] getPathIds()
      Gets the Ids of the paths.
      Returns:
      the Path Ids
      Compliance:
      mandatory - This method must be implemented.