Interface ApogeeExportStructure
-
- All Known Implementing Classes:
AbstractApogeeStructure,ApogeeContainerStructure,ApogeeDefaultStructure,ApogeeFullStructure,ApogeeSingleProgramStructure
public interface ApogeeExportStructure
Apogee export implementation interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckProgram(Program program, ApogeeExportReport report)Check if the program structure is matchingvoidcreateProgram(Program program, ApogeeExportReport report)Create a program in Apogee
-
-
-
Method Detail
-
checkProgram
void checkProgram(Program program, ApogeeExportReport report)
Check if the program structure is matching- Parameters:
program- the programreport- the Apogee export report
-
createProgram
void createProgram(Program program, ApogeeExportReport report)
Create a program in Apogee- Parameters:
program- the program to exportreport- the Apogee export report
-
-