EGF Engine
Release 0.1.0

Uses of Interface
org.eclipse.egf.model.ContractElement

Packages that use ContractElement
org.eclipse.egf.core.ui.internal.data   
org.eclipse.egf.core.ui.internal.viewers   
org.eclipse.egf.core.ui.wizard.page   
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.edit.command.plugin.contract   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
 

Uses of ContractElement in org.eclipse.egf.core.ui.internal.data
 

Constructors in org.eclipse.egf.core.ui.internal.data with parameters of type ContractElement
UiReferencedFactoryComponentContainer(ContractElement[] contractElements_p)
          Constructor.
 

Uses of ContractElement in org.eclipse.egf.core.ui.internal.viewers
 

Constructor parameters in org.eclipse.egf.core.ui.internal.viewers with type arguments of type ContractElement
PossibleContractElementReferenceTreeContentProvider(Collection<ContractElement> removedContractElements_p)
          Constructor.
 

Uses of ContractElement in org.eclipse.egf.core.ui.wizard.page
 

Methods in org.eclipse.egf.core.ui.wizard.page that return ContractElement
protected  ContractElement ContractElementTypeWizardPage.getContractElement()
           
protected  ContractElement ContractElementReferenceWizardPage.getContractElement()
          Return the handled contract element.
protected  ContractElement ContextElementReferenceWizardPage.handleRightViewerInitialization()
          Handle the right viewer initialization.
 

Methods in org.eclipse.egf.core.ui.wizard.page that return types with arguments of type ContractElement
protected  Collection<ContractElement> ContractElementReferenceWizardPage.handleRightViewerInitialization()
          Handle the right viewer initialization.
 

Method parameters in org.eclipse.egf.core.ui.wizard.page with type arguments of type ContractElement
protected  IContentProvider ContractElementReferenceWizardPage.handleLeftViewerInitialization(Collection<ContractElement> referencedContractElementList_p)
          Handle the left viewer initialization.
protected  IContentProvider ContextElementReferenceWizardPage.handleLeftViewerInitialization(Collection<ContractElement> referencedContractElementList_p)
          Handle the left viewer initialization.
 

Uses of ContractElement in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return ContractElement
 ContractElement ModelFactory.createContractElement()
          Returns a new object of class 'Contract Element'
 ContractElement ContractElementReference.getReferencedContractElement()
          Returns the value of the 'Referenced Contract Element' reference
 

Methods in org.eclipse.egf.model with parameters of type ContractElement
 void ContractElementReference.setReferencedContractElement(ContractElement value)
          Sets the value of the 'Referenced Contract Element' reference
 

Uses of ContractElement in org.eclipse.egf.model.data.helper
 

Methods in org.eclipse.egf.model.data.helper that return types with arguments of type ContractElement
static List<ContractElement> ModelHelper.getMandatoryContractElement(FactoryComponent factoryComponent_p)
          Return a list of 'mandatory' contract element owned by specified factory component.
 List<ContractElement> IFactoryComponentLoadingHelper.loadContract(String contractId_p, String factoryComponentId_p)
          Load a contract for given parameters.
 

Methods in org.eclipse.egf.model.data.helper with parameters of type ContractElement
static ContractElementReference ModelHelper.createContractElementReferenceBasedOn(ContractElement contractElement_p)
          Create a new contract element reference based on given contract element.
static void ModelHelper.setContractType(ContractElement contractElement_p, String typeName_p)
          Set the contract type for given type name.
 

Uses of ContractElement in org.eclipse.egf.model.edit.command.plugin.contract
 

Methods in org.eclipse.egf.model.edit.command.plugin.contract with parameters of type ContractElement
protected  List<IPluginChangesCommand> AbstractContractWrapperCommand.getExecutableCommandList(ContractElement contractElement_p)
           
protected  List<IPluginChangesCommand> AbstractContractWrapperCommand.handleContractElement(ContractElement contractElement_p)
           
protected  List<IPluginChangesCommand> AbstractContractWrapperCommand.handleContractElementReferences(ContractElement contractElement_p)
          Handle contract element references including delta between to 2 set operations.
 

Uses of ContractElement in org.eclipse.egf.model.impl
 

Classes in org.eclipse.egf.model.impl that implement ContractElement
 class ContractElementImpl
          An implementation of the model object 'Contract Element'.
 

Fields in org.eclipse.egf.model.impl declared as ContractElement
protected  ContractElement ContractElementReferenceImpl.referencedContractElement
          The cached value of the 'Referenced Contract Element' reference.
 

Methods in org.eclipse.egf.model.impl that return ContractElement
 ContractElement ContractElementReferenceImpl.basicGetReferencedContractElement()
           
 ContractElement ModelFactoryImpl.createContractElement()
           
 ContractElement ContractElementReferenceImpl.getReferencedContractElement()
           
 

Methods in org.eclipse.egf.model.impl with parameters of type ContractElement
 void ContractElementReferenceImpl.setReferencedContractElement(ContractElement newReferencedContractElement)
           
 

Uses of ContractElement in org.eclipse.egf.model.util
 

Methods in org.eclipse.egf.model.util with parameters of type ContractElement
 T ModelSwitch.caseContractElement(ContractElement object)
          Returns the result of interpreting the object as an instance of 'Contract Element'
 boolean ModelValidator.validateContractElement(ContractElement contractElement, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.