Class AbstractTransformerWithPropertiesUpdating

    • Field Detail

      • m_Properties

        protected BaseString[] m_Properties
        the property paths.
      • m_VariableNames

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

      • AbstractTransformerWithPropertiesUpdating

        public AbstractTransformerWithPropertiesUpdating()
    • Method Detail

      • reset

        protected void reset()
        Resets the scheme.
        Overrides:
        reset in class AbstractActor
      • propertiesTipText

        public String propertiesTipText()
        Returns the tip text for this property.
        Specified by:
        propertiesTipText in interface PropertiesUpdater
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • variableNamesTipText

        public String variableNamesTipText()
        Returns the tip text for this property.
        Specified by:
        variableNamesTipText in interface PropertiesUpdater
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setUpContainersIfNecessary

        public String setUpContainersIfNecessary​(Object obj)
        Initializes the property containers.
        Returns:
        null if everything is fine, otherwise error message
      • setUpContainers

        public String setUpContainers​(Object obj)
        Initializes the property containers.
        Returns:
        null if everything is fine, otherwise error message
      • updateObject

        protected String updateObject​(Object obj)
        Updates the object with the current variable values.
        Returns:
        null if everything is fine, otherwise error message