Class TraceSetFactory

All Implemented Interfaces:
Cloneable

public class TraceSetFactory extends AbstractTraceSetFactory<TraceSet>
Class for TraceSet factories.

The parameters are defined as follows:

  • Constructor Details

    • TraceSetFactory

      public TraceSetFactory(Simulation sim)
      Constructor.
      Parameters:
      sim - the simulation used to name objects.
    • TraceSetFactory

      public TraceSetFactory()
      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