|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelFactory
A Model Factory is used to create models in a layer of a deduced application.
Method Summary | |
---|---|
PropertyCollection<?,?> |
createModel(PropertyCollection<?,?> type)
Create Model. |
PropertyCollection<?,?> |
createModel(PropertyCollection<?,?> type,
boolean activated)
allows the creation of property collections that are activated or not. |
Method Detail |
---|
PropertyCollection<?,?> createModel(PropertyCollection<?,?> type) throws ModelCreationFailedException
ModelCreationFailedException
if the creation fails.
type
- the type of model to create
ModelCreationFailedException
- if the creation fails.PropertyCollection<?,?> createModel(PropertyCollection<?,?> type, boolean activated) throws ModelCreationFailedException
ModelCreationFailedException
if the
creation fails.
type
- type of collection to createactivated
- is activated or not
ModelCreationFailedException
- if the creation fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |