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

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

Uses of Slot in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Slot
 Slot UMLFactory.createSlot()
          Returns a new object of class 'Slot'
 Slot InstanceSpecification.createSlot()
          Creates a new Slot and appends it to the 'Slot' containment reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Slot
 boolean UMLValidator.validateSlot(Slot slot, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseSlot(Slot object)
          Returns the result of interpretting the object as an instance of 'Slot'
 


Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.