Interface ReplaceableRunProperty


  • public interface ReplaceableRunProperty
    Provides a replaceable run property interface.
    • Method Detail

      • canBeReplaced

        boolean canBeReplaced​(ReplaceableRunProperty runProperty)
        Checks whether a run property can be replaced by another.
        Parameters:
        runProperty - A run property to check against
        Returns:
        true if a property can be replaced false otherwise