return intoDiagram || intoLane || intoParticipant;
}
@Override
public Object[] create(ICreateContext context) {
Artifact artifact = null;
try {
ModelHandler handler = ModelHandler.getInstance(getDiagram());
artifact = createArtifact(context);
handler.addArtifact(FeatureSupport.getTargetParticipant(context, handler), artifact);
} catch (IOException e) {