|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface which defines all methods and their input and output parameters used for transporting necessary Datadef structures based on XML definition files inside gui and export modules.
Method Summary | |
TCFilter[] |
getAllFilters()
Returns List containing instances of TCFilter representing all supported filters. |
TCQdisc[] |
getAllQdiscs()
Returns List containing instances of TCQdisc representing all supported qdiscs. |
TCFilter |
getFilter(String name)
Returns TCFilter instance representing filter with tc name 'name' from all supported filters. |
TCFilter |
getFilterAt(int index)
Returns TCFilter instance representing filter at position 'index' in the list of all supported filters. |
int |
getFilterCount()
Returns number of supported filters. |
TCQdisc |
getQdisc(String name)
Returns TCQdisc instance representing qdisc with tc name 'name' from all supported qdiscs. |
TCQdisc |
getQdiscAt(int index)
Returns TCQdisc instance representing qdisc at position 'index' in the list of all supported qdiscs. |
int |
getQdiscCount()
Returns number of supported qdiscs. |
Method Detail |
public TCQdisc[] getAllQdiscs()
public TCQdisc getQdiscAt(int index)
index
- index in the list of supported qdiscs
public int getQdiscCount()
public TCQdisc getQdisc(String name)
name
- tc name of qdisc to return
public TCFilter[] getAllFilters()
public TCFilter getFilterAt(int index)
index
- index in the list of supported filters
public int getFilterCount()
public TCFilter getFilter(String name)
name
- tc name of filter to return
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |