public class ListTermValue extends Object
| Constructor and Description |
|---|
ListTermValue() |
ListTermValue(Collection<? extends net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> terms) |
ListTermValue(ListTermValue other) |
ListTermValue(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> head,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> tail) |
| Modifier and Type | Method and Description |
|---|---|
ListTermValue |
clone() |
boolean |
equals(Object other) |
int |
hashCode() |
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> |
head() |
List<net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> |
list() |
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> |
tail() |
String |
toString() |
boolean |
usesHeadTailSyntax() |
public ListTermValue()
public ListTermValue(ListTermValue other)
public ListTermValue(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> head,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> tail)
public ListTermValue(Collection<? extends net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> terms)
public net.sf.tweety.logics.commons.syntax.interfaces.Term<?> head()
public net.sf.tweety.logics.commons.syntax.interfaces.Term<?> tail()
public List<net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> list()
public boolean usesHeadTailSyntax()
public ListTermValue clone()
Copyright © 2018. All rights reserved.