C# 클래스 Cream.CourseAssignment.CourseNetwork

상속: Network
파일 보기 프로젝트 열기: kikoanis/CSharpCream 1 사용 예제들

공개 메소드들

메소드 설명
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