Package biana :: Module OutBianaInterface' :: Class OutBianaInterface
[hide private]
[frames] | no frames]

Class OutBianaInterface

source code


Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]
 
close() source code
 
connect_to_socket(port, server='127.0.0.1')
Changes the default outmethod to a socket It should not be used by users, only graphical interface should use this method
source code
 
send_data(message) source code
 
send_end_process_message() source code
 
send_error_notification(message, error) source code
 
send_info_message(message) source code
 
send_process_message(message) source code
 
set_outmethod(method) source code
Class Variables [hide private]
  out_format = 'xml'
  outmethod = None
Properties [hide private]

Inherited from object: __class__