Class YourConnection

  • All Implemented Interfaces:
    org.processmining.framework.connections.Connection

    public class YourConnection
    extends org.processmining.framework.connections.impl.AbstractConnection
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FIRSTINPUT
      Label for first input.
      static java.lang.String OUTPUT
      Label for output.
      static java.lang.String SECONDINPUT
      Label for second input.
      • Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection

        manager
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      YourParameters getParameters()  
      • Methods inherited from class org.processmining.framework.connections.impl.AbstractConnection

        containsObjects, containsObjects, equals, get, getID, getLabel, getMapping, getObjects, getObjectWithRole, getRoles, hashCode, isRemoved, put, remove, remove, setLabel, setManager, toString, updated
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • FIRSTINPUT

        public static final java.lang.String FIRSTINPUT
        Label for first input.
        See Also:
        Constant Field Values
      • SECONDINPUT

        public static final java.lang.String SECONDINPUT
        Label for second input.
        See Also:
        Constant Field Values
    • Constructor Detail

    • Method Detail

      • getParameters

        public YourParameters getParameters()
        Returns:
        The parameters stored in the connection.