Home > src > BN_pol_rec > Hsand > updateDBN.m

updateDBN

PURPOSE ^

0503-RS-Updates time dependent values

SYNOPSIS ^

function [soft_ev_elem] = updateDBN(soft_ev_elem, plan_rec_struct)

DESCRIPTION ^

0503-RS-Updates time dependent values

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 
0002 function [soft_ev_elem] = updateDBN(soft_ev_elem, plan_rec_struct)
0003 %0503-RS-Updates time dependent values
0004 
0005 load namesOfNodes;
0006 
0007 soft_ev_elem{Prev_Discovered} = plan_rec_struct{1}.Discovered;
0008 soft_ev_elem{Prev_PolicyCompany} = plan_rec_struct{1}.CmpPol;
0009 soft_ev_elem{Prev_PolicyPlatoon1} = plan_rec_struct{2}.PltPol;
0010 soft_ev_elem{Prev_PolicyPlatoon2} = plan_rec_struct{3}.PltPol; 
0011 soft_ev_elem{Prev_PolicyPlatoon3} = plan_rec_struct{4}.PltPol;
0012 soft_ev_elem{Prev_Formation21} = plan_rec_struct{1}.CmpFor;      
0013 soft_ev_elem;
0014

Generated on Wed 16-Mar-2005 09:17:47 by m2html © 2003