C# 클래스 BioBrick, Hero.Coli

상속: DNABit
파일 보기 프로젝트 열기: CyberCRI/Hero.Coli 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_name string
_size int
_type Type

공개 메소드들

메소드 설명
BioBrick ( Type type ) : System
Equals ( System obj ) : bool
copy ( ) : BioBrick,
getInternalName ( ) : string
getName ( ) : string
getSize ( ) : int
getType ( ) : Type
setName ( string name ) : void
setSize ( int size ) : void

메소드 상세

BioBrick() 공개 메소드

public BioBrick ( Type type ) : System
type Type
리턴 System

Equals() 공개 메소드

public Equals ( System obj ) : bool
obj System
리턴 bool

copy() 공개 추상적인 메소드

public abstract copy ( ) : BioBrick,
리턴 BioBrick,

getInternalName() 공개 메소드

public getInternalName ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getSize() 공개 메소드

public getSize ( ) : int
리턴 int

getType() 공개 메소드

public getType ( ) : Type
리턴 Type

setName() 공개 메소드

public setName ( string name ) : void
name string
리턴 void

setSize() 공개 메소드

public setSize ( int size ) : void
size int
리턴 void

프로퍼티 상세

_name 보호되어 있는 프로퍼티

protected string _name
리턴 string

_size 보호되어 있는 프로퍼티

protected int _size
리턴 int

_type 보호되어 있는 프로퍼티

protected Type _type
리턴 Type