Interface SemanticEvaluator

    • Method Detail

      • tracksIdentifiers

        boolean tracksIdentifiers​(Identifier id)
        Yields true if the domain tracks information on the identifier id, false otherwise.
        Parameters:
        id - the identifier
        Returns:
        true if the domain tracks information on the identifier id, false otherwise
      • canProcess

        boolean canProcess​(SymbolicExpression expression)
        Yields true if the domain can process expression, false otherwise.
        Parameters:
        expression - the expression
        Returns:
        true if the domain can process expression, false otherwise.