Interface ModelResult

All Superinterfaces:
ValidityResult

public interface ModelResult extends ValidityResult
A result to a validity query which also requested a model in case the answer was "NO", and for which the answer was "NO". The model may nevertheless be null, indicating the model could not be constructed for some reason (even though the query is known to be invalid).
  • Method Details

    • getModel

      Returns the model, a map assigning a concrete symbolic expression value to each symbolic constant occurring in the query. May be null.
      Returns:
      the model or null