public class ListTerm extends net.sf.tweety.logics.commons.syntax.TermAdapter<ListTermValue>
| Constructor and Description |
|---|
ListTerm() |
ListTerm(ListTerm other) |
ListTerm(ListTermValue value) |
ListTerm(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> head,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> tail)
constructor for list elements with given [head|tail].
|
| Modifier and Type | Method and Description |
|---|---|
ListTerm |
clone() |
protected String |
listPrint(Collection<net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> tl) |
public ListTerm()
public ListTerm(ListTerm other)
public ListTerm(ListTermValue value)
public ListTerm(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> head,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> tail)
head - tail - public ListTerm clone()
clone in interface net.sf.tweety.logics.commons.syntax.interfaces.Term<ListTermValue>clone in class net.sf.tweety.logics.commons.syntax.TermAdapter<ListTermValue>protected String listPrint(Collection<net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> tl)
Copyright © 2018. All rights reserved.