|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jupe.synchronisation.Util
public final class Util
Method Summary | |
---|---|
static org.eclipse.uml2.uml.Type |
findOrCreateType(java.lang.String absoluteName,
JupeProject jupeProject)
Helper method to find a type in the UML2 model, or cause its propagation from the source to the UML2 model (that means, it will be created in the UML2 model). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.eclipse.uml2.uml.Type findOrCreateType(java.lang.String absoluteName, JupeProject jupeProject)
That method clues together two layers of the Jupe architecture: Source and UML2.
It is expected that the absoluteName is a validated type name.
absoluteName
- The absolute name of the type to get from the UML2 model.jupeProject
- The current Jupe project.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |