Package cdc.args
Class AutoFactory<T>
java.lang.Object
cdc.args.AbstractFactory<T>
cdc.args.AutoFactory<T>
- All Implemented Interfaces:
Factory<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Tcreate(Args args, FormalArgs fargs) Creates an object.Methods inherited from class cdc.args.AbstractFactory
create, getCreationFormalArgsList, getMeta, getObjectClass, toString
-
Constructor Details
-
AutoFactory
-
-
Method Details
-
create
Description copied from class:AbstractFactoryCreates an object.This is the creation method that must be implemented.
- Specified by:
createin classAbstractFactory<T>- Parameters:
args- The effective arguments.fargs- The formal arguments that match the effective ones.- Returns:
- The create object.
-