java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.modules.Module
org.palladiosimulator.protocom.framework.java.ee.modules.SystemModule

public class SystemModule extends Module
A SystemModule object represents a startable PCM system entity.
  • Constructor Details

    • SystemModule

      public SystemModule(String name, String className)
      Constructs a new SystemModule object.
      Parameters:
      name - the display name of the system
      className - the class name of the system
  • Method Details