C# Class BioBrick, Hero.Coli

Inheritance: DNABit
Show file Open project: CyberCRI/Hero.Coli Class Usage Examples

Protected Properties

Property Type Description
_name string
_size int
_type Type

Public Methods

Method Description
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

Method Details

BioBrick() public method

public BioBrick ( Type type ) : System
type Type
return System

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

copy() public abstract method

public abstract copy ( ) : BioBrick,
return BioBrick,

getInternalName() public method

public getInternalName ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getSize() public method

public getSize ( ) : int
return int

getType() public method

public getType ( ) : Type
return Type

setName() public method

public setName ( string name ) : void
name string
return void

setSize() public method

public setSize ( int size ) : void
size int
return void

Property Details

_name protected property

protected string _name
return string

_size protected property

protected int _size
return int

_type protected property

protected Type _type
return Type