Interface LifetimePolicyIF

    • Method Detail

      • accept

        void accept​(LifetimePolicyVisitor visitor)
        Accept method for a LifetimePolicy visitor.
        Parameters:
        visitor - LifetimePolicy visitor
      • getPredictedSize

        int getPredictedSize()
        Returns the predicted size of this LifetimePolicyIF. The predicted size may be greater than the actual size but it can never be less.
        Returns:
        predicted size
      • getValueString

        java.lang.String getValueString()
        Returns a value representation of this LifetimePolicyIF.
        Returns:
        value representation