public class string extends DefaultInternalAction
Internal action: .string
.
Description: checks whether the argument is a string, e.g.: "a".
Parameter:
Examples:
.string("home page")
: true.
.string(b(10))
: false.
.string(b)
: false.
.string(X)
: false if X is free, true if X is bound to a string.
Constructor and Description |
---|
string() |
Modifier and Type | Method and Description |
---|---|
static InternalAction |
create() |
java.lang.Object |
execute(TransitionSystem ts,
Unifier un,
Term[] args)
Executes the internal action.
|
int |
getMaxArgs() |
int |
getMinArgs() |
canBeUsedInContext, checkArguments, destroy, prepareArguments, suspendIntention
public static InternalAction create()
public int getMinArgs()
getMinArgs
in class DefaultInternalAction
public int getMaxArgs()
getMaxArgs
in class DefaultInternalAction
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