Constant Field Values

Contents

org.processmining.*

  • org.processmining.models.connections.transitionsystem.GeneralizedExitationRegionConnection 
    Modifier and Type Constant Field Value
    public static final java.lang.String GERS "Generalized Excitation Region"
    public static final java.lang.String TS "TS"
  • org.processmining.models.connections.transitionsystem.RegionConnection 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGIONS "Region"
    public static final java.lang.String TS "TS"
  • org.processmining.models.connections.transitionsystem.TransitionSystemConnection 
    Modifier and Type Constant Field Value
    public static final java.lang.String ACCEPTIDS "Accept ids"
    public static final java.lang.String SETTINGS "Settings"
    public static final java.lang.String STARTIDS "Start ids"
    public static final java.lang.String TS "TS"
    public static final java.lang.String WEIGHTS "Weights"
  • org.processmining.plugins.transitionsystem.converter.TSConverterHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Mollifies the given transition system in four different ways: <ol><li>Remove self loops from the transition system.<li><li>Insert missing edges to complete \"diamonds\", like insert A-&gt;B if A-$gt;C, C-$gt;D, and B-$gtD are already present.</li><li>Merge states with identical outgoing labels.</li><li>Merge states with identical incoming labels.</li></ol>."
  • org.processmining.plugins.transitionsystem.miner.TSMinerHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Discovers a transition system from the given log. A state in the resulting transition system is a combination of (1) a collection of activities seen so far, (2) a collection of activities yet to be seen, and (3) a mapping from some attributes to their actual values. The collections include sets, bags, and lists, and a threshold for the distance to the current event can be set. The discovered transition system can be mollified in some ways before it is returned."
  • org.processmining.plugins.tsanalyzer2.TSAnalyzer 
    Modifier and Type Constant Field Value
    public static final java.lang.String duration "duration"
    public static final java.lang.String elapsed_time "elapsed time"
    public static final java.lang.String ocurrence_frequency "ocurrence frequency"
    public static final java.lang.String remaining_time "remaining time"
    public static final java.lang.String sojourn_time "sojourn time"
    public static final java.lang.String trace_frequency "trace frequency"
  • org.processmining.plugins.tsanimation.TSAnimationHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Animates (that is, replays) the given log on the given transition system."
  • org.processmining.plugins.tsml.Tsml 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "tsml"
  • org.processmining.plugins.tsml.TsmlName 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "name"
  • org.processmining.plugins.tsml.TsmlState 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "state"
  • org.processmining.plugins.tsml.TsmlText 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "text"
  • org.processmining.plugins.tsml.TsmlTransition 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "transition"
  • org.processmining.plugins.tsml.extensions.TsmlInscription 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "inscription"
  • org.processmining.plugins.tsml.graphics.TsmlAnnotationGraphics 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "graphics"
  • org.processmining.plugins.tsml.graphics.TsmlArcGraphics 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "graphics"
  • org.processmining.plugins.tsml.graphics.TsmlDimension 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "dimension"
  • org.processmining.plugins.tsml.graphics.TsmlFill 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "fill"
  • org.processmining.plugins.tsml.graphics.TsmlFont 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "font"
  • org.processmining.plugins.tsml.graphics.TsmlLine 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "line"
  • org.processmining.plugins.tsml.graphics.TsmlNodeGraphics 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "graphics"
  • org.processmining.plugins.tsml.graphics.TsmlOffset 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "offset"
  • org.processmining.plugins.tsml.graphics.TsmlPosition 
    Modifier and Type Constant Field Value
    public static final double SCALE 2.0
    public static final java.lang.String TAG "position"
  • org.processmining.plugins.tsml.toolspecific.TsmlToolSpecific 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG "toolspecific"