Interface AssignmentPath

  • All Superinterfaces:
    Cloneable, DebugDumpable, ShortDumpable
    All Known Implementing Classes:
    AssignmentPathImpl

    public interface AssignmentPath
    extends DebugDumpable, ShortDumpable, Cloneable
    Path from the source object (focus) to the ultimate assignment that is being processed or referenced. The path consists of a chain (list) of segments. Each segment corresponds to a single assignment or inducement. The source of the first segment is the focus. Source of each following segment (i.e. assignment) is the target of previous segment (i.e. assignment).
    Author:
    semancik, mederly