|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface that the ModelImplementation must implement. This is the class finding all helpers and factories.
| Method Summary | |
ActivityGraphsFactory |
getActivityGraphsFactory()
Getter for ActivityGraphsFactory. |
ActivityGraphsHelper |
getActivityGraphsHelper()
Getter for the ActivityGraphsHelper. |
AggregationKind |
getAggregationKind()
Getter for the AggregationKind object. |
ChangeableKind |
getChangeableKind()
Getter for the ChangeableKind object. |
CollaborationsFactory |
getCollaborationsFactory()
Getter for CollaborationsFactory. |
CollaborationsHelper |
getCollaborationsHelper()
Getter for CollaborationsHelper. |
CommonBehaviorFactory |
getCommonBehaviorFactory()
Getter for CommonBehaviorFactory. |
CommonBehaviorHelper |
getCommonBehaviorHelper()
Getter for CommonBehaviorHelper. |
ConcurrencyKind |
getConcurrencyKind()
Getter for the ConcurrencyKind object. |
CopyHelper |
getCopyHelper()
Get the copy helper. |
CoreFactory |
getCoreFactory()
Getter for CoreFactory. |
CoreHelper |
getCoreHelper()
Getter for CoreHelper. |
DataTypesFactory |
getDataTypesFactory()
Getter for DataTypesFactory. |
DataTypesHelper |
getDataTypesHelper()
Getter for DataTypesHelper. |
DiagramInterchangeModel |
getDiagramInterchangeModel()
Get the diagram interchange model. |
DirectionKind |
getDirectionKind()
Getter for the DirectionKind object. |
EventAdapter |
getEventAdapter()
Deprecated. for 0.21.2 by tfmorris. Use getModelEventPump() methods and
ModelEventPump. |
ExtensionMechanismsFactory |
getExtensionMechanismsFactory()
Getter for ExtensionMechanismsFactory. |
ExtensionMechanismsHelper |
getExtensionMechanismsHelper()
Getter for ExtensionMechanismsHelper. |
Facade |
getFacade()
Get the facade. |
MementoCreationObserver |
getMementoCreationObserver()
Deprecated. by Linus Tolke in 0.21.3. This is taken care of in the Model and the implementation need not bother. |
MetaTypes |
getMetaTypes()
Getter for the MetaTypes object. |
ModelEventPump |
getModelEventPump()
Get the event pump. |
ModelManagementFactory |
getModelManagementFactory()
Getter for ModelManagementFactory. |
ModelManagementHelper |
getModelManagementHelper()
Getter for ModelManagementHelper. |
OrderingKind |
getOrderingKind()
Getter for the OrderingKind object. |
PseudostateKind |
getPseudostateKind()
Getter for the PseudostateKind object. |
ScopeKind |
getScopeKind()
Getter for the ScopeKind object. |
StateMachinesFactory |
getStateMachinesFactory()
Getter for StateMachinesFactory. |
StateMachinesHelper |
getStateMachinesHelper()
Getter for StateMachinesHelper. |
UmlFactory |
getUmlFactory()
Getter for UmlFactory. |
UmlHelper |
getUmlHelper()
Getter for UmlHelper. |
UseCasesFactory |
getUseCasesFactory()
Getter for UseCasesFactory. |
UseCasesHelper |
getUseCasesHelper()
Getter for UseCasesHelper. |
VisibilityKind |
getVisibilityKind()
Getter for the VisibilityKind object. |
XmiReader |
getXmiReader()
A factory method that creates a new instance of an XmiReader on each call. |
XmiWriter |
getXmiWriter(Object model,
Writer writer)
A factory method that creates a new instance of an XmiWriter on each call. |
void |
setMementoCreationObserver(MementoCreationObserver observer)
Deprecated. by Linus Tolke in 0.21.3. This is taken care of in the Model and the implementation need not bother. |
| Method Detail |
public Facade getFacade()
public DiagramInterchangeModel getDiagramInterchangeModel()
public ModelEventPump getModelEventPump()
public ActivityGraphsFactory getActivityGraphsFactory()
public ActivityGraphsHelper getActivityGraphsHelper()
public CollaborationsFactory getCollaborationsFactory()
public CollaborationsHelper getCollaborationsHelper()
public CommonBehaviorFactory getCommonBehaviorFactory()
public CommonBehaviorHelper getCommonBehaviorHelper()
public CoreFactory getCoreFactory()
public CoreHelper getCoreHelper()
public DataTypesFactory getDataTypesFactory()
public DataTypesHelper getDataTypesHelper()
public ExtensionMechanismsFactory getExtensionMechanismsFactory()
public ExtensionMechanismsHelper getExtensionMechanismsHelper()
public EventAdapter getEventAdapter()
getModelEventPump() methods and
ModelEventPump.
public ModelManagementFactory getModelManagementFactory()
public ModelManagementHelper getModelManagementHelper()
public StateMachinesFactory getStateMachinesFactory()
public StateMachinesHelper getStateMachinesHelper()
public UmlFactory getUmlFactory()
public UmlHelper getUmlHelper()
public UseCasesFactory getUseCasesFactory()
public UseCasesHelper getUseCasesHelper()
public MetaTypes getMetaTypes()
public ChangeableKind getChangeableKind()
public AggregationKind getAggregationKind()
public PseudostateKind getPseudostateKind()
public ScopeKind getScopeKind()
public ConcurrencyKind getConcurrencyKind()
public DirectionKind getDirectionKind()
public OrderingKind getOrderingKind()
public VisibilityKind getVisibilityKind()
public XmiReader getXmiReader()
throws UmlException
UmlException - on any error while reading
public XmiWriter getXmiWriter(Object model,
Writer writer)
throws UmlException
model - the project member modelwriter - the writer
UmlException - on any error while writingpublic void setMementoCreationObserver(MementoCreationObserver observer)
Model and the implementation need not bother.
observer - the interested partypublic MementoCreationObserver getMementoCreationObserver()
Model and the implementation need not bother.
public CopyHelper getCopyHelper()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |