class TermInstr

Container of instructions. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

A term is an atomic policy unit which may be executed.

 TermInstr (const string& name, vector<Instruction*>* instr)

TermInstr

Parameters:

nameterm name.
instrlist of instructions of this term. Caller must not delete.
 ~TermInstr ()

~TermInstr

Instruction**  instructions ()

instructions

Returns: the instructions of this term. Caller must not delete.

const string&  name ()

name

Returns: name of the term

int  instrc ()

instrc


Generated by: pavlin on possum.icir.org on Wed Aug 2 15:36:29 2006, using kdoc $.