Interface IAdd

    • Method Detail

      • canAdd

        boolean canAdd​(IAddContext context)
        Checks, if the add can be executed.
        Parameters:
        context - the context needed to execute the add
        Returns:
        true, if the add can be executed
      • add

        PictogramElement add​(IAddContext context)
        Executes the add.
        Parameters:
        context - the context needed to execute the add
        Returns:
        the added pictogram element