1 package org.omg.uml.foundation.core;2 3 public interface ATargetFlowTarget extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.foundation.core.Flow targetFlow, org.omg.uml.foundation.core.ModelElement target);5 public java.util.Collection getTargetFlow(org.omg.uml.foundation.core.ModelElement target);6 public java.util.Collection getTarget(org.omg.uml.foundation.core.Flow targetFlow);7 public boolean add(org.omg.uml.foundation.core.Flow targetFlow, org.omg.uml.foundation.core.ModelElement target);8 public boolean remove(org.omg.uml.foundation.core.Flow targetFlow, org.omg.uml.foundation.core.ModelElement target);9 }10