|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.beans.hm.HMCreateLineComm
public class HMCreateLineComm
Title: HMCreatePointComm
Description: A "Helper" class for the CreateLine bean, the HMCreateLineComm class takes care of all the communications between the Java application and HyperMesh itself.
Company: Altair Engineering
Constructor Summary | |
---|---|
HMCreateLineComm(HWMCommMgr hwmCommMgr)
Constructor. |
Method Summary | |
---|---|
void |
CreateLine(java.lang.String szSessionName,
java.util.Vector vectNodes)
Actually creates the HM line |
java.util.Vector |
SelectNodeList(java.lang.String szSessionName)
Prompts the user to select one or more nodes to create a line |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HMCreateLineComm(HWMCommMgr hwmCommMgr)
hwmCommMgr
- The communication manager wqhich facilitates the
communication with HMMethod Detail |
---|
public java.util.Vector SelectNodeList(java.lang.String szSessionName) throws java.lang.Exception
String
- szSessionName -- Session name to use for communicating
with HM
java.lang.Exception
public void CreateLine(java.lang.String szSessionName, java.util.Vector vectNodes) throws java.lang.Exception
String
- szSessionName -- Session name to use for communicating
with HMVector
- vectNodes -- A Vector of Ints, representing the nodes in
HM that the line should be connected to.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |