Class BpmnSignature

  • All Implemented Interfaces:
    Cloneable, net.sf.tweety.commons.Signature

    public class BpmnSignature
    extends Object
    implements net.sf.tweety.commons.Signature
    Author:
    Benedikt Knopp
    • Constructor Detail

      • BpmnSignature

        public BpmnSignature()
    • Method Detail

      • isSubSignature

        public boolean isSubSignature​(net.sf.tweety.commons.Signature other)
        Specified by:
        isSubSignature in interface net.sf.tweety.commons.Signature
      • isOverlappingSignature

        public boolean isOverlappingSignature​(net.sf.tweety.commons.Signature other)
        Specified by:
        isOverlappingSignature in interface net.sf.tweety.commons.Signature
      • addSignature

        public void addSignature​(net.sf.tweety.commons.Signature other)
        Specified by:
        addSignature in interface net.sf.tweety.commons.Signature
      • add

        public void add​(Object obj)
        Specified by:
        add in interface net.sf.tweety.commons.Signature
      • addAll

        public void addAll​(Collection<?> c)
        Specified by:
        addAll in interface net.sf.tweety.commons.Signature
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface net.sf.tweety.commons.Signature
      • remove

        public void remove​(Object obj)
        Specified by:
        remove in interface net.sf.tweety.commons.Signature
      • removeAll

        public void removeAll​(Collection<?> c)
        Specified by:
        removeAll in interface net.sf.tweety.commons.Signature
      • clear

        public void clear()
        Specified by:
        clear in interface net.sf.tweety.commons.Signature
      • clone

        public net.sf.tweety.commons.Signature clone()
        Specified by:
        clone in interface net.sf.tweety.commons.Signature
        Overrides:
        clone in class Object
      • add

        public void add​(Object... objects)
        Specified by:
        add in interface net.sf.tweety.commons.Signature