PLANIFICACIÓN DE LA ENTREVISTA
Enviado por Mikki • 5 de Marzo de 2018 • 842 Palabras (4 Páginas) • 290 Visitas
...
[pic 9]
- TODAS LAS REGLAS
Rule R1
If capacidad:estado #= capacidad_suficiente;
Then capacidad:peso1 = 0.5;
Rule R2
If capacidad:estado #= capacidad_limitada;
Then capacidad:peso1 = 0;
Rule R3
If capacidad:estado #= capacidad_excesiva;
Then capacidad:peso1 = 0.25;
Rule R4
If calidad_prod:estado #= esperada;
Then calidad_prod:peso1 = 0.5;
Rule R5
If calidad_prod:estado #= deficiente;
Then calidad_prod:peso1 = 0;
Rule R6
If tecnologia:estado #= "equipos actualizados con renovación constante";
Then tecnologia:peso1 = 1;
Rule R7
If tecnologia:estado #= "equipos con renovación periódica";
Then tecnologia:peso1 = 0.5;
Rule R8
If tecnologia:estado #= "equipos tradicionales";
Then tecnologia:peso1 = 0;
Rule R11
If capacitacion:estado #= constante;
Then capacitacion:peso1 = 0.5;
Rule R12
If capacitacion:estado #= periodica;
Then capacitacion:peso1 = 0.25;
Rule R13
If capacitacion:estado #= raras_veces;
Then capacitacion:peso1 = 0.1;
Rule R14
If capacitacion:estado #= no_existe;
Then capacitacion:peso1 = 0;
Rule R15
If organizacion:liderazgo #= directivo_guia_personal;
Then organizacion:peso1 = 0.5;
Rule R16
If organizacion:liderazgo #= directivo_autoritario;
Then organizacion:peso1 = 0;
Rule R17
If inv_desarrollo:estado #= "existe y su trabajo es constante";
Then inv_desarrollo:peso1 = 1;
Rule R18
If inv_desarrollo:estado #= "existe pero su trabajo es deficiente";
Then inv_desarrollo:peso1 = 0.5;
Rule R19
If inv_desarrollo:estado #= "no existe";
Then inv_desarrollo:peso1 = 0;
Rule R21
If costos:cantidad #= "disminucion_del_10%_a_mas";
Then costos:peso1 = 1;
Rule R 22
If costos:cantidad #= "disminucion_inferior_al_10%";
Then costos:peso1 = 0.8;
Rule R23
If costos:cantidad #= sin_variacion;
Then costos:peso1 = 0.5;
Rule R24
If costos:cantidad #= "incremento_inferior_al_10%";
Then costos:peso1 = 0.1;
Rule R25
If costos:cantidad #= "incremento_mayor_al_10%";
Then costos:peso1 = 0;
Rule R26
If ventas:cantidad #= "incremento_mayor_al_25%";
Then ventas:peso1 = 1;
Rule R27
If ventas:cantidad #= "incremento_entre_10-25%";
Then ventas:peso1 = 0.8;
Rule R28
If ventas:cantidad #= "incremento_inferior_al_10%";
Then ventas:peso1 = 0.5;
Rule R29
If ventas:cantidad #= no_hubo_variacion;
Then ventas:peso1 = 0.3;
Rule R30
If ventas:cantidad #= disminucion;
Then ventas:peso1 = 0;
- DISEÑO DE PANTALLA[pic 10]
[pic 11]
[pic 12]
[pic 13]
[pic 14]
- TODAS LAS FUNCIONES
FUNCTION : S1S3
{
HideWindow( Session1 );
ShowWindow( Session3 );
MaximizeWindow( Session3 );
};
FUNCTION : S1S4
{
HideWindow( Session1 );
...