EGF Engine
Release 0.1.0

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

Packages that use Context
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
org.eclipse.egf.pattern.production   
 

Uses of Context in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return Context
 Context ModelFactory.createContext()
          Returns a new object of class 'Context'
 Context AbstractFactoryComponentFactory.getContext()
          Returns the value of the 'Context' containment reference
 

Methods in org.eclipse.egf.model with parameters of type Context
 void AbstractFactoryComponentFactory.setContext(Context value)
          Sets the value of the 'Context' containment reference
 

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

Methods in org.eclipse.egf.model.data.helper that return Context
 Context IFactoryComponentLoadingHelper.loadContext(String contextId_p, String factoryComponentId_p)
          Load a context from its description.
 

Methods in org.eclipse.egf.model.data.helper with parameters of type Context
static void ModelHelper.addReferencingContractContextElement(Context context_p, String referencedFactoryComponentId_p, String referencedContractElementId_p, String value_p, String contributorId_p)
          Add a new context element (to given context) that references a contract element from another factory component.
 

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

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

Fields in org.eclipse.egf.model.impl declared as Context
protected  Context AbstractFactoryComponentFactoryImpl.context
          The cached value of the 'Context' containment reference
 

Methods in org.eclipse.egf.model.impl that return Context
 Context ModelFactoryImpl.createContext()
           
 Context AbstractFactoryComponentFactoryImpl.getContext()
           
 

Methods in org.eclipse.egf.model.impl with parameters of type Context
 NotificationChain AbstractFactoryComponentFactoryImpl.basicSetContext(Context newContext, NotificationChain msgs)
           
 void AbstractFactoryComponentFactoryImpl.setContext(Context newContext)
           
 

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

Methods in org.eclipse.egf.model.util with parameters of type Context
 T ModelSwitch.caseContext(Context object)
          Returns the result of interpreting the object as an instance of 'Context'
 boolean ModelValidator.validateContext(Context context, DiagnosticChain diagnostics, Map<Object,Object> theContext)
           
 

Uses of Context in org.eclipse.egf.pattern.production
 

Methods in org.eclipse.egf.pattern.production that return types with arguments of type Context
protected static Couple<FactoryComponent,Context> PatternProducer.createFactoryComponentSkeleton(String fcName_p, String referencedFcId_p)
          Create a factory component with given name.
 


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.