public class CEOCIPSTN2JSHOP2 extends AShop2Converter
| Constructor and Description |
|---|
CEOCIPSTN2JSHOP2() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
maskString(java.lang.String str) |
void |
printDomain(java.io.Writer writer,
java.lang.String name)
Writes the given Problem into the output file
|
void |
printLiteral(java.io.BufferedWriter bw,
ai.libs.jaicore.logic.fol.structure.Literal lit)
Prints a single literal into the bufferedwriter
|
void |
printMethod(java.io.BufferedWriter bw,
Method method,
int i)
Prints a mehtod into the given writer
|
void |
printOperation(java.io.BufferedWriter bw,
CEOCOperation operation,
int i)
Prints the operations of the domain into a FIle
|
void |
printProblem(CEOCIPSTNPlanningProblem problem,
java.io.Writer writer,
java.lang.String name) |
indent, printMonom, printMonompublic void printDomain(java.io.Writer writer,
java.lang.String name)
throws java.io.IOException
problem - the problem form which the domain should be written into a fileoutput - into this filejava.io.IOExceptionpublic void printOperation(java.io.BufferedWriter bw,
CEOCOperation operation,
int i)
throws java.io.IOException
bw - operation - i - java.io.IOExceptionpublic void printLiteral(java.io.BufferedWriter bw,
ai.libs.jaicore.logic.fol.structure.Literal lit)
throws java.io.IOException
printLiteral in class AShop2Converterbw - the bufferedwriter which determines the outputliteral - the literal to writejava.io.IOExceptionpublic void printMethod(java.io.BufferedWriter bw,
Method method,
int i)
throws java.io.IOException
bw - the writer where the method should be written tomethod - the method to writei - the number of indents infront of the methodjava.io.IOExceptionpublic void printProblem(CEOCIPSTNPlanningProblem problem, java.io.Writer writer, java.lang.String name) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String maskString(java.lang.String str)