Interface RuleAtom

    • Method Detail

      • getAllArguments

        java.util.List<? extends AtomObject> getAllArguments()
        Returns:
        all arguments (constants and variables) to the rule atom.
      • getPredicate

        java.lang.Object getPredicate()
        Returns:
        the predicate for the rule atom. The type of this predicate will depend on the implementation of this interface. Use the RuleAtomVisitor for type safety.