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

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

Uses of InterruptibleActivityRegion in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return InterruptibleActivityRegion
 InterruptibleActivityRegion UMLFactory.createInterruptibleActivityRegion()
          Returns a new object of class 'Interruptible Activity Region'
 InterruptibleActivityRegion ActivityNode.getInInterruptibleRegion(java.lang.String name)
          Retrieves the first InterruptibleActivityRegion with the specified 'Name' from the 'In Interruptible Region' reference list
 InterruptibleActivityRegion ActivityNode.getInInterruptibleRegion(java.lang.String name, boolean ignoreCase)
          Retrieves the first InterruptibleActivityRegion with the specified 'Name' from the 'In Interruptible Region' reference list
 InterruptibleActivityRegion ActivityEdge.getInterrupts()
          Returns the value of the 'Interrupts' reference.
 

Methods in org.eclipse.uml2.uml that return types with arguments of type InterruptibleActivityRegion
 org.eclipse.emf.common.util.EList<InterruptibleActivityRegion> ActivityNode.getInInterruptibleRegions()
          Returns the value of the 'In Interruptible Region' reference list.
 

Methods in org.eclipse.uml2.uml with parameters of type InterruptibleActivityRegion
 void ActivityEdge.setInterrupts(InterruptibleActivityRegion value)
          Sets the value of the 'Interrupts' reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type InterruptibleActivityRegion
 T UMLSwitch.caseInterruptibleActivityRegion(InterruptibleActivityRegion object)
          Returns the result of interpreting the object as an instance of 'Interruptible Activity Region'
 boolean UMLValidator.validateInterruptibleActivityRegion_validateInterruptingEdges(InterruptibleActivityRegion interruptibleActivityRegion, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateInterruptingEdges constraint of 'Interruptible Activity Region'
 boolean UMLValidator.validateInterruptibleActivityRegion(InterruptibleActivityRegion interruptibleActivityRegion, 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.