Class PrototypeBridge.System

  • Enclosing class:
    PrototypeBridge

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

      • 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 Detail

      • 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