Class Subsumption

  • All Implemented Interfaces:
    Cause

    public class Subsumption
    extends Object
    implements Cause
    Object type that indicates a subsumption between two objects. Subsumption happens when all possible the values for component A, are able to satisfy component B and only some values that are able to satisfy component B are able to satisfy component A. Example "if x is more than 1 both restrictions are satisfied": A: x > 10 B: x > 1