public class DLPSignature
extends net.sf.tweety.commons.Signature
| Constructor and Description |
|---|
DLPSignature() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object obj) |
void |
addSignature(net.sf.tweety.commons.Signature other) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isOverlappingSignature(net.sf.tweety.commons.Signature other) |
boolean |
isSubSignature(net.sf.tweety.commons.Signature other) |
public void add(Object obj)
public boolean isSubSignature(net.sf.tweety.commons.Signature other)
isSubSignature in class net.sf.tweety.commons.Signaturepublic boolean isOverlappingSignature(net.sf.tweety.commons.Signature other)
isOverlappingSignature in class net.sf.tweety.commons.Signaturepublic void addSignature(net.sf.tweety.commons.Signature other)
addSignature in class net.sf.tweety.commons.Signaturepublic int hashCode()
hashCode in class net.sf.tweety.commons.Signaturepublic boolean equals(Object obj)
equals in class net.sf.tweety.commons.SignatureCopyright © 2016. All rights reserved.