Interface IElement

    • Method Detail

      • getModel

        IGpmnModel getModel()
        Gets the model.
        Returns:
        The model.
      • getName

        java.lang.String getName()
        Gets the name.
        Returns:
        The name.
      • setName

        void setName​(java.lang.String name)
        Sets the name.
        Parameters:
        name - The name.
      • getSourceEdges

        java.util.Set<IEdge> getSourceEdges()
        Gets the source edges.
        Returns:
        The edges.
      • getTargetEdges

        java.util.Set<IEdge> getTargetEdges()
        Gets the target edges.
        Parameters:
        type - Type of the target edges.
        Returns:
        The edges.