|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectarchimate.uml.UMLAdapter
public class UMLAdapter
Utility class reading out UML models
Constructor Summary | |
---|---|
UMLAdapter(org.eclipse.uml2.uml.Package myPackage)
Creates new UMLAdapter for the given package |
Method Summary | |
---|---|
java.lang.String |
getElementName(java.lang.String stereotypeName)
Searches for the first UML element which has the given stereotype applied to it |
java.util.ArrayList<java.lang.String> |
getElementNames(java.lang.String stereotypeName)
Searches for all UML elements which have the given stereotype applied to it |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UMLAdapter(org.eclipse.uml2.uml.Package myPackage)
myPackage
- The package to readMethod Detail |
---|
public java.lang.String getElementName(java.lang.String stereotypeName)
stereotypeName
- The name of the stereotype to match
public java.util.ArrayList<java.lang.String> getElementNames(java.lang.String stereotypeName)
stereotypeName
- The name of the stereotype to match
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |