Package org.jacop.jasat.utils
Interface Factory<E>
-
public interface Factory<E>
a factory for type E- Version:
- 4.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
newInstance()
method to call to get a new instance of the type E
-
-
-
Method Detail
-
newInstance
E newInstance()
method to call to get a new instance of the type E- Returns:
- a new instance of E
-
-