} else if (bo instanceof Gateway) {
return new MoveGatewayFeature(this);
} else if (bo instanceof Event) {
return new MoveEventFeature(this);
} else if (bo instanceof Lane) {
return new MoveLaneFeature(this);
}
return super.getMoveShapeFeature(context);