Is there a way to create Sysml flow ports using the Topcased Eclipse Plugin (not the editor)?
I was only able to create UML Ports using the plugin: Port curPort = curBlock.createOwnedPort(name, null); There is a FlowPort class but it does not seem to have a create function or constructor. I tried to typecast Port to FlowPort but that resulted in an error. An example code to create a flowport and set its type would be very helpful. thanks sudha
_______________________________________________ Topcased-users mailing list [email protected] http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users
