Interface ValueSpecification

    • Method Detail

      • isComputable

        boolean isComputable()
        The query isComputable() determines whether a value specification can be computed in a model. This operation cannot be fully defined in OCL. A conforming implementation is expected to deliver true for this operation for all value specifications that it can compute, and to compute all of those for which the operation is true. A conforming implementation is expected to be able to compute the value of all literals. result = false
      • integerValue

        int integerValue()
        The query integerValue() gives a single Integer value when one can be computed. result = Set{}
      • booleanValue

        boolean booleanValue()
        The query booleanValue() gives a single Boolean value when one can be computed. result = Set{}
      • stringValue

        String stringValue()
        The query stringValue() gives a single String value when one can be computed. result = Set{}
      • unlimitedValue

        int unlimitedValue()
        The query unlimitedValue() gives a single UnlimitedNatural value when one can be computed. result = Set{}
      • isNull

        boolean isNull()
        The query isNull() returns true when it can be computed that the value is null. result = false