1 package org.omg.uml.behavioralelements.activitygraphs;2 3 public interface AContentsPartition extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.foundation.core.ModelElement contents, org.omg.uml.behavioralelements.activitygraphs.Partition partition);5 public java.util.Collection getContents(org.omg.uml.behavioralelements.activitygraphs.Partition partition);6 public java.util.Collection getPartition(org.omg.uml.foundation.core.ModelElement contents);7 public boolean add(org.omg.uml.foundation.core.ModelElement contents, org.omg.uml.behavioralelements.activitygraphs.Partition partition);8 public boolean remove(org.omg.uml.foundation.core.ModelElement contents, org.omg.uml.behavioralelements.activitygraphs.Partition partition);9 }10