Class PrototypeBridge.System

java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.prototype.PrototypeBridge.System
Enclosing class:
PrototypeBridge

public class PrototypeBridge.System extends Object
The System class stores the data of a PCM system.
  • Constructor Details

    • System

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

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getClassName

      public String getClassName()
      Gets the name of the system class.
      Returns:
      the name of the system class