Uses of Interface
org.eclipse.uml2.Slot

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

Uses of Slot in org.eclipse.uml2
 

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

Uses of Slot in org.eclipse.uml2.util
 

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


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