Class CostModelImplModel

    • Constructor Detail

      • CostModelImplModel

        public CostModelImplModel​(IvMModel model)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getNodeParameter

        public double getNodeParameter​(int node,
                                       CostModelImplModel.ParameterNodeType parameterType)
        Times/durations will be in ms.
        Parameters:
        node -
        parameterType -
        Returns:
      • getCost

        public double getCost​(IvMTrace trace)
        Returns:
        the cost associated with the trace, or Double.NaN if it does not exist.
      • getNodeRepresentationModel

        public org.processmining.plugins.InductiveMiner.Pair<java.lang.Long,​java.lang.String> getNodeRepresentationModel​(int node)
        Description copied from interface: CostModel
        The representation to show this model on a node. Value (for colouring) and string value.
        Returns:
      • getNodeRepresentationPopup

        public java.lang.String[][] getNodeRepresentationPopup​(int node)
        Description copied from interface: CostModel
        The representation of this model for this node (for the model-activity node popups).
        Returns: