Interface ControlUnit

    • Method Detail

      • setProcessor

        void setProcessor​(Processor value)
        Sets the value of the 'Processor' containment reference.
        Parameters:
        value - the new value of the 'Processor' containment reference.
        See Also:
        getProcessor()
      • setDimension

        void setDimension​(Dimension value)
        Sets the value of the 'Dimension' containment reference.
        Parameters:
        value - the new value of the 'Dimension' containment reference.
        See Also:
        getDimension()
      • getRam

        org.eclipse.emf.common.util.EList<RAM> getRam()
        Returns the value of the 'Ram' containment reference list. The list contents are of type RAM.

        If the meaning of the 'Ram' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Ram' containment reference list.
        See Also:
        CoffeePackage.getControlUnit_Ram()
      • getDisplay

        Display getDisplay()
        Returns the value of the 'Display' containment reference.

        If the meaning of the 'Display' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Display' containment reference.
        See Also:
        setDisplay(Display), CoffeePackage.getControlUnit_Display()
      • setDisplay

        void setDisplay​(Display value)
        Sets the value of the 'Display' containment reference.
        Parameters:
        value - the new value of the 'Display' containment reference.
        See Also:
        getDisplay()
      • getUserDescription

        java.lang.String getUserDescription()
        Returns the value of the 'User Description' attribute.

        If the meaning of the 'User Description' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'User Description' attribute.
        See Also:
        setUserDescription(String), CoffeePackage.getControlUnit_UserDescription()
      • setUserDescription

        void setUserDescription​(java.lang.String value)
        Sets the value of the 'User Description' attribute.
        Parameters:
        value - the new value of the 'User Description' attribute.
        See Also:
        getUserDescription()