Class AnnotatedAtom
java.lang.Object
edu.harvard.seas.pl.abcdatalog.engine.bottomup.AnnotatedAtom
- All Implemented Interfaces:
Premise
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<I,O> O accept(PremiseVisitor<I, O> visitor, I state) applySubst(Substitution subst) Term[]getArgs()getPred()toString()
-
Constructor Details
-
AnnotatedAtom
-
-
Method Details
-
getArgs
-
getPred
-
asUnannotatedAtom
-
getAnnotation
-
accept
-
toString
-
applySubst
- Specified by:
applySubstin interfacePremise
-