|
Bus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topcased.service.transformation.TransformationHelper
public class TransformationHelper
Helper for getting information about all the available Topcased transformation.
This class will be called :
Method Summary | |
---|---|
static TransformationHelper |
getInstance()
Returns the shared instance |
java.util.Map<java.lang.String,TransformationInfo> |
getTransfoInfoById()
Gets information by id about all registered (available) Topcased transformations. |
TransformationInfo |
getTransfoInfoById(java.lang.String transfoId)
Gets information about a given transformation id. |
java.util.Map<java.lang.String,TransformationInfo> |
getTransfoInfoByName()
Gets information by name about all registered (available) Topcased transformations. |
TransformationInfo |
getTransfoInfoByName(java.lang.String transfoName)
Gets information about a given transformation name. |
static boolean |
isAlreadyLoadedInEMFRegistry(java.lang.String metamodelURI)
Searchs into the EMF registry the metamodel given in parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TransformationHelper getInstance()
public TransformationInfo getTransfoInfoById(java.lang.String transfoId)
transfoId
- the full identifier of a transformation
public java.util.Map<java.lang.String,TransformationInfo> getTransfoInfoById()
public TransformationInfo getTransfoInfoByName(java.lang.String transfoName)
transfoName
- the full name of a transformation
public java.util.Map<java.lang.String,TransformationInfo> getTransfoInfoByName()
public static boolean isAlreadyLoadedInEMFRegistry(java.lang.String metamodelURI)
metamodelURI
- The URI of the metamodel to consult into the EMF registry
true
if the metamodel was found, false
otherwise.
|
Bus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.