1 package org.omg.uml.behavioralelements.statemachines;2 3 public interface AState1Entry extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.behavioralelements.statemachines.State state1, org.omg.uml.behavioralelements.commonbehavior.Action entry);5 public org.omg.uml.behavioralelements.statemachines.State getState1(org.omg.uml.behavioralelements.commonbehavior.Action entry);6 public org.omg.uml.behavioralelements.commonbehavior.Action getEntry(org.omg.uml.behavioralelements.statemachines.State state1);7 public boolean add(org.omg.uml.behavioralelements.statemachines.State state1, org.omg.uml.behavioralelements.commonbehavior.Action entry);8 public boolean remove(org.omg.uml.behavioralelements.statemachines.State state1, org.omg.uml.behavioralelements.commonbehavior.Action entry);9 }10