Package net.sf.tweety.logics.bpm.syntax
Class BpmnSignature
- java.lang.Object
-
- net.sf.tweety.logics.bpm.syntax.BpmnSignature
-
-
Constructor Summary
Constructors Constructor Description BpmnSignature()
-
Method Summary
Modifier and Type Method Description voidadd(Object obj)voidadd(Object... objects)voidaddAll(Collection<?> c)voidaddSignature(net.sf.tweety.commons.Signature other)voidclear()net.sf.tweety.commons.Signatureclone()booleanisEmpty()booleanisOverlappingSignature(net.sf.tweety.commons.Signature other)booleanisSubSignature(net.sf.tweety.commons.Signature other)voidremove(Object obj)voidremoveAll(Collection<?> c)
-
-
-
Method Detail
-
isSubSignature
public boolean isSubSignature(net.sf.tweety.commons.Signature other)
- Specified by:
isSubSignaturein interfacenet.sf.tweety.commons.Signature
-
isOverlappingSignature
public boolean isOverlappingSignature(net.sf.tweety.commons.Signature other)
- Specified by:
isOverlappingSignaturein interfacenet.sf.tweety.commons.Signature
-
addSignature
public void addSignature(net.sf.tweety.commons.Signature other)
- Specified by:
addSignaturein interfacenet.sf.tweety.commons.Signature
-
add
public void add(Object obj)
- Specified by:
addin interfacenet.sf.tweety.commons.Signature
-
addAll
public void addAll(Collection<?> c)
- Specified by:
addAllin interfacenet.sf.tweety.commons.Signature
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfacenet.sf.tweety.commons.Signature
-
remove
public void remove(Object obj)
- Specified by:
removein interfacenet.sf.tweety.commons.Signature
-
removeAll
public void removeAll(Collection<?> c)
- Specified by:
removeAllin interfacenet.sf.tweety.commons.Signature
-
clear
public void clear()
- Specified by:
clearin interfacenet.sf.tweety.commons.Signature
-
clone
public net.sf.tweety.commons.Signature clone()
-
add
public void add(Object... objects)
- Specified by:
addin interfacenet.sf.tweety.commons.Signature
-
-