nonBlockingArcs Class Reference
[Index sets]

Index sets representing non-blocking arcs. More...

#include <abstractMixedGraph.h>

Inheritance diagram for nonBlockingArcs:

indexSet< TArc > managedObject goblinRootObject

Public Member Functions

 nonBlockingArcs (const abstractMixedGraph &_G) throw ()
 ~nonBlockingArcs () throw ()
unsigned long Size () const throw ()
bool IsMember (const TArc i) const throw (ERRange)

Detailed Description

Index sets representing non-blocking arcs.


Constructor & Destructor Documentation

nonBlockingArcs const abstractMixedGraph _G  )  throw ()
 

~nonBlockingArcs  )  throw ()
 


Member Function Documentation

bool IsMember const TArc  i  )  const throw (ERRange) [virtual]
 

Test for indet set membership.

Parameters:
i An index to test for indet set membership
Return values:
true The indexed element is contained by this set

Implements indexSet< TArc >.

unsigned long Size  )  const throw () [virtual]
 

Implements indexSet< TArc >.