public class PropositionalPredicate
extends net.sf.tweety.logics.commons.syntax.Predicate
| Constructor and Description |
|---|
PropositionalPredicate()
Default-Ctor for dynamic instantiation
|
PropositionalPredicate(String name)
Ctor: Creates a new propositional predicate with the given
name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addArgumentType(net.sf.tweety.logics.commons.syntax.Sort argType) |
PropositionalPredicate |
clone() |
void |
setArity(int arity) |
public PropositionalPredicate()
public PropositionalPredicate(String name)
name - The name of the predicatepublic void setArity(int arity)
setArity in interface net.sf.tweety.logics.commons.syntax.interfaces.TypedStructuresetArity in class net.sf.tweety.logics.commons.syntax.TypedStructureAdapterpublic void addArgumentType(net.sf.tweety.logics.commons.syntax.Sort argType)
addArgumentType in interface net.sf.tweety.logics.commons.syntax.interfaces.TypedStructureaddArgumentType in class net.sf.tweety.logics.commons.syntax.TypedStructureAdapterpublic PropositionalPredicate clone()
clone in interface net.sf.tweety.logics.commons.syntax.interfaces.TypedStructureclone in class net.sf.tweety.logics.commons.syntax.PredicateCopyright © 2018. All rights reserved.