Simias::Storage::CollisionList Class Reference

Represents Node object collisions or file conflicts in the Collection Store. More...

List of all members.

Public Member Functions

 CollisionList ()
 Constructor for creating a new object.
 CollisionList (XmlDocument document)
 Constructor for creating a new object from a string representation.
void Add (Collision collision)
 Adds a collision of the specified type to the collision list.
void Delete (Collision collision)
 Deletes the specified collision from the list.
void Modify (Collision collision)
 Modifies the existing collision if there is one, otherwise adds the specified collision to the list.
IEnumerator GetEnumerator ()
 Gets an enumerator for all of the Collision objects belonging to this collection.

Properties

XmlDocument Document [get]
 Gets the XML document that contains the collision list.


Detailed Description

Represents Node object collisions or file conflicts in the Collection Store.


Constructor & Destructor Documentation

Simias::Storage::CollisionList::CollisionList (  )  [inline]

Constructor for creating a new object.

Simias::Storage::CollisionList::CollisionList ( XmlDocument  document  )  [inline]

Constructor for creating a new object from a string representation.

Parameters:
document Xml document that contains the collision list.


Member Function Documentation

void Simias::Storage::CollisionList::Add ( Collision  collision  )  [inline]

Adds a collision of the specified type to the collision list.

Parameters:
collision Collision object to add.

void Simias::Storage::CollisionList::Delete ( Collision  collision  )  [inline]

Deletes the specified collision from the list.

Parameters:
collision Collision object to delete.

void Simias::Storage::CollisionList::Modify ( Collision  collision  )  [inline]

Modifies the existing collision if there is one, otherwise adds the specified collision to the list.

Parameters:
collision Collection object add.

IEnumerator Simias::Storage::CollisionList::GetEnumerator (  )  [inline]

Gets an enumerator for all of the Collision objects belonging to this collection.

Returns:
An IEnumerator object.


Property Documentation

XmlDocument Simias::Storage::CollisionList::Document [get]

Gets the XML document that contains the collision list.


The documentation for this class was generated from the following file:

Generated on Wed Apr 8 14:53:30 2009 for simias by  doxygen 1.5.6