Class CollaborationParser


  • public class CollaborationParser
    extends java.lang.Object
    A parser for the "collaboration" element in a XML tree of a BPMN model
    Author:
    Benedikt Knopp
    • Method Summary

      Modifier and Type Method Description
      void parse​(org.w3c.dom.Node node)  
      • Methods inherited from class java.lang.Object

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

      • CollaborationParser

        public CollaborationParser​(RootParser rootParser)
        Create a new instance
        Parameters:
        rootParser - the root parser of the BPMN model
    • Method Detail

      • parse

        public void parse​(org.w3c.dom.Node node)
                   throws java.lang.IllegalArgumentException
        Parameters:
        node - the XML representation of the element to parse
        Throws:
        java.lang.IllegalArgumentException