Class IntegerConditionFactory

All Implemented Interfaces:
Cloneable

public class IntegerConditionFactory extends AbstractIntegerCondFactory<IntegerCondition>
Factory for creating instances of the class IntegerCondition.

The parameters this factory supports are shown in the following table:

  • Constructor Details

    • IntegerConditionFactory

      public IntegerConditionFactory(DramaSimulation sim)
      Constructor.
      Parameters:
      sim - the simulation
    • IntegerConditionFactory

      public IntegerConditionFactory()
      Constructor for service provider. This constructor should not be used directly. It is necessary because of the introduction of modules in Java 9, and is used by a service provider that allows factories to be listed, possibly with documentation regarding their parameters. It just calls the default constructor with a null argument.
  • Method Details