public class DungSignature extends net.sf.tweety.commons.SetSignature<Argument>
| Constructor and Description |
|---|
DungSignature()
Creates a new (empty) Dung signature.
|
DungSignature(Argument argument)
Creates a new signature with the single given argument.
|
DungSignature(Collection<? extends Argument> arguments)
Creates a new signature with the given set of arguments.
|
add, addAll, addSignature, clear, contains, containsAll, equals, hashCode, isEmpty, isOverlappingSignature, isSubSignature, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, spliterator, streampublic DungSignature()
public DungSignature(Argument argument)
argument - an argument.public DungSignature(Collection<? extends Argument> arguments)
arguments - a set of arguments.Copyright © 2018. All rights reserved.