메소드 | 설명 | |
---|---|---|
connectToOpenEngSbWithXLink ( ) : void |
Creates/Registers the connector at the OpenEngSB and registers the connector to XLink
|
|
createXLink ( |
Creates a XLink to the given WorkingDirectoryFile and copies it to the clipboard. Aborts the creation if no connection to the OpenEngSB is established.
|
|
disconnect ( ) : void |
Unregisters the connector from XLink and removes it from the OpenEngSB
|
|
getInstance ( ) : |
Returns the Connectors only instance.
|
|
initInstance ( String xlinkBaseUrl, String domainId, String programname, String hostIp, string classNameOfOpenEngSBModel, String openengsbContext ) : void |
Initializes the Connectors only instance.
|
|
isConnected ( ) : bool | ||
listOtherLocalInstalledSoftwareTools ( ) : void |
List the other local software tools, currently using xlink.
|
|
setCurrentlyInstalledTools ( OOSourceCodeDomain newArryOfInstalledTools ) : void |
Redefines the array with currently installed local software tools.
|
|
setCurrentlyInstalledTools ( OpenEngSBCore newArryOfInstalledTools ) : void |
Redefines the array with currently installed local software tools.
|
|
triggerLocalSwitch ( String programname, String viewId, String filename ) : void |
Triggers the local switching functionality for the given program, using the given viewId ontop of the defined file.
|
메소드 | 설명 | |
---|---|---|
OpenEngSBConnectionManager ( String xlinkServerURL, String domainId, String programname, String hostIp, string classNameOfOpenEngSBModel, String openengsbContext ) : System | ||
convertBetweenDLLTypes ( OOSourceCodeDomain newArryOfInstalledTools ) : OpenEngSBCore.XLinkConnector[] |
The DomainConnector and the OpenEngSBCore origin from different DLLs but they both contain the type XLinkConnector. This method converts between themm.
|
|
convertWorkingDirectoryFileToJSON ( |
Converts a WorkingDirectoryFile instance to a OOCLass instance and serializes it to String, with JSON
|
|
findCurrentlyInstalledToolToName ( String programname ) : OpenEngSBCore.XLinkConnector |
Returns the XLinkConnector entry to the given programname or null
|
|
findViewToCurrentlyInstalledTool ( OpenEngSBCore otherLocalTool, string viewId ) : OpenEngSBCore.XLinkConnectorView |
Returns the XLinkConnectorView entry to the given XLinkConnector and viewId or null
|
|
initModelViewRelation ( ) : ModelToViewsTuple[] |
Creates the Array of Model/View relations, offered by the Tool, for XLink
|
|
outputLine ( string line ) : void |
public createXLink ( |
||
file | ||
리턴 | string |
public static getInstance ( ) : |
||
리턴 |
public static initInstance ( String xlinkBaseUrl, String domainId, String programname, String hostIp, string classNameOfOpenEngSBModel, String openengsbContext ) : void | ||
xlinkBaseUrl | String | Link to OpenEngSB server |
domainId | String | |
programname | String | |
hostIp | String | IP of the local host |
classNameOfOpenEngSBModel | string | |
openengsbContext | String | |
리턴 | void |
public listOtherLocalInstalledSoftwareTools ( ) : void | ||
리턴 | void |
public setCurrentlyInstalledTools ( OOSourceCodeDomain newArryOfInstalledTools ) : void | ||
newArryOfInstalledTools | OOSourceCodeDomain | |
리턴 | void |
public setCurrentlyInstalledTools ( OpenEngSBCore newArryOfInstalledTools ) : void | ||
newArryOfInstalledTools | OpenEngSBCore | |
리턴 | void |
public triggerLocalSwitch ( String programname, String viewId, String filename ) : void | ||
programname | String | |
viewId | String | |
filename | String | |
리턴 | void |