Class ClearStereoAction

    • Field Detail

      • PROPERTY_KEY_CHIRALITY

        public static final String PROPERTY_KEY_CHIRALITY
        Key of type for property change of mode
        See Also:
        Constant Field Values
      • PROPERTY_KEY_DOUBLE_BOND

        public static final String PROPERTY_KEY_DOUBLE_BOND
        Key of type for property change of mode
        See Also:
        Constant Field Values
      • PROPERTY_KEY_SINGLE_UP_OR_DOWN_BOND

        public static final String PROPERTY_KEY_SINGLE_UP_OR_DOWN_BOND
        Key of type for property change of mode
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClearStereoAction

        public ClearStereoAction​(Map<String,​String> params)
        Initializes the action with parameters
        Parameters:
        params - the parameters of the action
    • Method Detail

      • getType

        public String getType()
        Gets the type of the action as string. Used for XML serialization
        Returns:
        the type of the action as string
      • setChirality

        public void setChirality​(boolean chirality)
        Sets the chirality value of absolute stereo action
        Parameters:
        chirality - the chirality value of absolute stereo action
      • isChirality

        public boolean isChirality()
        Gets the chirality value of absolute stereo action
        Returns:
        the chirality value of absolute stereo action
      • setDoubleBond

        public void setDoubleBond​(boolean doubleBond)
        Sets the double bond value of absolute stereo action
        Parameters:
        doubleBond - the double bond value of absolute stereo action
      • isDoubleBond

        public boolean isDoubleBond()
        Gets the double bond value of absolute stereo action
        Returns:
        the double bond value of absolute stereo action
      • setSingleUpOrDownBond

        public void setSingleUpOrDownBond​(boolean singleUpOrDownBond)
        Sets the single wedge value of absolute stereo action
        Parameters:
        singleUpOrDownBond - the single wedge value of absolute stereo action
      • isSingleUpOrDownBond

        public boolean isSingleUpOrDownBond()
        Gets the single wedge value of absolute stereo action
        Returns:
        the single wedge value of absolute stereo action