|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.biomage.Interface
Interface HasMismatchInformation

- public interface HasMismatchInformation
| Nested Class Summary | |
static class |
HasMismatchInformation.MismatchInformation_list
Inner list class for holding multiple entries for attribute mismatchInformation. |
| Method Summary | |
void |
addToMismatchInformation(int position,
org.biomage.DesignElement.MismatchInformation mismatchInformation)
Method to add MismatchInformation at position to MismatchInformation_list |
void |
addToMismatchInformation(org.biomage.DesignElement.MismatchInformation mismatchInformation)
Method to add MismatchInformation to MismatchInformation_list |
org.biomage.DesignElement.MismatchInformation |
getFromMismatchInformation(int position)
Method to get MismatchInformation from MismatchInformation_list |
HasMismatchInformation.MismatchInformation_list |
getMismatchInformation()
Get method for mismatchInformation |
void |
removeElementAtFromMismatchInformation(int position)
Method to remove by position from MismatchInformation_list |
void |
removeFromMismatchInformation(org.biomage.DesignElement.MismatchInformation mismatchInformation)
Method to remove first MismatchInformation from MismatchInformation_list |
void |
setMismatchInformation(HasMismatchInformation.MismatchInformation_list mismatchInformation)
Set method for mismatchInformation |
| Method Detail |
setMismatchInformation
public void setMismatchInformation(HasMismatchInformation.MismatchInformation_list mismatchInformation)
- Set method for mismatchInformation
getMismatchInformation
public HasMismatchInformation.MismatchInformation_list getMismatchInformation()
- Get method for mismatchInformation
addToMismatchInformation
public void addToMismatchInformation(org.biomage.DesignElement.MismatchInformation mismatchInformation)
- Method to add MismatchInformation to MismatchInformation_list
addToMismatchInformation
public void addToMismatchInformation(int position,
org.biomage.DesignElement.MismatchInformation mismatchInformation)
- Method to add MismatchInformation at position to
MismatchInformation_list
getFromMismatchInformation
public org.biomage.DesignElement.MismatchInformation getFromMismatchInformation(int position)
- Method to get MismatchInformation from MismatchInformation_list
removeElementAtFromMismatchInformation
public void removeElementAtFromMismatchInformation(int position)
- Method to remove by position from MismatchInformation_list
removeFromMismatchInformation
public void removeFromMismatchInformation(org.biomage.DesignElement.MismatchInformation mismatchInformation)
- Method to remove first MismatchInformation from
MismatchInformation_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC