Class ASPHead

    • Constructor Detail

      • ASPHead

        public ASPHead()
    • Method Detail

      • isEmpty

        public abstract boolean isEmpty()
        Returns:
        true if the head is empty, false otherwise
      • getLiterals

        public abstract java.util.Collection<? extends ASPLiteral> getLiterals()
        Returns all literals in this element in form of a SortedSet. Literals are atoms or strict negations of atoms.
        Returns:
        all the literals used in the rule element