public class DLPPredicate
extends net.sf.tweety.logics.commons.syntax.Predicate
| Constructor and Description |
|---|
DLPPredicate()
Default-Ctor: Used for dynamic instantiation
|
DLPPredicate(String name)
Ctor: Generates a predicate with the given name and arity zero.
|
DLPPredicate(String name,
int arity)
Creates a predicate with the given name and the given arity
|
| Modifier and Type | Method and Description |
|---|---|
void |
addArgumentType(net.sf.tweety.logics.commons.syntax.Sort sort) |
public DLPPredicate()
public DLPPredicate(String name)
name - The name of the predicatepublic DLPPredicate(String name, int arity)
name - The name of the predicatearity - The arity of the predicatepublic void addArgumentType(net.sf.tweety.logics.commons.syntax.Sort sort)
addArgumentType in interface net.sf.tweety.logics.commons.syntax.interfaces.TypedStructureaddArgumentType in class net.sf.tweety.logics.commons.syntax.TypedStructureAdapterCopyright © 2018. All rights reserved.