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
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Slot
 org.eclipse.emf.common.util.EList<Slot> InstanceSpecification.getSlots()
          Returns the value of 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
 T UMLSwitch.caseSlot(Slot object)
          Returns the result of interpreting the object as an instance of 'Slot'
 boolean UMLValidator.validateSlot(Slot slot, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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