Interface TransformModel
- 
- All Known Implementing Classes:
 ActivitiEnd,ActivitiFork,ActivitiJoin,ActivitiTask
public interface TransformModel 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(BaseWorkflowModel model)voidtransform(TransformContext ctx) 
 - 
 
- 
- 
Method Detail
- 
transform
void transform(TransformContext ctx)
 
- 
matches
boolean matches(BaseWorkflowModel model)
 
 - 
 
 -