inheritance tree
MotifMixin
class definition
class MotifMixin (Inheritance-free)
feat !MotifType
attr database motifIdentity motifVariation
- getDB(X)
Returns an instance of class Database.
- getMotifDescriptionDB(X)
Returns the motif database (a list).
- getMotifIdentity(X)
- getMotifIdentityParameter(X)
- getMotifVariation(X)
- getMotifVariationDB(X)
Returns the constaint database (a list of binary procedures).
- getMotifVariationParameter(X)
- initMotifMixin(database:DB motifIdentity:MI motifVariation:MV)
motifIdentity and motifVariation are parameter values (FD ints), database is an instance of the class Database (see above).
If the database argument is left unset during the initialisation, you must specify it later using the method getDB.
end