cosi::Factory Class Reference

#include <Factory.h>

List of all members.

Public Member Functions

 Factory ()
virtual ~Factory ()
void AllocateNetwork (string pType)
void SetNetworkName (string pName)
void AddVertex (Vertex pV)
void AddVertex (Vertex pV, string pName)
void AddEdge (Edge pE)
void AddEdge (Edge pE, string pName)
void SetLabelMapEntry (string pMapName, Vertex pV, list< string > pString, list< int > pInt, list< double > pDouble)
void SetLabelMapEntry (string pMapName, Edge pE, list< string > pString, list< int > pInt, list< double > pDouble)
IdGraphGetNetwork ()

Private Attributes

IdGraphmNetwork


Constructor & Destructor Documentation

cosi::Factory::Factory (  ) 

cosi::Factory::~Factory (  )  [virtual]


Member Function Documentation

void cosi::Factory::AllocateNetwork ( string  pType  ) 

void cosi::Factory::SetNetworkName ( string  pName  ) 

void cosi::Factory::AddVertex ( Vertex  pV  ) 

void cosi::Factory::AddVertex ( Vertex  pV,
string  pName 
)

void cosi::Factory::AddEdge ( Edge  pE  ) 

void cosi::Factory::AddEdge ( Edge  pE,
string  pName 
)

void cosi::Factory::SetLabelMapEntry ( string  pMapName,
Vertex  pV,
list< string >  pString,
list< int >  pInt,
list< double >  pDouble 
)

void cosi::Factory::SetLabelMapEntry ( string  pMapName,
Edge  pE,
list< string >  pString,
list< int >  pInt,
list< double >  pDouble 
)

IdGraph * cosi::Factory::GetNetwork (  ) 


Member Data Documentation


The documentation for this class was generated from the following files:
Generated on Sun Sep 7 18:37:46 2008 for COSI by  doxygen 1.5.4
Contact 
©2002-2018 U.C. Regents