Revision 1840 sqs-reader/src/main/java/net/sqs2/omr/master/FormMaster.java
| FormMaster.java (revision 1840) | ||
|---|---|---|
| 86 | 86 |
return this.formAreaListByQID.get(qid); |
| 87 | 87 |
} |
| 88 | 88 |
|
| 89 |
public ArrayList<FormArea> getFormAreaList(int columnIndex) {
|
|
| 90 |
return this.formAreaListByQID.get(this.qidList.get(columnIndex)); |
|
| 89 |
public ArrayList<FormArea> getFormAreaList(int questionIndex) {
|
|
| 90 |
return this.formAreaListByQID.get(this.qidList.get(questionIndex)); |
|
| 91 | 91 |
} |
| 92 | 92 |
|
| 93 | 93 |
public Set<String> getQIDSet() {
|
Also available in: Unified diff

SourceEditor2.0(2010/08/18)
