Package org.eso.ias.asce.transfer


package org.eso.ias.asce.transfer
  • Classes
    Class
    Description
    The java countr part of the scala IasIO, that is the view of an InOut for the TF IasIOJ exposes only the InOut's methods that can be invoked by the TF hiding the methods meant for the internals of the IAS.
    The JavaTransferExecutor provides the interface for java implementators of the transfer function as java data structs differ from scala ones.
    Execution of TF in python is orchestrated by objects of this class: when there is a python TF, this transfer function implementation is executed: PythonExecutorTF delegates method execution to the python code through jep.
    TransferExecutor is the abstract for the implementators of the transfer function in java.