|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xtools.patterns.framework.AbstractPatternStoreFactory
The abstract pattern store factory is the abstract factory in an instance of the abstract factory pattern. The concrete products are the various types of persistent stores such as the pattern definition and pattern instance stores. The abstract products are defined by the abstract pattern definition store and the abstract pattern instance store classes.
AbstractPatternStore.Definition
,
AbstractPatternStore.Instance
Constructor Summary | |
AbstractPatternStoreFactory()
|
Method Summary | |
abstract AbstractPatternStore.Definition |
createPatternDefinitionStore()
One concrete product in this instantiation of the abstract factory pattern. |
abstract AbstractPatternStore.Instance |
createPatternInstanceStore()
Another concrete product in this instantiation of the abstract factory pattern. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractPatternStoreFactory()
Method Detail |
public abstract AbstractPatternStore.Definition createPatternDefinitionStore()
public abstract AbstractPatternStore.Instance createPatternInstanceStore()
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.