|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttinytl.TTLProgram
public class TTLProgram
| Field Summary | |
|---|---|
private TTLTemplate |
main
|
private java.util.ArrayList<TTLPattern> |
patts
Fields |
| Constructor Summary | |
|---|---|
TTLProgram()
Creates a new instance of TTLProgram. |
|
| Method Summary | |
|---|---|
TTLTemplate |
getMain()
Get main-template |
java.util.ArrayList |
getPatts()
Get PatternList patts |
protected void |
setMain(TTLTemplate a)
Set main-template |
protected void |
setPatts(java.util.ArrayList<TTLPattern> a)
Set PatternList patts |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.ArrayList<TTLPattern> patts
private TTLTemplate main
| Constructor Detail |
|---|
public TTLProgram()
| Method Detail |
|---|
protected void setPatts(java.util.ArrayList<TTLPattern> a)
a - new PatternListpublic java.util.ArrayList getPatts()
protected void setMain(TTLTemplate a)
a - new main-templatepublic TTLTemplate getMain()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||