KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.uml.behavioralelements.activitygraphs;
2
3 public interface ATypeObjectFlowState extends javax.jmi.reflect.RefAssociation {
4     public boolean exists(org.omg.uml.foundation.core.Classifier type, org.omg.uml.behavioralelements.activitygraphs.ObjectFlowState objectFlowState);
5     public org.omg.uml.foundation.core.Classifier getType(org.omg.uml.behavioralelements.activitygraphs.ObjectFlowState objectFlowState);
6     public java.util.Collection JavaDoc getObjectFlowState(org.omg.uml.foundation.core.Classifier type);
7     public boolean add(org.omg.uml.foundation.core.Classifier type, org.omg.uml.behavioralelements.activitygraphs.ObjectFlowState objectFlowState);
8     public boolean remove(org.omg.uml.foundation.core.Classifier type, org.omg.uml.behavioralelements.activitygraphs.ObjectFlowState objectFlowState);
9 }
10
Popular Tags