Class AtomConcat

java.lang.Object
org.projog.core.predicate.AbstractPredicateFactory
org.projog.core.predicate.builtin.construct.AtomConcat
All Implemented Interfaces:
KnowledgeBaseConsumer, PredicateFactory

public final class AtomConcat extends AbstractPredicateFactory
atom_concat(X, Y, Z) - concatenates atom names.

atom_concat(X, Y, Z) succeeds if the name of atom Z matches the concatenation of the names of atoms X and Y.

  • Constructor Details

    • AtomConcat

      public AtomConcat()
  • Method Details