Class Transform

    • Field Detail

      • m_Transform

        protected Transform m_Transform
        transform input object
      • m_Port

        protected transient MekaService m_Port
        the port instance.
    • Constructor Detail

      • Transform

        public Transform()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • reset

        protected void reset()
        Resets the scheme.
        Overrides:
        reset in class adams.core.option.AbstractOptionHandler
      • accepts

        public Class[] accepts()
        Returns the classes that are accepted input.
        Returns:
        the classes that are accepted
      • generates

        public Class[] generates()
        Returns the classes that this client generates.
        Returns:
        the classes
      • setRequestData

        public void setRequestData​(Transform value)
        Sets the data for the request, if any.
        Parameters:
        value - the request data