Class ContinuousReviewPolicyrQ

    • Constructor Detail

      • ContinuousReviewPolicyrQ

        public ContinuousReviewPolicyrQ​(ModelElement parent)
      • ContinuousReviewPolicyrQ

        public ContinuousReviewPolicyrQ​(ModelElement parent,
                                        java.lang.String name)
        Parameters:
        parent -
        name -
    • Method Detail

      • getInventoryPosition

        protected double getInventoryPosition()
      • initialize

        protected void initialize()
        Description copied from class: ModelElement
        This method should be overridden by subclasses that need actions performed to initialize prior to a replication. It is called once before each replication occurs if the model element wants initialization. It is called after beforeReplication() is called
        Overrides:
        initialize in class ModelElement
      • replicationEnded

        protected void replicationEnded()
        Description copied from class: ModelElement
        This method should be overridden by subclasses that need actions performed when the replication ends and prior to the calling of afterReplication() . It is called when each replication ends and can be used to collect data from the the model element, etc.
        Overrides:
        replicationEnded in class ModelElement
      • main

        public static void main​(java.lang.String[] args)