Uses of Interface
org.eclipse.uml2.InstanceSpecification

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

Uses of InstanceSpecification in org.eclipse.uml2
 

Subinterfaces of InstanceSpecification in org.eclipse.uml2
 interface EnumerationLiteral
           A representation of the model object 'Enumeration Literal'
 

Methods in org.eclipse.uml2 that return InstanceSpecification
 InstanceSpecification UML2Factory.createInstanceSpecification()
          Returns a new object of class 'Instance Specification'
 InstanceSpecification Slot.getOwningInstance()
          Returns the value of the 'Owning Instance' container reference.
 InstanceSpecification InstanceValue.getInstance()
          Returns the value of the 'Instance' reference
 

Methods in org.eclipse.uml2 with parameters of type InstanceSpecification
 void Slot.setOwningInstance(InstanceSpecification value)
          Sets the value of the 'Owning Instance' container reference
 void InstanceValue.setInstance(InstanceSpecification value)
          Sets the value of the 'Instance' reference
 

Uses of InstanceSpecification in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type InstanceSpecification
 boolean UML2Validator.validateInstanceSpecification(InstanceSpecification instanceSpecification, DiagnosticChain diagnostics, Map context)
           
 boolean UML2Validator.validateInstanceSpecification_validateSlotsAreDefined(InstanceSpecification instanceSpecification, DiagnosticChain diagnostics, Map context)
          Validates the validateSlotsAreDefined constraint of 'Instance Specification'
 boolean UML2Validator.validateInstanceSpecification_validateNoDuplicateSlots(InstanceSpecification instanceSpecification, DiagnosticChain diagnostics, Map context)
          Validates the validateNoDuplicateSlots constraint of 'Instance Specification'
 Object UML2Switch.caseInstanceSpecification(InstanceSpecification object)
          Returns the result of interpretting the object as an instance of 'Instance Specification'
 


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