public class println extends DefaultInternalAction
Internal action: .println
.
Description: used for printing messages to the console. Exactly as for
.print
except that a new line is printed after the parameters.
print
,
Serialized FormConstructor and Description |
---|
println() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
argsToString(Term[] args) |
static InternalAction |
create() |
java.lang.Object |
execute(TransitionSystem ts,
Unifier un,
Term[] args)
Executes the internal action.
|
protected java.lang.String |
getNewLine() |
canBeUsedInContext, checkArguments, destroy, getMaxArgs, getMinArgs, prepareArguments, suspendIntention
public static InternalAction create()
protected java.lang.String getNewLine()
public java.lang.Object execute(TransitionSystem ts, Unifier un, Term[] args) throws java.lang.Exception
InternalAction
execute
in interface InternalAction
execute
in class DefaultInternalAction
java.lang.Exception
protected java.lang.String argsToString(Term[] args)