1 package org.omg.uml.behavioralelements.statemachines;2 3 public interface TimeEvent extends org.omg.uml.behavioralelements.statemachines.Event {4 public org.omg.uml.foundation.datatypes.TimeExpression getWhen();5 public void setWhen(org.omg.uml.foundation.datatypes.TimeExpression newValue);6 }7