|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.model.uml.UmlHelper
Helper class for UML metamodel.
Field Summary | |
protected static org.apache.log4j.Logger |
cat
|
private static UmlHelper |
SINGLETON
Singleton instance. |
Constructor Summary | |
private |
UmlHelper()
Don't allow instantiation. |
Method Summary | |
protected void |
addListenersToMBase(java.lang.Object mbase)
Internal recursive worker to add UmlModelListener. |
void |
addListenersToModel(java.lang.Object model)
Ensures that all of the elements in a model are registered to the UmlModelListener. |
void |
deleteCollection(java.util.Collection col)
Utility method to quickly delete a collection of modelelements. |
ActivityGraphsHelper |
getActivityGraphs()
Returns the package helper for the UML package BehavioralElements::ActivityGraphs. |
CollaborationsHelper |
getCollaborations()
Returns the package helper for the UML package BehavioralElements::Collaborations. |
CommonBehaviorHelper |
getCommonBehavior()
Returns the package helper for the UML package BehavioralElements::CommonBehavior. |
CoreHelper |
getCore()
Returns the package helper for the UML package Foundation::Core. |
DataTypesHelper |
getDataTypes()
Returns the package helper for the UML package Foundation::DataTypes. |
ExtensionMechanismsHelper |
getExtensionMechanisms()
Returns the package helper for the UML package Foundation::ExtensionMechanisms. |
static UmlHelper |
getHelper()
Singleton instance access method. |
java.lang.Object |
getHelper(java.lang.Object base)
Returns the correct helper on basis of the package of base |
ModelManagementHelper |
getModelManagement()
Returns the package helper for the UML package ModelManagement. |
java.lang.Object |
getOwner(java.lang.Object handle)
Returns the owner of some modelelement object. |
StateMachinesHelper |
getStateMachines()
Returns the package helper for the UML package BehavioralElements::StateMachines. |
UseCasesHelper |
getUseCases()
Returns the package helper for the UML package BehavioralElements::UseCases. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.log4j.Logger cat
private static UmlHelper SINGLETON
Constructor Detail |
private UmlHelper()
Method Detail |
public void addListenersToModel(java.lang.Object model)
protected void addListenersToMBase(java.lang.Object mbase)
public static UmlHelper getHelper()
public ExtensionMechanismsHelper getExtensionMechanisms()
public DataTypesHelper getDataTypes()
public CoreHelper getCore()
public CommonBehaviorHelper getCommonBehavior()
public UseCasesHelper getUseCases()
public StateMachinesHelper getStateMachines()
public CollaborationsHelper getCollaborations()
public ActivityGraphsHelper getActivityGraphs()
public ModelManagementHelper getModelManagement()
public java.lang.Object getHelper(java.lang.Object base)
base
-
public java.lang.Object getOwner(java.lang.Object handle)
handle
-
public void deleteCollection(java.util.Collection col)
col
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20040316) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |