IBM Rational Software Modeler
Release 6.0

Uses of Interface
com.ibm.xtools.patterns.core.IPatternDescriptor

Packages that use IPatternDescriptor
com.ibm.xtools.patterns.core   
com.ibm.xtools.patterns.framework Provides the base classes that form the patterns framework.  
 

Uses of IPatternDescriptor in com.ibm.xtools.patterns.core
 

Methods in com.ibm.xtools.patterns.core that return IPatternDescriptor
abstract  IPatternDescriptor AbstractPatternInstance.getPatternDescriptor()
          Returns the descriptor for the pattern.
 IPatternDescriptor IPatternApplication.getAppliedPattern()
          Returns the pattern descriptor representing the pattern that was applied for this pattern application.
static IPatternDescriptor PatternServiceUtil.getPatternDescriptor(IPatternIdentity identity, MultiStatus status)
          Returns the descriptor for the pattern with the given identity.
 

Methods in com.ibm.xtools.patterns.core with parameters of type IPatternDescriptor
abstract  AbstractPatternInstance AbstractPatternInstanceProvider.createPatternInstance(IPatternDescriptor pattern, Object targetObject, PatternInstanceOption[] options, AbstractPatternResult results, 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, 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, MultiStatus status)
          Creates an instance of the pattern represented by the given pattern descriptor using the given object as the container for the instance.
static AbstractPatternInstanceProvider PatternServiceUtil.getPatternInstanceProvider(IPatternDescriptor pattern, MultiStatus status)
          Returns the provider for the instances of the pattern represented by the given pattern descriptor.
 

Uses of IPatternDescriptor in com.ibm.xtools.patterns.framework
 

Classes in com.ibm.xtools.patterns.framework that implement IPatternDescriptor
 class AbstractPatternDefinition
          This is the base abstract pattern definition class.
 class PatternDefinitionUsage
          The pattern definition usage class represents the use of a pattern definition.
 

Methods in com.ibm.xtools.patterns.framework that return IPatternDescriptor
 IPatternDescriptor AbstractPatternInstance.getPatternDescriptor()
           
 

Methods in com.ibm.xtools.patterns.framework with parameters of type IPatternDescriptor
 AbstractPatternInstance AbstractPatternLibrary.createContainedPatternInstance(IPatternDescriptor pattern, Object container, PatternInstanceOption[] options, AbstractPatternResult results, MultiStatus status)
           
 AbstractPatternInstance AbstractPatternLibrary.createPatternInstance(IPatternDescriptor pattern, IParameterDescriptor parameter, Object targetObject, PatternInstanceOption[] options, AbstractPatternResult results, MultiStatus status)
           
 AbstractPatternInstance AbstractPatternLibrary.createPatternInstance(IPatternDescriptor pattern, Object targetObject, PatternInstanceOption[] options, AbstractPatternResult results, MultiStatus status)
           
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.