EGF Engine
Release 0.1.0

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

Packages that use AbstractPatternElement
org.eclipse.egf.core.ui.internal.validators   
org.eclipse.egf.core.ui.wizard.page   
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
org.eclipse.egf.pattern.refactoring.internal.move.change   
org.eclipse.egf.pattern.refactoring.move   
 

Uses of AbstractPatternElement in org.eclipse.egf.core.ui.internal.validators
 

Constructors in org.eclipse.egf.core.ui.internal.validators with parameters of type AbstractPatternElement
PatternElementValidator(NamedModelElementWithId parent_p, AbstractPatternElement pattern_p, String errorMessage_p)
          Constructor.
 

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

Methods in org.eclipse.egf.core.ui.wizard.page that return types with arguments of type AbstractPatternElement
protected  List<AbstractPatternElement> AbstractPatternLibrarySequenceWizardPage.getPatternElements()
          Get pattern elements for handled pattern library.
 

Uses of AbstractPatternElement in org.eclipse.egf.model
 

Subinterfaces of AbstractPatternElement in org.eclipse.egf.model
 interface PatternLibrary
          A representation of the model object 'Pattern Library'.
 interface PatternModel
          A representation of the model object 'Pattern Model'.
 

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

Methods in org.eclipse.egf.model.data.helper that return AbstractPatternElement
static AbstractPatternElement ModelHelper.getPatternElement(String shortPatternElementId_p, PatternLibrary parentLibrary_p)
          Get a first level child as AbstractPatternElement from given short pattern element id.
 

Methods in org.eclipse.egf.model.data.helper with parameters of type AbstractPatternElement
static String ModelHelper.getParentLibraryId(AbstractPatternElement patternElement_p)
          Return the id of the parent library id for specified pattern element.
static String ModelHelper.getPatternElementShortId(AbstractPatternElement patternElement_p)
          Return the short id of specified pattern element.
 

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

Classes in org.eclipse.egf.model.impl that implement AbstractPatternElement
 class AbstractPatternElementImpl
          An implementation of the model object 'Abstract Pattern Element'.
 class PatternLibraryImpl
          An implementation of the model object 'Pattern Library'.
 class PatternModelImpl
          An implementation of the model object 'Pattern Model'.
 

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

Methods in org.eclipse.egf.model.util with parameters of type AbstractPatternElement
 T ModelSwitch.caseAbstractPatternElement(AbstractPatternElement object)
          Returns the result of interpreting the object as an instance of 'Abstract Pattern Element'
 boolean ModelValidator.validateAbstractPatternElement(AbstractPatternElement abstractPatternElement, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of AbstractPatternElement in org.eclipse.egf.pattern.refactoring.internal.move.change
 

Methods in org.eclipse.egf.pattern.refactoring.internal.move.change with parameters of type AbstractPatternElement
protected  Command PatternElementChange.createAddCommandToContainer(EditingDomain editingDomain_p, NamedModelElementWithId destinationContainer_p, AbstractPatternElement elementToMove_p)
          Create a new command for adding the element to a new container.
static Change PatternElementChange.createPatternElementChange(NamedModelElementWithId destinationElement_p, AbstractPatternElement patternElement_p)
          Create a new pattern element change with given parameters.
protected  Command PatternElementChange.createRemoveFromContainerCommand(EditingDomain editingDomain_p, NamedModelElementWithId container_p, AbstractPatternElement elementToMove_p)
          Create a new command for removing the element from its container.
protected  void PatternElementChange.updateElement(AbstractPatternElement patternElement_p, String parentFullId_p, String previousFcId_p, String destinationFcId_p)
          Update pattern element, including its subtree (if any).
protected  void PatternElementChange.updateModels(AbstractPatternElement elementToMove_p, NamedModelElementWithId previousContainingElement_p, NamedModelElementWithId destinationElement_p)
          Update models.
 

Uses of AbstractPatternElement in org.eclipse.egf.pattern.refactoring.move
 

Methods in org.eclipse.egf.pattern.refactoring.move that return AbstractPatternElement
 AbstractPatternElement MoveInfo.getFirstElementToMove()
          Get first element to move.
 

Methods in org.eclipse.egf.pattern.refactoring.move that return types with arguments of type AbstractPatternElement
 Collection<AbstractPatternElement> MoveInfo.getElementsToMove()
          Get elements to move.
 

Methods in org.eclipse.egf.pattern.refactoring.move with parameters of type AbstractPatternElement
 void MoveInfo.addElementToMove(AbstractPatternElement element_p)
          Add an element to move.
protected  boolean MoveInfo.isRelevantElementToMove(AbstractPatternElement element_p)
          Make sure that given element is not already having destination element (if any specified) as a parent.
 

Method parameters in org.eclipse.egf.pattern.refactoring.move with type arguments of type AbstractPatternElement
 void MoveInfo.addElementsToMove(Collection<AbstractPatternElement> elementsToMove_p)
          Add elements to elements to move.
 


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.