Class RunApp
java.lang.Object
RunApp
public class RunApp
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static DataCenter
dataCenter
static PAL
palAlgorithm
static PAM
pamAlgorithm
-
Constructor Summary
Constructors Constructor Description RunApp()
-
Method Summary
Modifier and Type Method Description static void
comparePAMandPAL()
static void
displayPAL()
static void
displayPAM()
static void
main(java.lang.String[] args)
static void
mainDescription()
static int
mainMenu()
-
Field Details
-
Constructor Details
-
RunApp
public RunApp()
-
-
Method Details
-
mainDescription
public static void mainDescription() -
mainMenu
public static int mainMenu() throws java.io.IOException- Throws:
java.io.IOException
-
displayPAL
public static void displayPAL() -
displayPAM
public static void displayPAM() throws java.io.IOException- Throws:
java.io.IOException
-
comparePAMandPAL
public static void comparePAMandPAL() throws java.io.IOException- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.io.IOException- Throws:
java.io.IOException
-