Interface Label

    • Method Detail

      • getKey

        String getKey()
        Returns the value of the 'Key' attribute.

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

        Returns:
        the value of the 'Key' attribute.
        See Also:
        setKey(String), MarkovPackage.getLabel_Key()
        Generated class or method.
        EMF model class or method.
      • setKey

        void setKey​(String value)
        Sets the value of the 'Key' attribute.
        Parameters:
        value - the new value of the 'Key' attribute.
        See Also:
        getKey()
        Generated class or method.
      • getValue

        String getValue()
        Returns the value of the 'Value' attribute.

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

        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), MarkovPackage.getLabel_Value()
        Generated class or method.
        EMF model class or method.
      • setValue

        void setValue​(String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
        Generated class or method.