Interface AfterCondition

All Known Implementing Classes:
IncreaseFeatureCondition

public interface AfterCondition
A condition to be checked after merging two ObjectMasks.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(ObjectMask source, ObjectMask destination, ObjectMask merged)
    Checks if the merged object satisfies the condition.
    void
    Initializes the condition with a logger.