Class Parameters

  • All Implemented Interfaces:
    org.processmining.basicutils.parameters.PluginParameters

    public class Parameters
    extends org.processmining.basicutils.parameters.impl.PluginParametersImpl
    • Constructor Detail

      • Parameters

        public Parameters​(java.lang.String deltaAdaptionStrategy,
                          int deltaAdaptionSteepness,
                          int virtualLevelsModifier,
                          int potentialPlacesMaxLength,
                          boolean cut_depth,
                          int max_depth,
                          java.lang.String discoveryMethodToUse,
                          java.lang.String traversalStrategy,
                          double threshold_tau_result,
                          double threshold_delta_result,
                          org.deckfour.xes.classification.XEventClassifier classifier,
                          boolean remIP,
                          boolean remIPconc,
                          boolean repairWhileRemovingIPs,
                          java.lang.String postprocMethodToUse)
      • Parameters

        public Parameters()
    • Method Detail

      • isRemoveImpsConcurrently

        public boolean isRemoveImpsConcurrently()
      • setRemoveImpsConcurrently

        public void setRemoveImpsConcurrently​(boolean removeImpsConcurrently)
      • getVirtualLevelsModifier

        public int getVirtualLevelsModifier()
      • setVirtualLevelsModifier

        public void setVirtualLevelsModifier​(int virtualLevelsModifier)
      • getThresholdTau

        public double getThresholdTau()
      • setThresholdTau

        public void setThresholdTau​(double threshold)
      • getThresholdDelta

        public double getThresholdDelta()
      • setThresholdDelta

        public void setThresholdDelta​(int threshold_delta)
      • getDeltaAdaptionSteepness

        public int getDeltaAdaptionSteepness()
      • setDeltaAdaptionSteepness

        public void setDeltaAdaptionSteepness​(int deltaAdaptionSteepness)
      • getTimeAllowance

        public long getTimeAllowance()
      • setTimeAllowance

        public void setTimeAllowance​(long timeAllowance)
      • getDeltaAdaption

        public java.lang.String getDeltaAdaption()
      • getClassifier

        public org.deckfour.xes.classification.XEventClassifier getClassifier()
      • setClassifier

        public void setClassifier​(org.deckfour.xes.classification.XEventClassifier classifier)
      • getMax_depth

        public int getMax_depth()
      • setMax_depth

        public void setMax_depth​(int max_depth)
      • isCut_depth

        public boolean isCut_depth()
      • setCut_depth

        public void setCut_depth​(boolean cut_depth)
      • isRemoveImps

        public boolean isRemoveImps()
      • setRemoveImps

        public void setRemoveImps​(boolean removeImps)
      • getDiscoveryVariant

        public java.lang.String getDiscoveryVariant()
      • setDiscoveryVariant

        public void setDiscoveryVariant​(java.lang.String discoveryVariant)
      • getImpRemoveVariant

        public java.lang.String getImpRemoveVariant()
      • setImpRemoveVariant

        public void setImpRemoveVariant​(java.lang.String impRemoveVariant)
      • print

        public java.lang.String print()
      • getParamString

        public java.lang.String getParamString()
      • getTraversalStrategy

        public java.lang.String getTraversalStrategy()
      • getPotentialPlacesMaxLength

        public int getPotentialPlacesMaxLength()
      • isRepairWhileRemovingIPs

        public boolean isRepairWhileRemovingIPs()