1 package org.omg.uml.behavioralelements.statemachines;2 3 public interface ASubmachineStateSubmachine extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.behavioralelements.statemachines.SubmachineState submachineState, org.omg.uml.behavioralelements.statemachines.StateMachine submachine);5 public java.util.Collection getSubmachineState(org.omg.uml.behavioralelements.statemachines.StateMachine submachine);6 public org.omg.uml.behavioralelements.statemachines.StateMachine getSubmachine(org.omg.uml.behavioralelements.statemachines.SubmachineState submachineState);7 public boolean add(org.omg.uml.behavioralelements.statemachines.SubmachineState submachineState, org.omg.uml.behavioralelements.statemachines.StateMachine submachine);8 public boolean remove(org.omg.uml.behavioralelements.statemachines.SubmachineState submachineState, org.omg.uml.behavioralelements.statemachines.StateMachine submachine);9 }10