Uses of Interface
org.eclipse.uml2.uml.Interface

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

Uses of Interface in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Interface
 Interface UMLFactory.createInterface()
          Returns a new object of class 'Interface'
 Interface Port.getRequired(String name)
          Retrieves the first Interface with the specified 'Name' from the 'Required' reference list
 Interface Port.getRequired(String name, boolean ignoreCase)
          Retrieves the first Interface with the specified 'Name' from the 'Required' reference list
 Interface Port.getProvided(String name)
          Retrieves the first Interface with the specified 'Name' from the 'Provided' reference list
 Interface Port.getProvided(String name, boolean ignoreCase)
          Retrieves the first Interface with the specified 'Name' from the 'Provided' reference list
 Interface Package.createOwnedInterface(String name)
           Creates an interface with the specified name as an owned type of this package
 Interface Operation.getInterface()
          Returns the value of the 'Interface' container reference.
 Interface InterfaceRealization.getContract()
          Returns the value of the 'Contract' reference
 Interface Interface.getRedefinedInterface(String name)
          Retrieves the first Interface with the specified 'Name' from the 'Redefined Interface' reference list
 Interface Interface.getRedefinedInterface(String name, boolean ignoreCase)
          Retrieves the first Interface with the specified 'Name' from the 'Redefined Interface' reference list
 Interface Component.getRequired(String name)
          Retrieves the first Interface with the specified 'Name' from the 'Required' reference list
 Interface Component.getRequired(String name, boolean ignoreCase)
          Retrieves the first Interface with the specified 'Name' from the 'Required' reference list
 Interface Component.getProvided(String name)
          Retrieves the first Interface with the specified 'Name' from the 'Provided' reference list
 Interface Component.getProvided(String name, boolean ignoreCase)
          Retrieves the first Interface with the specified 'Name' from the 'Provided' reference list
 Interface Component.createOwnedInterface(String name)
           Creates an interface with the specified name as a packaged element of this component
 

Methods in org.eclipse.uml2.uml with parameters of type Interface
 void Operation.setInterface(Interface value)
          Sets the value of the 'Interface' container reference
 void InterfaceRealization.setContract(Interface value)
          Sets the value of the 'Contract' reference
 InterfaceRealization BehavioredClassifier.createInterfaceRealization(String name, Interface contract)
          Creates a new InterfaceRealization, with the specified 'Name', and 'Contract', and appends it to the 'Interface Realization' containment reference list
 InterfaceRealization BehavioredClassifier.getInterfaceRealization(String name, Interface contract)
          Retrieves the first InterfaceRealization with the specified 'Name', and 'Contract' from the 'Interface Realization' containment reference list
 InterfaceRealization BehavioredClassifier.getInterfaceRealization(String name, Interface contract, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first InterfaceRealization with the specified 'Name', and 'Contract' from the 'Interface Realization' containment reference list
 

Uses of Interface in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Interface
 boolean UMLValidator.validateInterface(Interface interface_, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateInterface_validateVisibility(Interface interface_, DiagnosticChain diagnostics, Map context)
          Validates the validateVisibility constraint of 'Interface'
 Object UMLUtil.UML2EcoreConverter.caseInterface(Interface interface_)
           
 Object UMLSwitch.caseInterface(Interface object)
          Returns the result of interpretting the object as an instance of 'Interface'
 


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