Uses of Class
TIMTransformationException

Uses of TIMTransformationException in
 

Methods in Default Package that throw TIMTransformationException
 String AdrenalineTransformation.toTsm(String scenarioName)
          Performs the TIM-to-TSM transformation, returning a String enclosing a XML comlaint with the ADNETCONF network specification (adrenaline.xml).
 String VNUMLTransformation.toTsm(String scenarioName)
          Performs the TIM-to-VNUML transformation, returning a String enclosing a VNUML-compliant XML
abstract  String TIMTransformation.toTsm(String testbedName)
          Performs the TIM-to-TSM transformation, returning a String enclosing the TSM model.
 void TIMTransformation.toTsm(String testbedName, String fileName)
          Performs the TIM-to-TSM transformation, writing the TSM to a file.
static void TransTester.main(String[] args)
           
 

Constructors in Default Package that throw TIMTransformationException
AdrenalineTransformation(javax.wbem.client.CIMClient cc, boolean initializeFromCIMOM)
          Class constructor
VNUMLTransformation(javax.wbem.client.CIMClient cc, boolean initializeFromCIMOM)
          Class constructor
TransformationManager(javax.wbem.cim.CIMNameSpace cns, javax.wbem.client.UserPrincipal up, javax.wbem.client.PasswordCredential pc, boolean initializeFromCIMOM)
          Class constructor, requiring the parameters used to establish CIMOM connection
TransformationManager(String cns, String up, String pc, boolean initializeFromCIMOM)
          Class constructor, requiring the parameters used to establish CIMOM connection
TransformationManager(String cns, boolean initializeFromCIMOM)
          Class constructor, requiring the parameters used to establish CIMOM connection.