|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransformation.datatransformationlibrary.model.Transformer
public class Transformer
Transformer references to a Program class and also contains info about the software where the program is located.
| Constructor Summary | |
|---|---|
Transformer()
|
|
| Method Summary | |
|---|---|
protected void |
fromDOM(Element transformer)
|
ArrayList<Parameter> |
getGlobalProgramParams()
Returns the global program parameters. |
String |
getProgramClass()
Returns the class of the program. |
ArrayList<SoftwarePackage> |
getSoftwarePackages()
Returns the software packages of the program. |
void |
setGlobalProgramParams(ArrayList<Parameter> programParams)
Sets the global program parameters. |
void |
setProgramClass(String programClass)
Sets the class of the program. |
void |
setSoftwarePackages(ArrayList<SoftwarePackage> softwarePackages)
Sets the software packages of the program. |
protected void |
toDOM(Element tp)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Transformer()
| Method Detail |
|---|
public ArrayList<SoftwarePackage> getSoftwarePackages()
public void setSoftwarePackages(ArrayList<SoftwarePackage> softwarePackages)
softwarePackages - the software packages of the program.public String getProgramClass()
public void setProgramClass(String programClass)
programClass - the class of the program.public ArrayList<Parameter> getGlobalProgramParams()
public void setGlobalProgramParams(ArrayList<Parameter> programParams)
programParams - the global program parameters.
protected void fromDOM(Element transformer)
throws Exception
Exceptionprotected void toDOM(Element tp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||