Method | Description | |
---|---|---|
ExpressionModule ( ExpressionModule, m ) : System.Collections.Generic | ||
ExpressionModule ( LinkedList |
||
ExpressionModule ( string name, LinkedList |
||
ToString ( ) : string | ||
getBioBricks ( ) : LinkedList |
||
getInternalName ( ) : string | ||
getSize ( ) : int | ||
hasSameBricks ( ExpressionModule, module ) : bool | ||
isBioBricksSequenceValid ( LinkedList |
||
isValid ( ) : bool |
Method | Description | |
---|---|---|
checkGene ( BioBrick, b ) : bool | ||
checkOperon ( LinkedList |
||
checkPromoter ( BioBrick, b ) : bool | ||
checkRBS ( BioBrick, b ) : bool | ||
checkRBSGene ( LinkedList |
||
checkTerminator ( BioBrick, b ) : bool | ||
generateInternalName ( ) : string | ||
generateInternalName ( LinkedList |
||
generateInternalNameFromBricks ( LinkedList |
public ExpressionModule ( ExpressionModule, m ) : System.Collections.Generic | ||
m | ExpressionModule, | |
return | System.Collections.Generic |
public ExpressionModule ( LinkedList |
||
bricks | LinkedList |
|
return | System.Collections.Generic |
public ExpressionModule ( string name, LinkedList |
||
name | string | |
bricks | LinkedList |
|
return | System.Collections.Generic |
public hasSameBricks ( ExpressionModule, module ) : bool | ||
module | ExpressionModule, | |
return | bool |
public static isBioBricksSequenceValid ( LinkedList |
||
bioBricksToCheck | LinkedList |
|
return | bool |