add method

void add(
  1. LiteralTerm term
)

Implementation

void add(LiteralTerm term) {
  _terms.add(term);
}