Class ParameterReact

  • All Implemented Interfaces:
    IParameterReact
    Direct Known Subclasses:
    SetReactionCenter

    public class ParameterReact
    extends Object
    implements IParameterReact
    Class which defines the allowed parameters of a reaction.
    Author:
    miguelrojasch
    Source code:
    main
    Belongs to CDK module:
    reaction
    • Constructor Detail

      • ParameterReact

        public ParameterReact()
    • Method Detail

      • setParameter

        public void setParameter​(boolean set)
        Set the parameter to take account.
        Specified by:
        setParameter in interface IParameterReact
        Parameters:
        set - True, if the parameter needs to take account
      • isSetParameter

        public boolean isSetParameter()
        Get if this parameter needs to take account.
        Specified by:
        isSetParameter in interface IParameterReact
        Returns:
        True, if the parameter needs to take account
      • setValue

        public void setValue​(Object value)
        Set the value of the parameter.
        Specified by:
        setValue in interface IParameterReact
        Parameters:
        value - The value of the parameter
      • getValue

        public Object getValue()
        Get the value of the parameter.
        Specified by:
        getValue in interface IParameterReact
        Returns:
        The value of the parameter