C# Class Cream.CourseAssignment.CourseNetwork

Inheritance: Network
显示文件 Open project: kikoanis/CSharpCream Class Usage Examples

Public Methods

Method Description
Clone ( ) : Object

Returns a Copy of this network. The new network has the same structure as the original network.

CourseNetwork ( ) : System

Protected Methods

Method Description
Add ( Professor pc ) : Professor

Adds a profCourse to this network. If the profCourse is already in the nework, this invocation has no effect.

Method Details

Add() protected method

Adds a profCourse to this network. If the profCourse is already in the nework, this invocation has no effect.
protected Add ( Professor pc ) : Professor
pc Professor the profCourse to be added ///
return Professor

Clone() public method

Returns a Copy of this network. The new network has the same structure as the original network.
public Clone ( ) : Object
return Object

CourseNetwork() public method

public CourseNetwork ( ) : System
return System