|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ComplexSequenceType.java Created: Tue Feb 29 11:25:27 2000
Method Summary | |
Modification[] |
getModifications()
Gets all of the Modifications which are allowable in this sequence type. |
boolean |
isAllowableElement(ComplexElement elem)
Is this given element allowable in this sequence type. |
boolean |
isModification(Modification mod)
Is this modification one which is allowable in this sequence type. |
boolean |
isModification(Modification[] mod)
Are these modifications allowable in this sequence type. |
Methods inherited from interface uk.ac.man.bioinf.sequence.SequenceType |
getElementForInt, getElements, getIntForElement, getName, isElement, isElement, isElement, isElement, size |
Method Detail |
public Modification[] getModifications()
public boolean isModification(Modification mod)
mod
- the modification
public boolean isModification(Modification[] mod)
mod
- the modifications
public boolean isAllowableElement(ComplexElement elem)
elem
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |