Class BpmnFormula

  • All Implemented Interfaces:
    Formula
    Direct Known Subclasses:
    BpmnElement

    public class BpmnFormula
    extends java.lang.Object
    implements Formula
    Author:
    Benedikt Knopp
    • Constructor Summary

      Constructors 
      Constructor Description
      BpmnFormula()  
    • Method Summary

      Modifier and Type Method Description
      Signature getSignature()
      Returns the signature of the language of this formula.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BpmnFormula

        public BpmnFormula()
    • Method Detail

      • getSignature

        public Signature getSignature()
        Description copied from interface: Formula
        Returns the signature of the language of this formula.
        Specified by:
        getSignature in interface Formula
        Returns:
        the signature of the language of this formula.