1 package org.omg.uml.behavioralelements.activitygraphs;2 3 public interface ActivityGraph extends org.omg.uml.behavioralelements.statemachines.StateMachine {4 public java.util.Collection getPartition();5 }6