public override BaseElement Clone() { IntermediateCatchEvent clone = new IntermediateCatchEvent(); clone.SetValues(this); return(clone); }
public void SetValues(IntermediateCatchEvent otherEvent) { base.SetValues(otherEvent); }