Siena Fast Forwarding documentation (v. 1.0.0)

Main Page   Class Hierarchy   Compound List   File List   Compound Members   Examples  

Selectivity Class Reference

List of all members.

Public Methods

 Selectivity (const char *n, ifid_t i, Selectivity *prev)

Public Attributes

const char * name
ibitvector exclude
Selectivity * prev
Selectivity * next

Detailed Description

a selectivity descriptor

associates a selectivity to a given attribute/constraint name. The selectivity associated with a name is given by a set of interfaces that can not be matched by a message unless that attribute is present in the message.


Constructor & Destructor Documentation

Selectivity::Selectivity const char *    n,
ifid_t    i,
Selectivity *    prev
[inline]
 

creates a selectivity item with the given name, excluding the given interface and connecting it to the given previous element in the selectivity table.


Member Data Documentation

ibitvector Selectivity::exclude
 

set of interfaces excluded by the absence of this attribute *

const char* Selectivity::name
 

constraint/attribute name *

Selectivity* Selectivity::next
 

pointer to the next element in the selectivity table.

Points to an element with less or equal selectivity

Selectivity* Selectivity::prev
 

pointer to the previous element in the selectivity table.

Points to an element with greater or equal selectivity


The documentation for this class was generated from the following file:
Copyright © 2001-2002 University of Colorado.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". This documentation is authored and maintained by Antonio Carzaniga