public class FolActionName extends net.sf.tweety.logics.commons.syntax.Predicate implements ActionName
| Constructor and Description |
|---|
FolActionName(String name)
Creates a new action name predicate with the given name and zero-arity.
|
FolActionName(String name,
int arity)
Creates a new actionname predicate with the given name and arity.
|
FolActionName(String name,
List<net.sf.tweety.logics.commons.syntax.Sort> arguments)
Creates a new actionname predicate with the given name and a list of
argument sorts, whose element count equals the arity of this predicate.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addArgumentType, compareTo, copyArgumentTypes, getArgumentTypes, getArity, getName, isComplete, isTyped, removeArgumentType, removeArgumentType, setArity, setNamefinalize, getClass, notify, notifyAll, wait, wait, waitgetNamepublic FolActionName(String name, int arity)
name - arity - public FolActionName(String name, List<net.sf.tweety.logics.commons.syntax.Sort> arguments)
name - a namearguments - a list of arguments (either variables or constants)public FolActionName(String name)
name - a namepublic String toString()
toString in class net.sf.tweety.logics.commons.syntax.TypedStructureAdapterCopyright © 2018. All rights reserved.