|
RunningSpmif2opnet
Some notes and caveats on running spmif2opnet.
IntroductionThe UML to OPNET converter uses S-PMIF as an intermediate representation for structure and performance data. The second half of this process involves running spmif2opnet to transform this software performance IR into a form that can be imported as an OPNET topology. DetailsThese are the command-line options for running spmif2opnet: spmif2opnet -i "input file" Currently, spmif2opnet will not run as is: you will need to have your own installation of the OPNET software, along with their network DTD. Here are detailed instructions on how to do this:
xjc –d test –p com.mitre.spmif2opnet.opnet.network –dtd network.dtd
We are looking at addressing this as soon as we can so the transformation can be run as a stand-alone "jar". |
► Sign in to add a comment