Interface ModelModificationPhaseFactory
-
public interface ModelModificationPhaseFactoryFactory for creatingModelModificationPhaseinstances with a given context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelModificationPhasecreate(ModelModificationContext context)Creates aModelModificationPhasewith will work with the given context.
-
-
-
Method Detail
-
create
ModelModificationPhase create(ModelModificationContext context)
Creates aModelModificationPhasewith will work with the given context.- Parameters:
context- all necessary information for aModelModificationPhase. Must never benull- Returns:
- the created phase. Will never be
null
-
-