1 package org.omg.uml.behavioralelements.statemachines;2 3 public interface SignalEvent extends org.omg.uml.behavioralelements.statemachines.Event {4 public org.omg.uml.behavioralelements.commonbehavior.Signal getSignal();5 public void setSignal(org.omg.uml.behavioralelements.commonbehavior.Signal newValue);6 }7