Uses of Interface
org.eclipse.uml2.uml.ActivityContent

Packages that use ActivityContent
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of ActivityContent in org.eclipse.uml2.uml
 

Subinterfaces of ActivityContent in org.eclipse.uml2.uml
 interface AcceptCallAction
          A representation of the model object 'Accept Call Action'
 interface AcceptEventAction
          A representation of the model object 'Accept Event Action'
 interface Action
          A representation of the model object 'Action'
 interface ActionInputPin
          A representation of the model object 'Action Input Pin'
 interface ActivityFinalNode
          A representation of the model object 'Activity Final Node'
 interface ActivityGroup
          A representation of the model object 'Activity Group'
 interface ActivityNode
          A representation of the model object 'Activity Node'
 interface ActivityParameterNode
          A representation of the model object 'Activity Parameter Node'
 interface ActivityPartition
          A representation of the model object 'Activity Partition'
 interface AddStructuralFeatureValueAction
          A representation of the model object 'Add Structural Feature Value Action'
 interface AddVariableValueAction
          A representation of the model object 'Add Variable Value Action'
 interface BroadcastSignalAction
          A representation of the model object 'Broadcast Signal Action'
 interface CallAction
          A representation of the model object 'Call Action'
 interface CallBehaviorAction
          A representation of the model object 'Call Behavior Action'
 interface CallOperationAction
          A representation of the model object 'Call Operation Action'
 interface CentralBufferNode
          A representation of the model object 'Central Buffer Node'
 interface ClearAssociationAction
          A representation of the model object 'Clear Association Action'
 interface ClearStructuralFeatureAction
          A representation of the model object 'Clear Structural Feature Action'
 interface ClearVariableAction
          A representation of the model object 'Clear Variable Action'
 interface ConditionalNode
          A representation of the model object 'Conditional Node'
 interface ControlNode
          A representation of the model object 'Control Node'
 interface CreateLinkAction
          A representation of the model object 'Create Link Action'
 interface CreateLinkObjectAction
          A representation of the model object 'Create Link Object Action'
 interface CreateObjectAction
          A representation of the model object 'Create Object Action'
 interface DataStoreNode
          A representation of the model object 'Data Store Node'
 interface DecisionNode
          A representation of the model object 'Decision Node'
 interface DestroyLinkAction
          A representation of the model object 'Destroy Link Action'
 interface DestroyObjectAction
          A representation of the model object 'Destroy Object Action'
 interface ExecutableNode
          A representation of the model object 'Executable Node'
 interface ExpansionNode
          A representation of the model object 'Expansion Node'
 interface ExpansionRegion
          A representation of the model object 'Expansion Region'
 interface FinalNode
          A representation of the model object 'Final Node'
 interface FlowFinalNode
          A representation of the model object 'Flow Final Node'
 interface ForkNode
          A representation of the model object 'Fork Node'
 interface InitialNode
          A representation of the model object 'Initial Node'
 interface InputPin
          A representation of the model object 'Input Pin'
 interface InterruptibleActivityRegion
          A representation of the model object 'Interruptible Activity Region'
 interface InvocationAction
          A representation of the model object 'Invocation Action'
 interface JoinNode
          A representation of the model object 'Join Node'
 interface LinkAction
          A representation of the model object 'Link Action'
 interface LoopNode
          A representation of the model object 'Loop Node'
 interface MergeNode
          A representation of the model object 'Merge Node'
 interface ObjectNode
          A representation of the model object 'Object Node'
 interface OpaqueAction
          A representation of the model object 'Opaque Action'.
 interface OutputPin
          A representation of the model object 'Output Pin'
 interface Pin
          A representation of the model object 'Pin'
 interface RaiseExceptionAction
          A representation of the model object 'Raise Exception Action'
 interface ReadExtentAction
          A representation of the model object 'Read Extent Action'
 interface ReadIsClassifiedObjectAction
          A representation of the model object 'Read Is Classified Object Action'
 interface ReadLinkAction
          A representation of the model object 'Read Link Action'
 interface ReadLinkObjectEndAction
          A representation of the model object 'Read Link Object End Action'
 interface ReadLinkObjectEndQualifierAction
          A representation of the model object 'Read Link Object End Qualifier Action'
 interface ReadSelfAction
          A representation of the model object 'Read Self Action'
 interface ReadStructuralFeatureAction
          A representation of the model object 'Read Structural Feature Action'
 interface ReadVariableAction
          A representation of the model object 'Read Variable Action'
 interface ReclassifyObjectAction
          A representation of the model object 'Reclassify Object Action'
 interface ReduceAction
          A representation of the model object 'Reduce Action'
 interface RemoveStructuralFeatureValueAction
          A representation of the model object 'Remove Structural Feature Value Action'
 interface RemoveVariableValueAction
          A representation of the model object 'Remove Variable Value Action'
 interface ReplyAction
          A representation of the model object 'Reply Action'
 interface SendObjectAction
          A representation of the model object 'Send Object Action'
 interface SendSignalAction
          A representation of the model object 'Send Signal Action'
 interface SequenceNode
          A representation of the model object 'Sequence Node'
 interface StartClassifierBehaviorAction
          A representation of the model object 'Start Classifier Behavior Action'
 interface StartObjectBehaviorAction
          A representation of the model object 'Start Object Behavior Action'
 interface StructuralFeatureAction
          A representation of the model object 'Structural Feature Action'
 interface StructuredActivityNode
          A representation of the model object 'Structured Activity Node'
 interface TestIdentityAction
          A representation of the model object 'Test Identity Action'
 interface UnmarshallAction
          A representation of the model object 'Unmarshall Action'
 interface ValuePin
          A representation of the model object 'Value Pin'
 interface ValueSpecificationAction
          A representation of the model object 'Value Specification Action'
 interface VariableAction
          A representation of the model object 'Variable Action'
 interface WriteLinkAction
          A representation of the model object 'Write Link Action'
 interface WriteStructuralFeatureAction
          A representation of the model object 'Write Structural Feature Action'
 interface WriteVariableAction
          A representation of the model object 'Write Variable Action'
 

Uses of ActivityContent in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type ActivityContent
 T UMLSwitch.caseActivityContent(ActivityContent object)
          Returns the result of interpreting the object as an instance of 'Activity Content'
 boolean UMLValidator.validateActivityContent(ActivityContent activityContent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.