public class CEOCIPSTN2JSHOP2
extends java.lang.Object
| Constructor and Description |
|---|
CEOCIPSTN2JSHOP2() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
indent(int numberOfIntends) |
static java.lang.String |
maskString(java.lang.String str) |
static void |
printDomain(CEOCIPSTNPlanningProblem problem,
java.io.Writer writer,
java.lang.String name)
Writes the given Problem into the output file
|
static void |
printLiteral(java.io.BufferedWriter bw,
ai.libs.jaicore.logic.fol.structure.Literal lit)
Prints a single literal into the bufferedwriter
|
static void |
printMethod(java.io.BufferedWriter bw,
Method method,
int i)
Prints a mehtod into the given writer
|
static void |
printMonom(java.io.BufferedWriter bw,
ai.libs.jaicore.logic.fol.structure.Monom monom,
int i)
Prints a single monom into the bufferedwriter
|
static void |
printMonom(java.io.BufferedWriter bw,
ai.libs.jaicore.logic.fol.structure.Monom monom,
int i,
boolean newline)
Prints a single monom into the bufferedwriter
|
static void |
printOperation(java.io.BufferedWriter bw,
CEOCOperation operation,
int i)
Prints the operations of the domain into a FIle
|
static void |
printProblem(CEOCIPSTNPlanningProblem problem,
java.io.Writer writer,
java.lang.String name) |
public static void printDomain(CEOCIPSTNPlanningProblem problem, 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 static void printOperation(java.io.BufferedWriter bw,
CEOCOperation operation,
int i)
throws java.io.IOException
bw - operation - i - java.io.IOExceptionpublic static void printMonom(java.io.BufferedWriter bw,
ai.libs.jaicore.logic.fol.structure.Monom monom,
int i)
throws java.io.IOException
bw - the bufferedwriter which determines the outputmonom - the monom to writei - the number if indents infront of the monomjava.io.IOExceptionpublic static void printMonom(java.io.BufferedWriter bw,
ai.libs.jaicore.logic.fol.structure.Monom monom,
int i,
boolean newline)
throws java.io.IOException
bw - the bufferedwriter which determines the outputmonom - the monom to writei - the number if indents infront of the monomjava.io.IOExceptionpublic static void printLiteral(java.io.BufferedWriter bw,
ai.libs.jaicore.logic.fol.structure.Literal lit)
throws java.io.IOException
bw - the bufferedwriter which determines the outputliteral - the literal to writejava.io.IOExceptionpublic static 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 static void printProblem(CEOCIPSTNPlanningProblem problem, java.io.Writer writer, java.lang.String name) throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String maskString(java.lang.String str)
public static java.lang.String indent(int numberOfIntends)