|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractPatternInstance | |
com.ibm.xtools.patterns.core | |
com.ibm.xtools.patterns.framework | Provides the base classes that form the patterns framework. |
Uses of AbstractPatternInstance in com.ibm.xtools.patterns.core |
Methods in com.ibm.xtools.patterns.core that return AbstractPatternInstance | |
abstract AbstractPatternInstance |
AbstractPatternInstanceProvider.createPatternInstance(IPatternDescriptor pattern,
Object targetObject,
PatternInstanceOption[] options,
AbstractPatternResult results,
org.eclipse.core.runtime.MultiStatus status)
Creates an instance of the pattern represented by the given pattern descriptor using the given object as the bound element for the instance. |
abstract AbstractPatternInstance |
AbstractPatternInstanceProvider.createPatternInstance(IPatternDescriptor pattern,
IParameterDescriptor parameter,
Object targetObject,
PatternInstanceOption[] options,
AbstractPatternResult results,
org.eclipse.core.runtime.MultiStatus status)
Creates an instance of the pattern represented by the given pattern descriptor using the given object as an argument for the given parameter of the instance. |
abstract AbstractPatternInstance |
AbstractPatternInstanceProvider.createContainedPatternInstance(IPatternDescriptor pattern,
Object container,
PatternInstanceOption[] options,
AbstractPatternResult results,
org.eclipse.core.runtime.MultiStatus status)
Creates an instance of the pattern represented by the given pattern descriptor using the given object as the container for the instance. |
abstract AbstractPatternInstance |
AbstractPatternInstanceProvider.getAppliedPatternInstance(IPatternApplication pattern,
org.eclipse.emf.ecore.EObject applicationObject,
org.eclipse.core.runtime.MultiStatus status)
Returns the instance of an application of the given pattern to the given object. |
Uses of AbstractPatternInstance in com.ibm.xtools.patterns.framework |
Subclasses of AbstractPatternInstance in com.ibm.xtools.patterns.framework | |
class |
AbstractPatternInstance
This class extends the pattern service AbstractPatternInstance abstract class on the pattern author's behalf. |
protected static class |
AbstractPatternInstance.Default
The default pattern instance class to use for pattern instances. |
Methods in com.ibm.xtools.patterns.framework that return AbstractPatternInstance | |
AbstractPatternInstance |
AbstractPatternLibrary.createContainedPatternInstance(IPatternDescriptor pattern,
Object container,
PatternInstanceOption[] options,
AbstractPatternResult results,
org.eclipse.core.runtime.MultiStatus status)
|
AbstractPatternInstance |
AbstractPatternLibrary.createPatternInstance(IPatternDescriptor pattern,
IParameterDescriptor parameter,
Object targetObject,
PatternInstanceOption[] options,
AbstractPatternResult results,
org.eclipse.core.runtime.MultiStatus status)
|
AbstractPatternInstance |
AbstractPatternLibrary.createPatternInstance(IPatternDescriptor pattern,
Object targetObject,
PatternInstanceOption[] options,
AbstractPatternResult results,
org.eclipse.core.runtime.MultiStatus status)
|
AbstractPatternInstance |
AbstractPatternLibrary.getAppliedPatternInstance(IPatternApplication pattern,
org.eclipse.emf.ecore.EObject applicationObject,
org.eclipse.core.runtime.MultiStatus status)
|
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.