113114115116117118119120
return new DeleteConnectionFeature(this); } else if ((obj instanceof Output) || (obj instanceof Input)) { //don't allow delete return null; } else { return new DefaultDispelDeleteFeature(this); } }