1 package org.omg.uml.behavioralelements.activitygraphs;2 3 public interface AParameterState extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.foundation.core.Parameter parameter, org.omg.uml.behavioralelements.activitygraphs.ObjectFlowState state);5 public java.util.Collection getParameter(org.omg.uml.behavioralelements.activitygraphs.ObjectFlowState state);6 public java.util.Collection getState(org.omg.uml.foundation.core.Parameter parameter);7 public boolean add(org.omg.uml.foundation.core.Parameter parameter, org.omg.uml.behavioralelements.activitygraphs.ObjectFlowState state);8 public boolean remove(org.omg.uml.foundation.core.Parameter parameter, org.omg.uml.behavioralelements.activitygraphs.ObjectFlowState state);9 }10