Answer a query, retrieve (multiple different) result. The cardinality
contraints describe how many results should be computed. It is either
ONE- indicating that only one answer is expected
ALL- indicating that all answers should be computed
an integer value greater than 0 indicating that this number of results expected
See Also:ResolutionInferenceEngine2.ONE See Also:ResolutionInferenceEngine2.ALL the result set of the query Parameters: query - the query clause Parameters: kb - the knowledge base used to answer the query Parameters: aCardinalityConstraint - the number of results expected Parameters: exceptionHandlingPolicy - one of the constants definied in this class (BUBBLE_EXCEPTIONS,TRY_NEXT) throws: an - InferenceException
Fields inherited from org.mandarax.reference.AbstractResolutionInferenceEngine