KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.uml.behavioralelements.activitygraphs;
2
3 public interface ActivityGraphsPackage extends javax.jmi.reflect.RefPackage {
4     public org.omg.uml.behavioralelements.activitygraphs.ActivityGraphClass getActivityGraph();
5     public org.omg.uml.behavioralelements.activitygraphs.PartitionClass getPartition();
6     public org.omg.uml.foundation.core.CorePackage getCore();
7     public org.omg.uml.behavioralelements.activitygraphs.SubactivityStateClass getSubactivityState();
8     public org.omg.uml.foundation.datatypes.DataTypesPackage getDataTypes();
9     public org.omg.uml.behavioralelements.activitygraphs.ActionStateClass getActionState();
10     public org.omg.uml.behavioralelements.activitygraphs.CallStateClass getCallState();
11     public org.omg.uml.behavioralelements.activitygraphs.ObjectFlowStateClass getObjectFlowState();
12     public org.omg.uml.behavioralelements.activitygraphs.ClassifierInStateClass getClassifierInState();
13     public org.omg.uml.behavioralelements.statemachines.StateMachinesPackage getStateMachines();
14     public org.omg.uml.behavioralelements.activitygraphs.AParameterState getAParameterState();
15     public org.omg.uml.behavioralelements.activitygraphs.ATypeClassifierInState getATypeClassifierInState();
16     public org.omg.uml.behavioralelements.activitygraphs.AContentsPartition getAContentsPartition();
17     public org.omg.uml.behavioralelements.activitygraphs.AActivityGraphPartition getAActivityGraphPartition();
18     public org.omg.uml.behavioralelements.activitygraphs.ATypeObjectFlowState getATypeObjectFlowState();
19     public org.omg.uml.behavioralelements.activitygraphs.AClassifierInStateInState getAClassifierInStateInState();
20     public org.omg.uml.behavioralelements.commonbehavior.CommonBehaviorPackage getCommonBehavior();
21 }
22
Popular Tags