1 package org.omg.uml.foundation.core;2 3 public interface ASourceFlowSource extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.foundation.core.Flow sourceFlow, org.omg.uml.foundation.core.ModelElement source);5 public java.util.Collection getSourceFlow(org.omg.uml.foundation.core.ModelElement source);6 public java.util.Collection getSource(org.omg.uml.foundation.core.Flow sourceFlow);7 public boolean add(org.omg.uml.foundation.core.Flow sourceFlow, org.omg.uml.foundation.core.ModelElement source);8 public boolean remove(org.omg.uml.foundation.core.Flow sourceFlow, org.omg.uml.foundation.core.ModelElement source);9 }10