Using TopCoder
STATUS KEY :
Specification
Design and Architecture
Development and Testing
Complete
-
Overview
A collection that provides relational operations and constraint enforcement.
-
Functionality
This component consists of data structures which represent tuples and relations. It also includes a relationally complete set of operations for manipulating those data structures.
This component could be used in a data abstraction layer to contain data returned from SQL queries and to perform operations on that data. In essence, this may be the returned type from a DAO layer. -
Technologies
.NET, C#Availability
Version 1.0
Adobe Acrobat is required to view TopCoder Software specification documentation.
-
Class Diagram
Hashed Relation
Relations
Operations
Constraints
Tuples
-
Component Specification
Component Specification
-
Javadocs
XML Documentation
-
Requirements Specification
Requirements Specification
-
Sequence Diagram
Load Configuration
Validate Tuple Constraints
Modify Relation Tuple
Join Operation
Add Or Remove Tuple
Product Operation
Projection Operation
Check UNIQUE Constraint
Union, Difference, And Intersection Operations
Restriction Operation
-
Use Case Diagram
Relational Operations
Tuple And Relation Types
Managing Relation Data
