class PolicyInstr

Container for terms instructions. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

A policy instruction is a list of term instructions.

 PolicyInstr (const string& name, vector<TermInstr*>* terms)

PolicyInstr

Parameters:

namename of the policy.
termsterms of the policy. Caller must not delete terms.
 ~PolicyInstr ()

~PolicyInstr

vector<TermInstr*>&  terms ()

terms

Returns: terms of this policy. Caller must not delete terms.

const string&  name ()

name

Returns: name of the policy.


Generated by: pavlin on possum.icir.org on Wed Apr 13 21:53:13 2005, using kdoc $.