format 75
"autotesting" // iplan::models::autotesting
  revision 38
  modified_by 5 "jviqueira"
  // class settings
  //class diagram settings
  draw_all_relations default hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_context default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
  //use case diagram settings
  package_name_in_tab default show_context default auto_label_position default draw_all_relations default class_drawing_mode default shadow default show_stereotype_properties default
  //sequence diagram settings
  show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default show_stereotype_properties default show_class_context_mode default show_msg_context_mode default
  //collaboration diagram settings
  show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default show_msg_context default draw_all_relations default shadow default show_stereotype_properties default
  //object diagram settings
   write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default show_stereotype_properties default
  //component diagram settings
  package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default
  draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
  //deployment diagram settings
  package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default
  draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
  //state diagram settings
  package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default
  show_activities default region_horizontally default drawing_language default show_stereotype_properties default
  //activity diagram settings
  package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default
  show_infonote default drawing_language default show_stereotype_properties default
  
  php_dir "/home/jviqueira/Documents/Desarrollo-code/autotesting.iplan.com.ar/iplan/model/autotesting"
  package_ref 259077 // forms

  classview 225925 "Autotesting Class View"
    //class diagram settings
    draw_all_relations default hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_context default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
    //collaboration diagram settings
    show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default show_msg_context default draw_all_relations default shadow default show_stereotype_properties default
    //object diagram settings
     write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default show_stereotype_properties default
    //sequence diagram settings
    show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default show_stereotype_properties default show_class_context_mode default show_msg_context_mode default
    //state diagram settings
    package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default
    show_activities default region_horizontally default drawing_language default show_stereotype_properties default
    //class settings
    //activity diagram settings
    package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default
    show_infonote default drawing_language default show_stereotype_properties default
    associated_deployment_view deploymentview_ref 258821 // Autotesing Deploy Data
    class 787205 "Log"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "CAP_LOG"
      classrelation 1074949 // <generalisation>
	relation 1059973 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1074949 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      classrelation 1076613 // system (<unidirectional association>)
	relation 1061509 --->
	  a role_name "system" multiplicity "1" protected
	    comment "@var System el sistema sobre el que trata el Log"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1076613 // system (<unidirectional association>)
	  b parent class_ref 786693 // System
      end

      classrelation 1076741 // message (<unidirectional association>)
	relation 1061637 --->
	  a role_name "message" multiplicity "1" protected
	    comment "@var MessageLog el mensaje que dio el procedimiento"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1076741 // message (<unidirectional association>)
	  b parent class_ref 786949 // MessageLog
      end

      attribute 1052805 "detail"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la descripcin del mensaje"
      end

      attribute 1052933 "date"
	protected explicit_type "DateTime"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var DateTime la fecha del log"
      end

      classrelation 1092741 // <association>
	relation_ref 1075845 // <association>
      end

      operation 1542661 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 787077 "MessageGroup"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "CAP_GRUPOMENSAJELOG"
      classrelation 1074821 // <generalisation>
	relation 1059845 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1074821 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 1052677 "description"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nombre del grupo de mensajes"
      end

      operation 1542533 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 786949 "MessageLog"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "CAP_MESSAGELOG"
      classrelation 1076869 // messageType (<unidirectional association>)
	relation 1061765 --->
	  a role_name "messageType" multiplicity "1" protected
	    comment "@var MessageType el tipo de mensaje"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1076869 // messageType (<unidirectional association>)
	  b parent class_ref 786821 // MessageType
      end

      attribute 1052549 "description"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string Mensaje de Log"
      end

      classrelation 1076997 // messageGroup (<unidirectional association>)
	relation 1061893 --->
	  a role_name "messageGroup" multiplicity "1" protected
	    comment "@var MessageGroup el grupo de mensajes al cual el mensaje pertenece"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1076997 // messageGroup (<unidirectional association>)
	  b parent class_ref 787077 // MessageGroup
      end

      operation 1542405 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end

      classrelation 1074693 // <generalisation>
	relation 1059717 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1074693 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end
    end

    class 786821 "MessageType"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "CAP_TIPOMENSAJELOG"
      attribute 1052421 "description"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el tipo de mensaje"
      end

      classrelation 1074309 // <generalisation>
	relation 1059333 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1074309 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      operation 1542277 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 786693 "System"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "CAP_SISTEMA"
      classrelation 1074181 // <generalisation>
	relation 1059205 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1074181 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 1052293 "description"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nombre del sistema"
      end

      operation 1542149 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    classdiagram 226309 "Autotesting Class Diagram"
      draw_all_relations no hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_context default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
      size A3-Landscape
    end

    class 636037 "AutotestingManager"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      classrelation 883205 // <generalisation>
	relation 876677 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 883205 // <generalisation>
	  b parent class_ref 416901 // AbstractManager
      end

      classrelation 1092613 // <dependency>
	relation 1077125 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1092613 // <dependency>
	  b parent class_ref 801285 // EjecutorForm
      end

      classrelation 1032709 // <dependency>
	relation 1018629 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1032709 // <dependency>
	  b parent class_ref 757381 // HabilitacionesForm
      end

      classrelation 1023365 // <dependency>
	relation 1009285 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1023365 // <dependency>
	  b parent class_ref 749573 // HistoricoUltimaMilla
      end

      classrelation 1023493 // <dependency>
	relation 1009413 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1023493 // <dependency>
	  b parent class_ref 749829 // HistoricoVelocidad
      end

      classrelation 1077253 // <dependency>
	relation 1062149 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1077253 // <dependency>
	  b parent class_ref 787205 // Log
      end

      classrelation 1077637 // <dependency>
	relation 1062533 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1077637 // <dependency>
	  b parent class_ref 787077 // MessageGroup
      end

      classrelation 1076101 // <dependency>
	relation 1060997 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1076101 // <dependency>
	  b parent class_ref 787333 // MessageGroupForm
      end

      classrelation 1077509 // <dependency>
	relation 1062405 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1077509 // <dependency>
	  b parent class_ref 786949 // MessageLog
      end

      classrelation 1076229 // <dependency>
	relation 1061125 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1076229 // <dependency>
	  b parent class_ref 787461 // MessageLogForm
      end

      classrelation 1077381 // <dependency>
	relation 1062277 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1077381 // <dependency>
	  b parent class_ref 786821 // MessageType
      end

      classrelation 1076357 // <dependency>
	relation 1061253 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1076357 // <dependency>
	  b parent class_ref 787717 // MessageTypeForm
      end

      classrelation 1024389 // <dependency>
	relation 1010309 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1024389 // <dependency>
	  b parent class_ref 750085 // Modelo
      end

      classrelation 1032069 // <dependency>
	relation 1017989 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1032069 // <dependency>
	  b parent class_ref 750213 // ModeloForm
      end

      classrelation 1067141 // <dependency>
	relation 1052421 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1067141 // <dependency>
	  b parent class_ref 779909 // Opcion
      end

      classrelation 1067397 // <dependency>
	relation 1052677 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1067397 // <dependency>
	  b parent class_ref 780165 // OpcionesForm
      end

      classrelation 1023237 // <dependency>
	relation 1009157 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1023237 // <dependency>
	  b parent class_ref 742917 // Plantilla
      end

      classrelation 1031941 // <dependency>
	relation 1017861 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1031941 // <dependency>
	  b parent class_ref 750341 // PlantillaForm
      end

      classrelation 1092357 // <dependency>
	relation 1076869 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1092357 // <dependency>
	  b parent class_ref 800901 // Proceso
      end

      classrelation 1041157 // <dependency>
	relation 1027077 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1041157 // <dependency>
	  b parent class_ref 764549 // Puerto
      end

      classrelation 1106565 // <dependency>
	relation 1090949 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1106565 // <dependency>
	  b parent class_ref 814469 // ReporteSemanal
      end

      classrelation 1106437 // <dependency>
	relation 1090821 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1106437 // <dependency>
	  b parent class_ref 814469 // ReporteSemanal
      end

      classrelation 1023621 // <dependency>
	relation 1009541 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1023621 // <dependency>
	  b parent class_ref 749957 // Servicio
      end

      classrelation 1031813 // <dependency>
	relation 1017733 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1031813 // <dependency>
	  b parent class_ref 750469 // ServicioForm
      end

      classrelation 1625477 // <dependency>
	relation 1582981 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1625477 // <dependency>
	  b parent class_ref 1171461 // SimpleTest
      end

      classrelation 1031557 // <dependency>
	relation 1017477 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1031557 // <dependency>
	  b parent class_ref 750597 // SubirPlantillaForm
      end

      classrelation 1032325 // <dependency>
	relation 1018245 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1032325 // <dependency>
	  b parent class_ref 757253 // Suscripcion
      end

      classrelation 1031685 // <dependency>
	relation 1017605 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1031685 // <dependency>
	  b parent class_ref 757125 // SuscripcionForm
      end

      classrelation 1077125 // <dependency>
	relation 1062021 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1077125 // <dependency>
	  b parent class_ref 786693 // System
      end

      classrelation 1076485 // <dependency>
	relation 1061381 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1076485 // <dependency>
	  b parent class_ref 787589 // SystemForm
      end

      classrelation 1041797 // <dependency>
	relation 1027717 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1041797 // <dependency>
	  b parent class_ref 764805 // TestClientForm
      end

      classrelation 1040517 // <dependency>
	relation 1026437 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1040517 // <dependency>
	  b parent class_ref 764293 // TestConfigureModelForm
      end

      classrelation 1043077 // <dependency>
	relation 1028997 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1043077 // <dependency>
	  b parent class_ref 765573 // TestForm
      end

      classrelation 1618821 // <dependency>
	relation 1576325 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1618821 // <dependency>
	  b parent class_ref 1164933 // TestInputValuesForm
      end

      classrelation 1618693 // <dependency>
	relation 1576197 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1618693 // <dependency>
	  b parent class_ref 1151493 // TestSelectEquipmentForm
      end

      classrelation 1040261 // <dependency>
	relation 1026181 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1040261 // <dependency>
	  b parent class_ref 764165 // TestSelectModelForm
      end

      classrelation 1040773 // <dependency>
	relation 1026693 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1040773 // <dependency>
	  b parent class_ref 764421 // TestSelectNode
      end

      classrelation 1052933 // <dependency>
	relation 1038213 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1052933 // <dependency>
	  b parent class_ref 772997 // TestSession
      end

      classrelation 1042693 // <dependency>
	relation 1028613 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1042693 // <dependency>
	  b parent class_ref 765061 // TestSuite
      end

      classrelation 1043205 // <dependency>
	relation 1029125 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1043205 // <dependency>
	  b parent class_ref 765445 // TestSuiteForm
      end

      classrelation 1041925 // <dependency>
	relation 1027845 -_->
	  a default
	    php "${type}"
	    classrelation_ref 1041925 // <dependency>
	  b parent class_ref 764933 // TestSuscriptionSelectForm
      end

      operation 1280261 "__listActions"
	preserve_cpp_body_indent cpp_virtual public explicit_return_type "array"
	nparams 0
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna una lista de métodos que pueden ser retornados desde la aplicación.
 
@return array Un arreglo (clave, valor) donde la clave es un string con el nombre ficticio de la operacin y el valor el nombre del mtodo que le corresponde."
      end

      operation 1457669 "newLoginUnificado"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 3
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param inout name "user" type class_ref 396165 // User
	  param in name "extra" explicit_type "mixed"
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}, ${p2}${v2}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Notifica al facade que se ha logeado un usuario NUEVO mediante \"Login Unificado\".

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background
@param User $user el usuario nuevo que se logue.
@param mixed $extra por el momento se pasa la respuesta del llamado a CLL_Authenticate.

@return boolean un booleando que es TRUE si se desea conservar el usuario o FALSE si el mismo es irrelevante o no debe tener permisos para el Facade."
      end

      operation 1457797 "registerInfo"
	preserve_cpp_body_indent public explicit_return_type ""
	nparams 1
	  param inout name "context" type class_ref 417029 // ApplicationContext
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Configura informacin general para el uso en los templates.

@param ApplicationContext $context el contexto de la aplicacin.

@return void "
      end

      operation 1471493 "listPlantillas"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los registros de las plantillas del sistema.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1471621 "savePlantilla"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Guarda o modifica una plantilla.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1471749 "listModelos"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los equipos del sistema.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1472261 "saveModelo"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Agrega un equipo como maestro de un conjunto de plantillas.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1471877 "listServicios"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los equipos del sistema.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1486981 "saveServicio"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Agrega un servicio a la lista de servicios provistos por iPlan.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1472005 "listHistoricoUltimaMilla"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los histricos de ltima milla.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1472133 "listHistoricoVelocidad"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los histricos de velocidad.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1472517 "listHistoricoUltimaMillaImpl"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los histricos de ltima milla.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1518213 "showHistoricoUM"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los histricos de ltima milla.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1472645 "listHistoricoVelocidadImpl"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los histricos de velocidad.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1524741 "showHistoricoVelocidad"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los histricos de ltima milla.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1486725 "listSuscripciones"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los equipos del sistema.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1486853 "saveSuscripcion"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Agrega un equipo como maestro de un conjunto de plantillas.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1488389 "listHabilitaciones"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los equipos del sistema.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1488517 "saveHabilitacion"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Agrega un equipo como maestro de un conjunto de plantillas.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1497605 "seleccionarModeloPrueba"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Abre una pantalla donde se establecen los parmetros adecuados para realizar una prueba

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1498885 "configurarModeloPrueba"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Abre una pantalla donde se establecen los parmetros adecuados para realizar una prueba

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1499013 "configurarNodoPrueba"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Abre una pantalla donde se establecen los parmetros adecuados para realizar una prueba

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1497861 "ejecutarPrueba"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Ejecuta una prueba de usuario.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1500933 "ingresarClientePrueba"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Ejecuta una prueba de usuario.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1501061 "seleccionarSuscripcionPrueba"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Ejecuta una prueba de usuario.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1501189 "paso3Prueba"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Ejecuta una prueba de usuario.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1501829 "listTestSuites"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista las suites de testeo habilitadas en el sistema.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1501957 "saveTestSuite"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Hace el ABM de una suite de testeo

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1502085 "listTests"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Muestra el listado de los tests cargados en el sistema

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1503237 "detailTest"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Muestra un detalle de un test determinado.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1502213 "saveTest"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Hace el ABM de un Test

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1510789 "listTestsResults"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los resultados de los tests de subida y descarga

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1511045 "listPingsResults"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los resultados de los pings

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1511173 "listResultReports"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los resultados de los pings

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1534853 "saveOpciones"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Hace el ABM de un Test

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1542021 "wsVerificarUsuario"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Muestra el listado de los tests cargados en el sistema

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1486469 "install"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los equipos del sistema.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1542789 "listLogs"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los registros del log de transacciones
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1542917 "listMessageGroups"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "//TODO Completar
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1543429 "saveMessageGroup"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Hace el ABM de un grupo de mensajes

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1543045 "listMessageLog"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "//TODO Completar
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1543557 "saveMessageLog"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Hace el ABM de //TODO: Completar

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1543173 "listMessageType"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "//TODO Completar
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1543685 "saveMessageType"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Hace el ABM de //TODO: Completar

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1543301 "listSystems"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "//TODO Completar
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1543813 "saveSystem"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Hace el ABM de //TODO: Completar

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1560069 "listEjecutor"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los resultados de los tests de subida y descarga

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1560197 "saveEjecutor"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Hace el ABM de //TODO: Completar

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable la pgina a visualizar."
      end

      operation 1560709 "listProcesosLog"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los logs de procesos.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1560837 "listDetallesProcesoLog"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los logs de procesos.

@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 1580677 "showReporteSemanal"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 2
	  param inout name "context" type class_ref 417029 // ApplicationContext
	  param in name "ajax" explicit_type "bool"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}, ${p1}${v1}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los equipos del sistema.
@param ApplicationContext $context el contexto de la aplicacin
@param boolean $ajax indica si el llamado es para pgina completa o para ser devuelto en background

@return Renderable La pgina a mostrar encapsulada en un Renderable."
      end

      operation 2253317 "simpleTestChooseSwitch"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 1
	  param inout name "context" type class_ref 417029 // ApplicationContext
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Abre una pantalla en la que el usuario selecciona el tipo de switch sobre el cual se va a realizar la prueba

@param ApplicationContext $context el contexto de la aplicación

@return Renderable la página a visualizar."
      end

      operation 2269829 "simpleTestParams"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 1
	  param inout name "context" type class_ref 417029 // ApplicationContext
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Muestra la pantalla donde se carga información de puertos y velocidad sobre el switch previamente seleccionado.

@param ApplicationContext $context el contexto de la aplicación

@return Renderable la página a visualizar."
      end

      operation 2269957 "simpleTestRun"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 1
	  param inout name "context" type class_ref 417029 // ApplicationContext
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Ejecuta la prueba con los parámetros configurados

@param ApplicationContext $context el contexto de la aplicación

@return Renderable la página a visualizar."
      end

      operation 2270085 "listSimpleTests"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 1
	  param inout name "context" type class_ref 417029 // ApplicationContext
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Lista los tests realizados

@param ApplicationContext $context el contexto de la aplicación

@return Renderable la página a visualizar."
      end

      operation 2270213 "simpleTestShowResults"
	preserve_cpp_body_indent public return_type class_ref 410117 // Renderable
	nparams 1
	  param inout name "context" type class_ref 417029 // ApplicationContext
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Muestra los resultados de un test

@param ApplicationContext $context el contexto de la aplicación

@return Renderable la página a visualizar."
      end
    end

    class 742917 "Plantilla"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method Plantilla setOid()
@method string getOid()
@method Plantilla setOidDescripcion()
@method string getOidDescripcion()
@method Plantilla setTipoPerfil()
@method int getTipoPerfil()
@method Plantilla setMinimo()
@method float getMinimo()
@method Plantilla setMaximo()
@method float getMaximo()
@method Plantilla setIdeal()
@method string getIdeal()
@method Plantilla setPuerto()
@method string getPuerto()
@method Plantilla setDescripcionSNMP()
@method string getDescripcionSNMP()
@method Plantilla setArgumento()
@method int getArgumento()
@method Plantilla setModelo()
@method Modelo getModelo()
@method Plantilla setDisabled()
@method boolean getDisabled()
@method Plantilla setAccionCorrectiva()
@method boolean getAccionCorrectiva()
@method Plantilla setMostrarValor()
@method boolean getMostrarValor()
"
      classrelation 1016069 // <generalisation>
	relation 1001989 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1016069 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      classrelation 1024261 // modelo (<unidirectional association>)
	relation 1010181 --->
	  a role_name "modelo" multiplicity "1" protected
	    comment "@var Modelo el tipo o modelo del equipo al cual pertenece la plantilla"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1024261 // modelo (<unidirectional association>)
	  b parent class_ref 750085 // Modelo
      end

      attribute 981381 "oid"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string un identificador de objeto"
      end

      attribute 981637 "oidDescripcion"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la descripcin del objeto OID que se est analizando."
      end

      attribute 981509 "tipoPerfil"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int identifica cmo se deben tomar los valores lmites: 1=Rango entre minimo y maximo. 2=Debe coincidir con el valor ideal."
      end

      attribute 981765 "minimo"
	protected explicit_type "float"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var float el valor mnimo para el valor del objeto OID"
      end

      attribute 981893 "maximo"
	protected explicit_type "float"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var float el valor mximo para el valor del objeto OID"
      end

      attribute 982021 "ideal"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el valor que se espera encontrar en el objeto OID"
      end

      attribute 982149 "puerto"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la interfaz en la que se realiza el chequeo"
      end

      attribute 997253 "descripcionSNMP"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la descripcion SNMP?? del OID??"
      end

      attribute 997381 "argumento"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int un valor usado internamente por el script de Mariano"
      end

      attribute 1030917 "disabled"
	protected explicit_type "bool"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var boolean indica si la plantilla está deshabilitada"
      end

      attribute 1044229 "accionCorrectiva"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string es un mensaje que, en caso de no no pasar la prueba de la plantilla, será exhibido al usuario."
      end

      attribute 1073413 "mostrarValor"
	protected explicit_type "bool"
	init_value "false"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var boolean indica si en los resultados el valor se muestra o no"
      end

      operation 1469061 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end

      operation 1518085 "delete"
	preserve_cpp_body_indent public explicit_return_type "bool"
	nparams 0
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Borra físicamente un objeto de la base. Al borrarse el objeto adems se ponen a null los campos de las entidades relacionadas que lo referenciaban y se eliminan los registros de las tablas relacin M:N

@return boolean un booleando TRUE si la operacin fue concretada con xito o FALSE sino."
      end
    end

    class 749573 "HistoricoUltimaMilla"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method HistoricoUltimaMilla setFecha()
@method DateTime getFecha()
@method HistoricoUltimaMilla setIdCliente()
@method int getIdCliente()
@method HistoricoUltimaMilla setCliente()
@method string getCliente()
@method HistoricoUltimaMilla setSuscripcion()
@method string getSuscripcion()
@method HistoricoUltimaMilla setResultado()
@method string getResultado()
@method HistoricoUltimaMilla setOk()
@method string getOk()
@method HistoricoUltimaMilla setHostname()
@method string getHostname()
@method HistoricoUltimaMilla setIp()
@method string getIp()
@method HistoricoUltimaMilla setModeloStr()
@method string getModeloStr()
@method HistoricoUltimaMilla setPuerto()
@method string getPuerto()
@method HistoricoUltimaMilla setExtra()
@method string getExtra()
@method HistoricoUltimaMilla setIpNodo()
@method string getIpNodo()
@method HistoricoUltimaMilla setVlan()
@method string getVlan()
@method HistoricoUltimaMilla setVelocidad()
@method float getVelocidad()

"
      classrelation 1022981 // <generalisation>
	relation 1008901 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1022981 // <generalisation>
	  b parent class_ref 749701 // Historico
      end

      classrelation 1023877 // servicio (<unidirectional association>)
	relation 1009797 --->
	  a role_name "servicio" multiplicity "0..1" protected
	    comment "@var Servicio el servicio relacionado al chequeo"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1023877 // servicio (<unidirectional association>)
	  b parent class_ref 749957 // Servicio
      end

      attribute 989957 "hostname"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nombre del host sobre el cual se realiz la prueba"
      end

      attribute 990085 "ip"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la IP del host sobre el que se realiz la prueba"
      end

      classrelation 1024005 // modelo (<unidirectional association>)
	relation 1009925 --->
	  a role_name "modelo" multiplicity "0..1" protected
	    comment "@var Modelo una referencia al modelo del equipo"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1024005 // modelo (<unidirectional association>)
	  b parent class_ref 750085 // Modelo
      end

      attribute 990725 "modeloStr"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el modelo hasta tanto no se establezca la relacin que debera ir."
      end

      attribute 1031045 "puerto"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el puerto o interfaz en la que se realizó la prueba"
      end

      attribute 1031173 "extra"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string datos adicionales de la salida del script"
      end

      attribute 1080197 "ipNodo"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la IP del switch layer 3? o del distribuidor de la cuadra contra el que se conecta el cliente"
      end

      attribute 1079941 "vlan"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la VLAN detectada o que ingresó el operador al ejecutar la prueba"
      end

      attribute 1080069 "velocidad"
	protected explicit_type "float"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var float la velocidad contra la que se quiere comparar el servicio."
      end

      attribute 1086853 "usuario"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nombre de usuario de la persona que ejecutó el test."
      end

      operation 1468933 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 749701 "Historico"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      classrelation 1023109 // <generalisation>
	relation 1009029 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1023109 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 988805 "fecha"
	protected explicit_type "DateTime"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var DateTime la fecha del test"
      end

      attribute 988933 "idCliente"
	protected explicit_type "Int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int el nmero de cliente"
      end

      attribute 989061 "cliente"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nombre del cliente"
      end

      attribute 989189 "suscripcion"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el cdigo de suscripcin del cliente"
      end

      attribute 989317 "resultado"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string un XML con el texto de los resultados de los tests"
      end

      attribute 989445 "ok"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string una cadena que dice SI o NO"
      end

      operation 1468677 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 749829 "HistoricoVelocidad"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      classrelation 1022853 // <generalisation>
	relation 1008773 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1022853 // <generalisation>
	  b parent class_ref 749701 // Historico
      end

      attribute 989573 "usuario"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nombre de usuario de ??"
      end

      attribute 989701 "visibilidad"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string una cadena que dice SI o NO"
      end

      operation 1468805 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 749957 "Servicio"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method string getDescripcion()
@method Servicio setDescripcion()
@method string getInterface()
@method Servicio setInterface()
@method int getVelocidad()
@method Servicio setVelocidad()
@method string getIp()
@method Servicio setIp()
@method boolean getDisabled()
@method Servicio setDisabled()
@method int getTestTime()
@method Servicio setTestTime()
@method DateTime getLastTest()
@method Servicio setLastTest()
@method Servicio setTestSuite()
@method TestSuite getTestSuite()
@method Servicio setUmbral()
@method float getUmbral()"
      classrelation 1023749 // <generalisation>
	relation 1009669 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1023749 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 990213 "descripcion"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la descripcin o nombre del servicio"
      end

      attribute 1004421 "interface"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la interfaz virtual en la que se debera probar el servicio"
      end

      attribute 1022085 "velocidad"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int la velocidad para la cual fue configurda la interfaz"
      end

      attribute 1022213 "ip"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la IP de la interfaz de prueba que emula el servicio"
      end

      attribute 1022341 "disabled"
	protected explicit_type "bool"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var boolean indica si el servicio est deshabilitado"
      end

      attribute 1022469 "testTime"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int indica la cantidad de minutos tras los cuales se desea que se haga un testeo"
      end

      attribute 1022597 "lastTest"
	protected explicit_type "DateTime"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var DateTime la ltima vez que se ejecut un testeo del servicio"
      end

      classrelation 1053317 // testSuite (<unidirectional association>)
	relation 1038597 --->
	  a role_name "testSuite" multiplicity "1" protected
	    comment "@var TestSuite la suite de testeo que corresponde al servicio"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1053317 // testSuite (<unidirectional association>)
	  b parent class_ref 765061 // TestSuite
      end

      attribute 1037701 "umbral"
	protected explicit_type "float"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var float un valor que sirve de mínima en las mediciones de velocidad. Cualquier cosa por debajo de éste valor es considerado bajo."
      end

      operation 1469189 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 750085 "Modelo"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method string getDescripcion()
@method Modelo setDescripcion()
@method string getMarca()
@method Modelo setMarca()
@method string getModelo()
@method Modelo setModelo()
@method Modelo setNomenclador()
@method string getNomenclador()
@method Modelo setDisabled()
@method boolean getDisabled()"
      attribute 990341 "descripcion"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nombre o cdigo de modelo del aparato"
      end

      classrelation 1024133 // <generalisation>
	relation 1010053 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1024133 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 990469 "marca"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la marca del equipo"
      end

      attribute 990597 "modelo"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el modelo del equipo"
      end

      attribute 1030661 "nomenclador"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string Un string de alguna manera concensuado y que ayuda a identificar el modelo en las respuestas de algunos web services."
      end

      attribute 1030789 "disabled"
	protected explicit_type "bool"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var boolean indica si el modelo fue dado de baja"
      end

      operation 1499269 "delete"
	preserve_cpp_body_indent public explicit_return_type "bool"
	nparams 0
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Borra fsicamente un objeto de la base. Al borrarse el objeto adems se ponen a null los campos de las entidades relacionadas que lo referenciaban y se eliminan los registros de las tablas relacin M:N

@return boolean un booleando TRUE si la operacin fue concretada con xito o FALSE sino."
      end

      operation 1469317 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 757253 "Suscripcion"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method Suscripcion setNroCliente()
@method string getNroCliente()
@method Suscripcion setRazonSocial()
@method string getRazonSocial()
@method Suscripcion setTipoSuscripcion()
@method int getTipoSuscripcion()
"
      classrelation 1032197 // <generalisation>
	relation 1018117 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1032197 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 1003909 "nroCliente"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nmero de cliente de tenfold o el nombre de usuario si no es un cliente"
      end

      attribute 1004037 "razonSocial"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nombre o la razn social de la empresa"
      end

      attribute 1004165 "tipoSuscripcion"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int un identificador que determina el tipo de \"suscripcin\" (ahora el nombre queda mal, debera ser \"Habilitacin\"). 1=Cliente, 2=Operador, 3=Implementador."
      end

      operation 1487749 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 764549 "Puerto"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method Puerto setModelo()
@method int getModelo()
@method Puerto setDescription()
@method string getDescription()
@method Puerto setValue()
@method string getValue()
"
      attribute 1011461 "modelo"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int El codigo del modelo"
      end

      attribute 1011589 "description"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la descripcion de la interface"
      end

      attribute 1011717 "value"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var xdxd"
      end

      operation 1499525 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end

      classrelation 1041029 // <generalisation>
	relation 1026949 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1041029 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end
    end

    class 765061 "TestSuite"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method TestSuite setTitle()
@method string getTitle()
@method TestSuite setDisabled()
@method boolean getDisabled()
@method TestSuite addTest()
@method TestSuite delTest()
@method ORMCollection getTests()"
      classrelation 1042053 // <generalisation>
	relation 1027973 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1042053 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 1012997 "title"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el ttulo de la suite"
      end

      attribute 1013125 "disabled"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int un flag que indica si la suite est o no habilitada (0=enabled, 1=disabled)"
      end

      classrelation 1042565 // tests (<association>)
	relation 1028485 ----
	  a role_name "tests" multiplicity "*" protected
	    comment "@var ORMCollection la lista de tests de la suite"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1042565 // tests (<association>)
	  b role_name "testSuite" multiplicity "1" protected
	    comment "@var TestSuite la suite a la que pertenece el test"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1044485 // testSuite (<association>)
      end

      operation 1501445 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 765189 "Test"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method Test setLegend()
@method string getLegend()
@method Test setSize()
@method int getSize()
@method Test setLink()
@method string getLink()
@method Test setDisabled()
@method boolean getDisabled()
@method Test setTestSuite()
@method TestSuite getTestSuite()
@method Test setTestType()
@method TestType getTestType()
@method ORMCollection getPings()
@method ORMCollection getResults()
"
      classrelation 1042181 // <generalisation>
	relation 1028101 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1042181 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      classrelation 1042437 // testType (<unidirectional association>)
	relation 1028357 --->
	  a role_name "testType" multiplicity "1" protected
	    comment "@var TestType el tipo de testeo que representa el test"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1042437 // testType (<unidirectional association>)
	  b parent class_ref 765317 // TestType
      end

      attribute 1012101 "legend"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el texto a mostrar del test"
      end

      attribute 1012229 "size"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int el tamao en bytes del archivo"
      end

      attribute 1012357 "link"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el link a descargar o subir"
      end

      attribute 1012869 "disabled"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int un flag que indica si el registro est habilitado (0) o inactivo (1)"
      end

      classrelation 1044485 // testSuite (<association>)
	relation_ref 1028485 // <association>
      end

      attribute 1023749 "order"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int el número de orden del test dentro de la suite"
      end

      classrelation 1073925 // <association>
	relation_ref 1029253 // <association>
      end

      classrelation 1074053 // <association>
	relation_ref 1029765 // <association>
      end

      operation 1501573 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 765317 "TestType"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method TestType setDescription()
@method string getDescription()
"
      classrelation 1042309 // <generalisation>
	relation 1028229 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1042309 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 1011973 "description"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string una descripcin del tipo de test que se desea ejecutar"
      end

      operation 1501701 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 765701 "PingTest"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method PingTest setMs()
@method PingTest setMin()
@method PingTest setAvg()
@method PingTest setMax()
@method PingTest setJitter1()
@method PingTest setJitter2()
@method PingTest setCommand()
@method PingTest setPacketsSend()
@method PingTest setPacketsLoss()
@method PingTest setTest()
@method PingTest setTestSession()
@method long getMs()
@method float getMin()
@method float getAvg()
@method float getMax()
@method float getJitter1()
@method float getJitter2()
@method string getCommand()
@method int getPacketsSend()
@method int getPacketsLoss()
@method Test getTest()
@method TestSession getTestSession()
"
      attribute 1023493 "ms"
	protected explicit_type "long"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var long el tiempo en milisegundos que tardó la prueba"
      end

      attribute 1013253 "min"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int el tiempo minimo en ms"
      end

      attribute 1013381 "avg"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int el tiempo promedio en ms"
      end

      attribute 1013509 "max"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int el tiempo mximo en ms"
      end

      attribute 1013637 "jitter1"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int la diferencia entre avg - min"
      end

      attribute 1013765 "jitter2"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int diferencia entre max - avg"
      end

      attribute 1013893 "command"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el comando de ping ejecutado"
      end

      classrelation 1043333 // test (<association>)
	relation 1029253 ----
	  a role_name "test" multiplicity "1" protected
	    comment "@var Test el test para el cual se ejecut el comando"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1043333 // test (<association>)
	  b role_name "pings" multiplicity "*" protected
	    comment "@var ORMCollection una lista de los resultados de pings que dio este test"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1073925 // <association>
      end

      classrelation 1043589 // <generalisation>
	relation 1029381 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1043589 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 1015301 "packetsSend"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int cantidad de paquetes enviados"
      end

      attribute 1015173 "packetsLoss"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int la cantidad de paquetes perdidos"
      end

      classrelation 1052293 // testSession (<association>)
	relation 1037829 ----
	  a role_name "testSession" multiplicity "1" protected
	    comment "@var TestSession la sesin en la que se ejecut el ping"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1052293 // testSession (<association>)
	  b role_name "pings" multiplicity "*" protected
	    comment "@var ORMCollection la lista de pings que se realizaron en la sesin"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1052677 // pings (<association>)
      end

      operation 1502853 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 765829 "TestResult"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method TestResult setMs()
@method TestResult setMax()
@method TestResult setAvg()
@method TestResult setMin()
@method TestResult setTest()
@method TestResult setTestSession()
@method TestResult setTestType()
@method long getMs()
@method Test getTest()
@method float getMax()
@method float getAvg()
@method float getMin()
@method Test getTest()
@method TestSession getTestSession()
@method TestType getTestType()
"
      attribute 1014021 "ms"
	protected explicit_type "long"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@vat long el tiempo en milisegundos que tardó la prueba"
      end

      attribute 1014277 "max"
	protected explicit_type "float"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var float la mxima velocidad alcanzada"
      end

      attribute 1014405 "avg"
	protected explicit_type "float"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var float la velocidad calculada promedio"
      end

      attribute 1014533 "min"
	protected explicit_type "float"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var float la velocidad mnima de transferencia"
      end

      classrelation 1043973 // testType (<unidirectional association>)
	relation 1029637 --->
	  a role_name "testType" multiplicity "1" protected
	    comment "@var TestType el tipo de testeo. Ntese que en este caso solo pueden ir upload o download, dado que form es algo que se usa en el Test para indicar que tiene 2 resultados."
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1043973 // testType (<unidirectional association>)
	  b parent class_ref 765317 // TestType
      end

      classrelation 1044101 // test (<association>)
	relation 1029765 ----
	  a role_name "test" multiplicity "1" protected
	    comment "@var Test el test que origin los resultados"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1044101 // test (<association>)
	  b role_name "results" multiplicity "*" protected
	    comment "@var ORMCollection la lista de resultados de ejecutar este test"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1074053 // <association>
      end

      classrelation 1052421 // testSession (<association>)
	relation 1037957 ----
	  a role_name "testSession" multiplicity "1" protected
	    comment "@var TestSession la sesin en la que se ejecut el test"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1052421 // testSession (<association>)
	  b role_name "tests" multiplicity "*" protected
	    comment "@var ORMCollection la lista de test que se ejecutaron en la sesin"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1052805 // tests (<association>)
      end

      operation 1502981 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end

      classrelation 1053061 // <generalisation>
	relation 1038341 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1053061 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end
    end

    class 772869 "TestRequest"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method DateTime getRequestedTime()
@method TestRequest setRequestedTime()
@method Servicio getServicio()
@method TestRequest setServicio()"
      classrelation 1052037 // <generalisation>
	relation 1037573 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1052037 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 1022725 "requestedTime"
	protected explicit_type "DateTime"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var DateTime el momento en el que se gener el pedido"
      end

      classrelation 1052165 // servicio (<unidirectional association>)
	relation 1037701 --->
	  a role_name "servicio" multiplicity "1" protected
	    comment "@var Servicio el servicio para el cual se gener el pedido de test"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1052165 // servicio (<unidirectional association>)
	  b parent class_ref 749957 // Servicio
      end

      operation 1510661 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 772997 "TestSession"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method TestSession setStart()
@method TestSession setEnd()
@method TestSession setIp()
@method TestSession setSuscription()
@method TestSession setExecutedByServer()
@method TestSession setTestSuite()
@method TestSession setServicio()
@method DateTime getStart()
@method DateTime getEnd()
@method string getIp()
@method string getSuscription()
@method boolean getExecutedByServer()
@method TestSuite getTestSuite()
@method Servicio getServicio()
"
      attribute 1023109 "start"
	protected explicit_type "DateTime"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var DateTime el momento de inicio"
      end

      attribute 1023237 "end"
	protected explicit_type "DateTime"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var DateTime el momento en que se dio por terminada la prueba"
      end

      attribute 1014789 "ip"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la IP desde la cual se inici la prueba"
      end

      attribute 1014661 "suscription"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la suscripcin del cliente para la cual se realiz la prueba"
      end

      classrelation 1052549 // testSuite (<unidirectional association>)
	relation 1038085 --->
	  a role_name "testSuite" multiplicity "1" protected
	    comment "@var TestSuite la suite de testeo que se prob"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1052549 // testSuite (<unidirectional association>)
	  b parent class_ref 765061 // TestSuite
      end

      attribute 1023365 "executedByServer"
	protected explicit_type "bool"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var boolean un flag que indica si el test fue ejecutado por la prueba de servidor o no"
      end

      classrelation 1052677 // pings (<association>)
	relation_ref 1037829 // <association>
      end

      classrelation 1052805 // tests (<association>)
	relation_ref 1037957 // <association>
      end

      classrelation 1059845 // servicio (<unidirectional association>)
	relation 1045125 --->
	  a role_name "servicio" multiplicity "1" protected
	    comment "@var Servicio el servicio para el cual se requiere la prueba"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1059845 // servicio (<unidirectional association>)
	  b parent class_ref 749957 // Servicio
      end

      operation 1510917 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end

      classrelation 1053189 // <generalisation>
	relation 1038469 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1053189 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end
    end

    class 779909 "Opcion"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method Opcion setOpcion()
@method string getOpcion()
@method Opcion setValor()
@method string getValor()
"
      attribute 1045637 "opcion"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nombre de la opción"
      end

      attribute 1045765 "valor"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el valor de la opción"
      end

      operation 1534469 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end

      classrelation 1067013 // <generalisation>
	relation 1052293 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1067013 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end
    end

    class 794245 "FlashTmp"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "@method FlashTmp setToken()
@method string getToken()
@method FlashTmp setSuscripcion()
@method string getSuscripcion()
@method FlashTmp setIp()
@method string getIp()
@method FlashTmp setFecha()
@method DateTime getFecha()
@method FlashTmp setServicio()
@method Servicio getServicio()

"
      classrelation 1084165 // <generalisation>
	relation 1069061 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1084165 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 1059461 "token"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string un token que se genera con la fecha y un nro. aleatorio"
      end

      attribute 1059589 "suscripcion"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nro de suscripción"
      end

      classrelation 1084293 // servicio (<unidirectional association>)
	relation 1069189 --->
	  a role_name "servicio" multiplicity "1" protected
	    comment "@var Servicio el servicio para el cual se solicitó la prueba"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1084293 // servicio (<unidirectional association>)
	  b parent class_ref 749957 // Servicio
      end

      attribute 1059717 "ip"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la IP del cliente que solicitó la prueba"
      end

      attribute 1059845 "fecha"
	protected explicit_type "DateTime"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var DateTime la fecha en que se solicitó la prueba"
      end

      operation 1553029 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 800773 "Ejecutor"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 1066373 "descripcion"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string descripcion del proceso que guarda el log"
      end

      classrelation 1090949 // <association>
	relation_ref 1075717 // <association>
      end

      classrelation 1091717 // <generalisation>
	relation 1076229 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1091717 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      operation 1559557 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 800901 "Proceso"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 1066501 "fecha"
	protected explicit_type "DateTime"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var DateTime la fecha en que se ejecuto el proceso"
      end

      classrelation 1090821 // ejecutor (<association>)
	relation 1075717 ----
	  a role_name "ejecutor" multiplicity "1" protected
	    comment "@var Ejecutor el que ejecuto el proceso"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1090821 // ejecutor (<association>)
	  b role_name "procesos" multiplicity "*" protected
	    comment "@var ORMCollection los procesos ejecutados"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1090949 // <association>
      end

      classrelation 1091077 // logs (<association>)
	relation 1075845 ----
	  a role_name "logs" protected
	    comment "@var ORMCollection una lista de logs generados por el proceso"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1091077 // logs (<association>)
	  b role_name "proceso" multiplicity "*" protected
	    comment "@var ORMCollection el proceso que le dio origen. Esto se conserva en una tabla que permite asignarle más de un valor pero es en razon que no se podia modificar."
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1092741 // <association>
      end

      classrelation 1091333 // <association>
	relation_ref 1075973 // <association>
      end

      classrelation 1091589 // <association>
	relation_ref 1076101 // <association>
      end

      classrelation 1091973 // <generalisation>
	relation 1076485 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1091973 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      operation 1559685 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 801029 "ProcesoSuscripcion"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 1066629 "suscripcion"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el numero de suscripcion"
      end

      classrelation 1091205 // proceso (<association>)
	relation 1075973 ----
	  a role_name "proceso" multiplicity "1" protected
	    comment "@var Proceso la cabecera del conjunto de logs"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1091205 // proceso (<association>)
	  b role_name "suscripcion" multiplicity "0..1" protected
	    comment "@var ProcesoSuscripcion una referencia a la suscripcion que invoco al ejecutor?"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1091333 // <association>
      end

      classrelation 1091845 // <generalisation>
	relation 1076357 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1091845 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      operation 1559813 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 801157 "ProcesoIP"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 1066757 "ip"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la IP desde la que se invoco al ejecutor"
      end

      classrelation 1091461 // proceso (<association>)
	relation 1076101 ----
	  a role_name "proceso" multiplicity "1" protected
	    comment "@var Proceso una referencia a la cabecera del lote de logs"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1091461 // proceso (<association>)
	  b role_name "ip" multiplicity "0..1" protected
	    comment "@var ProcesoIP una referencia a la IP que invoco al ejecutor"
	    php "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	    classrelation_ref 1091589 // <association>
      end

      classrelation 1092101 // <generalisation>
	relation 1076613 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1092101 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      operation 1559941 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 807813 "SoapClient"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
    end

    class 807941 "AutotestingSoapClient"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      classrelation 1099525 // <generalisation>
	relation 1083909 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1099525 // <generalisation>
	  b parent class_ref 807813 // SoapClient
      end
    end

    class 814469 "ReporteSemanal"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      classrelation 1106309 // <generalisation>
	relation 1090693 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1106309 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 1086981 "usuario"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el nombre del usuario que ejecutó el test"
      end

      attribute 1087109 "anio"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int el año de la prueba"
      end

      attribute 1087237 "semana"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int el número de semana desde el inicio del año"
      end

      attribute 1087365 "ejecuciones"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int el número de ejecuciones de prueba que se realizaron"
      end

      attribute 1094277 "exitos"
	protected explicit_type "int"
	init_value "0"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int la cantidad de tests registrados como completamente exitosos"
      end

      attribute 1094405 "fallos"
	protected explicit_type "int"
	init_value "0"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int la cantidad de tests cuyo resultado fue fallido o al menos no completamente válido (por ejemplo si el tráfico ICMP estaba bloqueado)"
      end

      operation 1580805 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definicin predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definicin
@return ORMDefinition la definicin default"
      end
    end

    class 1171461 "SimpleTest"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      classrelation 1625349 // <generalisation>
	relation 1582853 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 1625349 // <generalisation>
	  b parent class_ref 141317 // ORMObject
      end

      attribute 1642501 "usuario"
	protected type class_ref 396165 // User
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var User el usuario que ejecutó la prueba"
      end

      attribute 1649029 "inicio"
	protected explicit_type "DateTime"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var DateTime la fecha y hora de inicio de la prueba"
      end

      attribute 1649157 "fin"
	protected explicit_type "DateTime"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var DateTime la fecha y hora de fin de la prueba o null si la misma está en progreso (o fue cancelada)"
      end

      attribute 1649669 "modelo"
	protected type class_ref 750085 // Modelo
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var Modelo el modelo del equipo a probar"
      end

      attribute 1649285 "ip"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la dirección IP a probar"
      end

      attribute 1649413 "interface"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string la interface a probar"
      end

      attribute 1649541 "velocidad"
	protected explicit_type "int"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var int la velocidad esperada de la interface a probar"
      end

      attribute 1649797 "resultado"
	protected explicit_type "string"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
	comment "@var string el resultado de la prueba tal como vino del web service"
      end

      operation 2276869 "define"
	class_operation preserve_cpp_body_indent public return_type class_ref 236293 // ORMDefinition
	nparams 1
	  param inout name "orm" type class_ref 167685 // ORM
	    defaultvalue "null"
	
	preserve_java_body_indent 
	preserve_php_body_indent php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${p0}${v0}${)}
{
  ${body}}
"
	preserve_python_body_indent 
	
	comment "Retorna un objeto de definición predeterminado al cual hay que agregarle los mapeos pertinentes.
@param iplan\\orm\\ORM $orm el manejador de objetos para el cual se registra la definición
@return ORMDefinition la definición default"
      end
    end
  end

  deploymentview 258821 "Autotesing Deploy Data"
    //deployment diagram settings
    package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default
    draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
    ncouples 1
    key "uses" value "require_once \"iplan/orm/ORMDefinition.php\";"
    artifact 620805 "Servicio"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 749957 // Servicio
      end
    end

    artifact 621061 "Plantilla"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 742917 // Plantilla
      end
    end

    artifact 621189 "HistoricoUltimaMilla"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 749573 // HistoricoUltimaMilla
      end
    end

    artifact 621317 "Historico"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 749701 // Historico
      end
    end

    artifact 621445 "HistoricoVelocidad"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 749829 // HistoricoVelocidad
      end
    end

    artifact 628613 "Modelo"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 750085 // Modelo
      end
    end

    artifact 635397 "Suscripcion"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 757253 // Suscripcion
      end
    end

    artifact 643077 "Puerto"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 764549 // Puerto
      end
    end

    artifact 643589 "TestSuite"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 765061 // TestSuite
      end
    end

    artifact 643717 "Test"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 765189 // Test
      end
    end

    artifact 643845 "TestType"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 765317 // TestType
      end
    end

    artifact 644229 "PingTest"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 765701 // PingTest
      end
    end

    artifact 644357 "TestResult"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 765829 // TestResult
      end
    end

    artifact 651781 "TestRequest"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 772869 // TestRequest
      end
    end

    artifact 651909 "TestSession"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 772997 // TestSession
      end
    end

    artifact 658949 "Opcion"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 779909 // Opcion
      end
    end

    artifact 665605 "System"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 786693 // System
      end
    end

    artifact 665733 "MessageType"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 786821 // MessageType
      end
    end

    artifact 665861 "MessageLog"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 786949 // MessageLog
      end
    end

    artifact 665989 "MessageGroup"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 787077 // MessageGroup
      end
    end

    artifact 666117 "Log"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 787205 // Log
      end
    end

    artifact 673157 "FlashTmp"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 794245 // FlashTmp
      end
    end

    artifact 679685 "Ejecutor"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 800773 // Ejecutor
      end
    end

    artifact 679813 "Proceso"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 800901 // Proceso
      end
    end

    artifact 679941 "ProcesoSuscripcion"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 801029 // ProcesoSuscripcion
      end
    end

    artifact 680069 "ProcesoIP"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 801157 // ProcesoIP
      end
    end

    artifact 686725 "ReporteSemanal"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 814469 // ReporteSemanal
      end
    end
  end

  deploymentview 265477 "Autotesting Deploy"
    //deployment diagram settings
    package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default
    draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
    ncouples 1
    key "uses" value ""
    artifact 620933 "AutotestingManager"
      stereotype "source"
      php_src "<?php
${require_once}
@{uses}

/**
* Author: @{author}
* ${description}
*/
${definition}
?>"
      associated_classes
	class_ref 636037 // AutotestingManager
      end
    end
  end
end
