|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.altair.hwm.beans.hm.HMComponentComm
public class HMComponentComm
Title: HMComponentComm
Description: Provides creating, copying, deleting, moving, show and hide component collectors
Company: Altair Engineering, Inc.
| Constructor Summary | |
|---|---|
HMComponentComm(HWMCommMgr hwmCommMgr)
Constructor |
|
| Method Summary | |
|---|---|
void |
CopyToComponent(java.lang.String strSessionName,
java.lang.String strComponentName,
java.lang.String strEntityType,
java.lang.String strSelectionType)
Sends a command to HM asking it to copy components to a component collector |
void |
CreateComponent(java.lang.String strSessionName,
java.lang.String strComponentName)
Sends a command to HM asking it to create a component collector with the given name |
void |
DeleteComponent(java.lang.String strSessionName,
java.lang.String strComponentName)
Sends a command to HM asking it to delete a component collector with given name |
java.util.Vector |
GetAllComponents(java.lang.String strSessionName)
Get list of all components present in the model |
void |
HideAllComponents(java.lang.String strSessionName)
Hide display of all components in HM |
void |
HideComponent(java.lang.String strSessionName,
java.lang.String strComponentName)
Show display of the specified component in HM |
void |
MoveToComponent(java.lang.String strSessionName,
java.lang.String strComponentName,
java.lang.String strEntityType,
java.lang.String strSelectionType)
Sends a command to HM asking it to move components to a component collector |
void |
ShowAllComponents(java.lang.String strSessionName)
Show display of all compoenents in HM |
void |
ShowComponent(java.lang.String strSessionName,
java.lang.String strComponentName)
Show display of the specified component in HM |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HMComponentComm(HWMCommMgr hwmCommMgr)
hwmCommMgr - The communication manager wqhich facilitates the
communication with HM| Method Detail |
|---|
public void CreateComponent(java.lang.String strSessionName,
java.lang.String strComponentName)
throws java.lang.Exception
strSessionName - Session name to use for communication with HMstrComponentName - The name of the component collector to create
java.lang.Exception - thrown if the command fails. "getMessage" will give
the description of the error that occured
public void DeleteComponent(java.lang.String strSessionName,
java.lang.String strComponentName)
throws java.lang.Exception
strSessionName - Session name to use for communication with HMstrComponentName - The name of the component collector to delete
java.lang.Exception - thrown if the command fails. "getMessage" will give
the description of the error that occured
public void MoveToComponent(java.lang.String strSessionName,
java.lang.String strComponentName,
java.lang.String strEntityType,
java.lang.String strSelectionType)
throws java.lang.Exception
strSessionName - Session name to use for communication with HMstrComponentName - The name of the component collectorstrEntityType - The type of entity to move (i.e. surface,
elements etc.)strSelectionType - The selection type can be - all, displayed or
selected (user will select in HM).
java.lang.Exception - thrown if the command fails. "getMessage" will give
the description of the error that occured
public void CopyToComponent(java.lang.String strSessionName,
java.lang.String strComponentName,
java.lang.String strEntityType,
java.lang.String strSelectionType)
throws java.lang.Exception
strSessionName - Session name to use for communication with HMstrComponentName - The name of the component collectorstrEntityType - The type of entity to copy (i.e. surface,
elements etc.)strSelectionType - The selection type can be - all, displayed or
selected (user will select in HM).
java.lang.Exception - thrown if the command fails. "getMessage" will give
the description of the error that occured
public void ShowAllComponents(java.lang.String strSessionName)
throws java.lang.Exception
strSessionName - Session name to use for communication with HM
java.lang.Exception - thrown if the command fails. "getMessage" will give
the description of the error that occured
public void HideAllComponents(java.lang.String strSessionName)
throws java.lang.Exception
strSessionName - Session name to use for communication with HM
java.lang.Exception - thrown if the command fails. "getMessage" will give
the description of the error that occured
public void ShowComponent(java.lang.String strSessionName,
java.lang.String strComponentName)
throws java.lang.Exception
strSessionName - Session name to use for communication with HMstrComponentName - The name of the component collector
java.lang.Exception - thrown if the command fails. "getMessage" will give
the description of the error that occured
public void HideComponent(java.lang.String strSessionName,
java.lang.String strComponentName)
throws java.lang.Exception
strSessionName - Session name to use for communication with HMstrComponentName - The name of the component collector
java.lang.Exception - thrown if the command fails. "getMessage" will give
the description of the error that occured
public java.util.Vector GetAllComponents(java.lang.String strSessionName)
throws java.lang.Exception
strSessionName - Session name to use for communication with HM
java.lang.Exception - thrown if the command fails. "getMessage" will give
the description of the error that occured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||