Uses of Interface
org.eclipse.uml2.Interface

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

Uses of Interface in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Interface
 Interface UML2Factory.createInterface()
          Returns a new object of class 'Interface'
 Interface Port.getRequired(String unqualifiedName)
          Retrieves the Interface with the specified name from the 'Required' reference list
 Interface Port.getProvided(String unqualifiedName)
          Retrieves the Interface with the specified name from the 'Provided' reference list
 Interface Interface.getRedefinedInterface(String unqualifiedName)
          Retrieves the Interface with the specified name from the 'Redefined Interface' reference list
 Interface Implementation.getContract()
          Returns the value of the 'Contract' reference
 Interface Component.getRequired(String unqualifiedName)
          Retrieves the Interface with the specified name from the 'Required' reference list
 Interface Component.getProvided(String unqualifiedName)
          Retrieves the Interface with the specified name from the 'Provided' reference list
 

Methods in org.eclipse.uml2 with parameters of type Interface
 void Implementation.setContract(Interface value)
          Sets the value of the 'Contract' reference
 

Uses of Interface in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Interface
 boolean UML2Validator.validateInterface(Interface interface_, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseInterface(Interface object)
          Returns the result of interpretting the object as an instance of 'Interface'
 


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