Uses of Class
TIMTransformationException

Uses of TIMTransformationException in <Unnamed>
 

Methods in <Unnamed> that throw TIMTransformationException
static void TransTester.main(java.lang.String[] args)
           
 java.util.Vector<java.lang.String> AdrenalineTransformation.toTsm(java.lang.String scenarioName)
          Performs the TIM-to-TSM transformation, returning a String enclosing a XML comlaint with the ADNETCONF network specification (adrenaline.xml).
 java.util.Vector<java.lang.String> VNUMLTransformation.toTsm(java.lang.String scenarioName)
          Performs the TIM-to-VNUML transformation, returning a String enclosing a VNUML-compliant XML
abstract  java.util.Vector<java.lang.String> TIMTransformation.toTsm(java.lang.String testbedName)
          Performs the TIM-to-TSM transformation, returning a String enclosing the TSM model.
 void TIMTransformation.toTsm(java.lang.String testbedName, java.util.Vector<java.lang.String> fileNames)
          Performs the TIM-to-TSM transformation, writing the TSM to a file.
 java.lang.String VNUMLTransformation.toTsmOspf(java.lang.String scenarioName)
           
 java.lang.String VNUMLTransformation.toTsmScenario(java.lang.String scenarioName, boolean withOspfExtension)
           
 

Constructors in <Unnamed> that throw TIMTransformationException
AdrenalineTransformation(javax.wbem.client.CIMClient cc, boolean initializeFromCIMOM)
          Class constructor
AdrenalineTransformation(javax.wbem.client.CIMClient cc, boolean initializeFromCIMOM, java.lang.String dtdBase)
          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(java.lang.String cns, boolean initializeFromCIMOM)
          Class constructor, requiring the parameters used to establish CIMOM connection.
TransformationManager(java.lang.String cns, java.lang.String up, java.lang.String pc, boolean initializeFromCIMOM)
          Class constructor, requiring the parameters used to establish CIMOM connection
VNUMLTransformation(javax.wbem.client.CIMClient cc, boolean initializeFromCIMOM)
          Class constructor