KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > behavioralelements > activitygraphs > AContentsPartition


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 JavaDoc getContents(org.omg.uml.behavioralelements.activitygraphs.Partition partition);
6     public java.util.Collection JavaDoc 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
Popular Tags