|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectFactory<T>
An ObjectFactory is capable of constructing concrete run-time
instances of a certain Class.
| Method Summary | |
|---|---|
java.lang.Class<T> |
getType()
Return the Class of the objects being constructed by this factory. |
T |
make()
Create a new run-time instance of the type this factory is responsible for. |
T |
make(HGHandle[] targetSet)
Create a new run-time HGLink instance of the type this factory is
responsible for. |
| Method Detail |
|---|
java.lang.Class<T> getType()
Return the Class of the objects being constructed by this factory.
T make()
Create a new run-time instance of the type this factory is responsible for.
T make(HGHandle[] targetSet)
Create a new run-time HGLink instance of the type this factory is
responsible for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||