super(fp, "Expanded Sub-Choreography", "A compound activity that can contain other activities");
}
@Override
protected SubChoreography createFlowElement(ICreateContext context) {
SubChoreography subChoreography = ModelHandler.FACTORY.createSubChoreography();
subChoreography.setName("Sub-Choreography");
subChoreography.setLoopType(ChoreographyLoopType.NONE);
return subChoreography;
}