Class ASPGrounder
java.lang.Object
org.tweetyproject.lp.asp.grounder.ASPGrounder
- Direct Known Subclasses:
GringoGrounder
This class provides a common interface for asp grounders.
For a given asp program, a grounder computes an equivalent
ground program (= equivalent program without variables).
- Author:
- Anna Gessler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Program
Computes an equivalent ground program for the given program.
-
Constructor Details
-
ASPGrounder
public ASPGrounder()Default Constructor
-
-
Method Details
-
getGroundProgram
-