C# Class Cream.CourseAssignment.CourseNetwork

Inheritance: Network
Afficher le fichier Open project: kikoanis/CSharpCream Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Object

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

CourseNetwork ( ) : System

Méthodes protégées

Méthode 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 méthode

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 ///
Résultat Professor

Clone() public méthode

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

CourseNetwork() public méthode

public CourseNetwork ( ) : System
Résultat System