Description: A print function is needed to support the two print mode, please use the simple factory pattern and factory method pattern respectively, achieve the function of a restaurant there are three main meals, please use the abstract factory pattern to achieve the main meal to create
To Search:
File list (Check if you may need any files):
实验二\Client\build\classes\Client.class
......\......\.....\.......\Print.class
......\......\.....\.......\SimpleFactory.class
......\......\build.xml
......\......\manifest.mf
......\......\nbproject\build-impl.xml
......\......\.........\genfiles.properties
......\......\.........\private\private.properties
......\......\.........\.......\private.xml
......\......\.........\project.properties
......\......\.........\project.xml
......\......\src\Client.java
......\......\...\Print.java
......\......\...\SimpleFactory.java
......\......Factory\build\classes\ClientFactory.class
......\.............\.....\.......\CycleAFactory.class
......\.............\.....\.......\PrintMethod.class
......\.............\.....\.......\StarFactory.class
......\.............\build.xml
......\.............\manifest.mf
......\.............\nbproject\build-impl.xml
......\.............\.........\genfiles.properties
......\.............\.........\private\private.properties
......\.............\.........\.......\private.xml
......\.............\.........\project.properties
......\.............\.........\project.xml
......\.............\src\ClientFactory.java
......\.............\...\CycleAFactory.java
......\.............\...\PrintMethod.java
......\.............\...\StarFactory.java
......\EeatClient\build\classes\EeatClient.class
......\..........\.....\.......\FoodFactory.class
......\..........\.....\.......\RestaurantFactory.class
......\..........\.....\.......\TablewareFactory.class
......\..........\build.xml
......\..........\manifest.mf
......\..........\nbproject\build-impl.xml
......\..........\.........\genfiles.properties
......\..........\.........\private\private.properties
......\..........\.........\project.properties
......\..........\.........\project.xml
......\..........\src\EeatClient.java
......\..........\...\FoodFactory.java
......\..........\...\RestaurantFactory.java
......\..........\...\TablewareFactory.java
......\实验二.ppt
......\Client\build\classes
......\......\nbproject\private
......\......Factory\build\classes
......\.............\nbproject\private
......\EeatClient\build\classes
......\..........\nbproject\private
......\Client\build
......\......\nbproject
......\......\src
......\......\test
......\......Factory\build
......\.............\nbproject
......\.............\src
......\.............\test
......\EeatClient\build
......\..........\nbproject
......\..........\src
......\..........\test
......\Client
......\ClientFactory
......\EeatClient
实验二