EGF Engine
Release 0.1.0

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

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

Uses of PatternViewpoint in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return PatternViewpoint
 PatternViewpoint ModelFactory.createPatternViewpoint()
          Returns a new object of class 'Pattern Viewpoint'
 

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

Methods in org.eclipse.egf.model.data.helper that return PatternViewpoint
static PatternViewpoint ModelHelper.getPatternViewpoint(FactoryComponent factoryComponent_p)
          Get the pattern viewpoint for given factory component.
 

Methods in org.eclipse.egf.model.data.helper with parameters of type PatternViewpoint
static PatternLibrary ModelHelper.getLibrary(String libraryId_p, PatternViewpoint patternViewpoint_p)
          Get a library for specified id in given pattern viewpoint.
 void IFactoryComponentLoadingHelper.loadPatternLibraries(String factoryComponentId_p, PatternViewpoint patternViewpoint_p)
          Load pattern libraries for given factory component id and pattern viewpoint.
 

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

Classes in org.eclipse.egf.model.impl that implement PatternViewpoint
 class PatternViewpointImpl
          An implementation of the model object 'Pattern Viewpoint'.
 

Methods in org.eclipse.egf.model.impl that return PatternViewpoint
 PatternViewpoint ModelFactoryImpl.createPatternViewpoint()
           
 

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

Methods in org.eclipse.egf.model.util with parameters of type PatternViewpoint
 T ModelSwitch.casePatternViewpoint(PatternViewpoint object)
          Returns the result of interpreting the object as an instance of 'Pattern Viewpoint'
 boolean ModelValidator.validatePatternViewpoint(PatternViewpoint patternViewpoint, 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.