1 package org.omg.uml.behavioralelements.activitygraphs;2 3 public interface CallState extends org.omg.uml.behavioralelements.activitygraphs.ActionState {4 }5