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(java.lang.String name)
          Retrieves the Interface with the specified 'Name' from the 'Required' reference list
 Interface Port.getProvided(java.lang.String name)
          Retrieves the Interface with the specified 'Name' from the 'Provided' reference list
 Interface Interface.getRedefinedInterface(java.lang.String name)
          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(java.lang.String name)
          Retrieves the Interface with the specified 'Name' from the 'Required' reference list
 Interface Component.getProvided(java.lang.String name)
          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
 Implementation BehavioredClassifier.createImplementation(Interface contract)
          Creates an implementation where this behaviored classifier is the implementing classifier and the specified interface is the contract.
 

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, java.util.Map context)
           
 java.lang.Object UML2Util.UML22EcoreConverter.caseInterface(Interface interface_)
           
 java.lang.Object UML2Switch.caseInterface(Interface object)
          Returns the result of interpretting the object as an instance of 'Interface'
 


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