C# Класс Cream.CourseAssignment.CourseNetwork

Наследование: Network
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : Object

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

CourseNetwork ( ) : System

Защищенные методы

Метод Описание
Add ( Professor pc ) : Professor

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

Описание методов

Add() защищенный Метод

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 ///
Результат Professor

Clone() публичный Метод

Returns a Copy of this network. The new network has the same structure as the original network.
public Clone ( ) : Object
Результат Object

CourseNetwork() публичный Метод

public CourseNetwork ( ) : System
Результат System