Class UpdateProperties

    • Field Detail

      • BACKUP_INPUT

        public static final String BACKUP_INPUT
        the key for storing the input token in the backup.
        See Also:
        Constant Field Values
      • BACKUP_OUTPUT

        public static final String BACKUP_OUTPUT
        the key for storing the output token in the backup.
        See Also:
        Constant Field Values
      • m_InputToken

        protected transient Token m_InputToken
        the current input token.
      • m_OutputToken

        protected transient Token m_OutputToken
        the current output token.
      • m_Properties

        protected BaseString[] m_Properties
        the property paths.
      • m_VariableNames

        protected VariableName[] m_VariableNames
        the variables to update the properties with.
      • m_SubActor

        protected Actor m_SubActor
        the actor to update the properties foe.
    • Constructor Detail

      • UpdateProperties

        public UpdateProperties()