EGF Engine
Release 0.1.0

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

Packages that use Contract
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
 

Uses of Contract in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return Contract
 Contract ModelFactory.createContract()
          Returns a new object of class 'Contract'
 

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

Methods in org.eclipse.egf.model.data.helper that return Contract
static Contract ModelHelper.getContract(FactoryComponent factoryComponent_p)
          Get the contract for given factory component.
 

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

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

Methods in org.eclipse.egf.model.impl that return Contract
 Contract ModelFactoryImpl.createContract()
           
 

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

Methods in org.eclipse.egf.model.util with parameters of type Contract
 T ModelSwitch.caseContract(Contract object)
          Returns the result of interpreting the object as an instance of 'Contract'
 boolean ModelValidator.validateContract(Contract contract, 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.