|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModelImplementation
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()
Deprecated. for 0.25.4 by tfmorris. Use Facade.isReadOnly(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. |
ExtensionMechanismsFactory |
getExtensionMechanismsFactory()
Getter for ExtensionMechanismsFactory. |
ExtensionMechanismsHelper |
getExtensionMechanismsHelper()
Getter for ExtensionMechanismsHelper. |
Facade |
getFacade()
Get the facade. |
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()
Deprecated. for 0.25.4 by tfmorris. Use Facade.isStatic(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(java.lang.Object model,
java.io.OutputStream stream,
java.lang.String version)
A factory method that creates a new instance of an XmiWriter on each call. |
XmiWriter |
getXmiWriter(java.lang.Object model,
java.io.Writer writer,
java.lang.String version)
Deprecated. for 0.25.4 by tfmorris. Use getXmiWriter(Object, OutputStream, String). |
| Method Detail |
|---|
Facade getFacade()
DiagramInterchangeModel getDiagramInterchangeModel()
ModelEventPump getModelEventPump()
ActivityGraphsFactory getActivityGraphsFactory()
ActivityGraphsHelper getActivityGraphsHelper()
CollaborationsFactory getCollaborationsFactory()
CollaborationsHelper getCollaborationsHelper()
CommonBehaviorFactory getCommonBehaviorFactory()
CommonBehaviorHelper getCommonBehaviorHelper()
CoreFactory getCoreFactory()
CoreHelper getCoreHelper()
DataTypesFactory getDataTypesFactory()
DataTypesHelper getDataTypesHelper()
ExtensionMechanismsFactory getExtensionMechanismsFactory()
ExtensionMechanismsHelper getExtensionMechanismsHelper()
ModelManagementFactory getModelManagementFactory()
ModelManagementHelper getModelManagementHelper()
StateMachinesFactory getStateMachinesFactory()
StateMachinesHelper getStateMachinesHelper()
UmlFactory getUmlFactory()
UmlHelper getUmlHelper()
UseCasesFactory getUseCasesFactory()
UseCasesHelper getUseCasesHelper()
MetaTypes getMetaTypes()
@Deprecated ChangeableKind getChangeableKind()
Facade.isReadOnly(Object).
AggregationKind getAggregationKind()
PseudostateKind getPseudostateKind()
@Deprecated ScopeKind getScopeKind()
Facade.isStatic(Object).
ConcurrencyKind getConcurrencyKind()
DirectionKind getDirectionKind()
OrderingKind getOrderingKind()
VisibilityKind getVisibilityKind()
XmiReader getXmiReader()
throws UmlException
UmlException - on any error while reading
@Deprecated
XmiWriter getXmiWriter(java.lang.Object model,
java.io.Writer writer,
java.lang.String version)
throws UmlException
getXmiWriter(Object, OutputStream, String).
model - the project member modelwriter - the writerversion - the version of ArgoUML
UmlException - on any error while writing
XmiWriter getXmiWriter(java.lang.Object model,
java.io.OutputStream stream,
java.lang.String version)
throws UmlException
model - the project member modelstream - the output stream to write toversion - the version of ArgoUML which may be written to the output
to help identify who wrote it
UmlException - on any error while writingCopyHelper getCopyHelper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Cookbook |