Class NetViewModelImpl

  • All Implemented Interfaces:
    NetView

    public class NetViewModelImpl
    extends java.lang.Object
    • Field Detail

      • configPanel

        protected final org.processmining.dataawareexplorer.explorer.netview.impl.NetViewAbstractImpl.ConfigurationPanelImpl configPanel
    • Method Detail

      • convertGuardToEdgeLabel

        protected static java.lang.String convertGuardToEdgeLabel​(org.processmining.datapetrinets.expression.GuardExpression guard)
      • setGuardLabel

        protected void setGuardLabel​(org.processmining.datapetrinets.DataPetriNet net,
                                     org.processmining.models.graphbased.directed.petrinet.elements.Transition transition,
                                     org.processmining.datapetrinets.expression.GuardExpression guard)
      • computeAvgAtomsPerTransition

        protected double computeAvgAtomsPerTransition​(org.processmining.datapetrinets.DataPetriNet net)
      • computeAvgAtomsPerTransition

        protected double computeAvgAtomsPerTransition​(org.processmining.models.graphbased.directed.petrinet.elements.Place place)
      • updateUI

        public void updateUI()
        Description copied from interface: NetView
        Called on the EDT thread after the data has been updated
        Specified by:
        updateUI in interface NetView
      • getContext

        protected org.processmining.framework.plugin.PluginContext getContext()