Institut de Robòtica i Informàtica Industrial

empty

PURPOSE ^

Checks if a policy is empty.

SYNOPSIS ^

function e=empty(P)

DESCRIPTION ^

   Checks if a policy is empty.

   Returns true if a Policy object is empty.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

SOURCE CODE ^

0001 function e=empty(P)
0002 %   Checks if a policy is empty.
0003 %
0004 %   Returns true if a Policy object is empty.
0005 
0006   e=(P.n==0);


Institut de Robòtica i Informàtica Industrial

Generated on Wed 05-Aug-2009 15:05:21 by m2html © 2003