Class TtcExpression

    • Constructor Detail

      • TtcExpression

        public TtcExpression()
    • Method Detail

      • getMeanTtc

        public double getMeanTtc()
        Returns the mean TTC of this TtcExpression object.
        Returns:
        the mean TTC of this TtcExpression object
        Throws:
        UnsupportedOperationException - if this TtcExpression does not support mean TTC
        Since:
        1.0.0
      • getMeanProbability

        public double getMeanProbability()
        Returns the mean probability of this TtcExpression object.
        Returns:
        the mean probability of this TtcExpression object
        Throws:
        UnsupportedOperationException - if this TtcExpression does not support mean probability
        Since:
        1.0.0
      • toJson

        public abstract JsonObject toJson()
        Returns the JSON representation of this TtcExpression object.
        Returns:
        the JSON representation of this TtcExpression object
        Since:
        1.0.0