Package org.cytoscape.app
Interface CyAppAdapter
- All Known Subinterfaces:
CySwingAppAdapter
Deprecated.
(As of Cytoscape 3.7)
Support for simple apps will be removed in a future version
of Cytoscape, please provide an OSGi bundle app instead.
A Java-only api providing access to Cytoscape functionality.
This class will provide access the various core Manager and
Factory interfaces defined in different API jars that are
normally made available to apps as OSGi services.
Through
these interfaces developers will have access to most management
and creational facilities defined in the Cytoscape API, however
this interface omits all Swing or GUI specific services so that
apps may be written to be independent of the UI. For Swing
and GUI related services see CySwingAppAdapter.
This is a convenience interface intended make app development
as simple as possible.
Module: app-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>app-api</artifactId> </dependency>
Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns an instance ofApplyPreferredLayoutTaskFactory
.Deprecated.Returns an instance ofApplyVisualStyleTaskFactory
.Deprecated.Returns an instance ofCloneNetworkTaskFactory
.Deprecated.Returns an instance ofCollapseGroupTaskFactory
.Deprecated.Returns an instance ofConnectSelectedNodesTaskFactory
.Deprecated.Returns an instance ofCreateNetworkViewTaskFactory
.Deprecated.Returns an instance ofDeleteColumnTaskFactory
.Deprecated.Returns an instance ofDeleteSelectedNodesAndEdgesTaskFactory
.Deprecated.Returns an instance ofDeleteTableTaskFactory
.Deprecated.Returns an instance ofDeselectAllEdgesTaskFactory
.Deprecated.Returns an instance ofDeselectAllNodesTaskFactory
.Deprecated.Returns an instance ofDeselectAllTaskFactory
.Deprecated.Returns an instance ofDestroyNetworkTaskFactory
.Deprecated.Returns an instance ofDestroyNetworkViewTaskFactory
.Deprecated.Returns an instance ofEditNetworkTitleTaskFactory
.Deprecated.Returns an instance ofExpandGroupTaskFactory
.Deprecated.Returns an instance ofExportNetworkImageTaskFactory
.Deprecated.Returns an instance ofExportNetworkViewTaskFactory
.Deprecated.Returns an instance ofExportSelectedTableTaskFactory
.Deprecated.Returns an instance ofExportTableTaskFactory
.Deprecated.Returns an instance ofExportVizmapTaskFactory
.Deprecated.Returns an instance ofGroupNodesTaskFactory
.Deprecated.Returns an instance ofHideSelectedEdgesTaskFactory
.Deprecated.Returns an instance ofHideSelectedNodesTaskFactory
.Deprecated.Returns an instance ofHideSelectedTaskFactory
.Deprecated.Returns an instance ofInvertSelectedEdgesTaskFactory
.Deprecated.Returns an instance ofInvertSelectedNodesTaskFactory
.Deprecated.Returns an instance ofLoadNetworkFileTaskFactory
.Deprecated.Returns an instance ofLoadNetworkURLTaskFactory
.Deprecated.Returns an instance ofLoadTableFileTaskFactory
.Deprecated.Returns an instance ofLoadTableURLTaskFactory
.Deprecated.Returns an instance ofLoadVizmapFileTaskFactory
.Deprecated.Returns an instance ofMapGlobalToLocalTableTaskFactory
.Deprecated.Returns an instance ofMapTableToNetworkTablesTaskFactory
.Deprecated.Returns an instance ofNewEmptyNetworkViewFactory
.Deprecated.Returns an instance ofNewNetworkSelectedNodesAndEdgesTaskFactory
.Deprecated.Returns an instance ofNewNetworkSelectedNodesOnlyTaskFactory
.Deprecated.Returns an instance ofNewSessionTaskFactory
.Deprecated.Returns an instance ofOpenSessionTaskFactory
.Deprecated.Returns an instance ofRenameColumnTaskFactory
.Deprecated.Returns an instance ofSaveSessionAsTaskFactory
.Deprecated.Returns an instance ofSelectAdjacentEdgesTaskFactory
.Deprecated.Returns an instance ofSelectAllEdgesTaskFactory
.Deprecated.Returns an instance ofSelectAllNodesTaskFactory
.Deprecated.Returns an instance ofSelectAllTaskFactory
.Deprecated.Returns an instance ofSelectConnectedNodesTaskFactory
.Deprecated.Returns an instance ofSelectFirstNeighborsNodeViewTaskFactory
.Deprecated.Returns an instance ofSelectFirstNeighborsTaskFactory
.Deprecated.Returns an instance ofSelectFirstNeighborsTaskFactory
.Deprecated.Returns an instance ofSelectFirstNeighborsTaskFactory
.Deprecated.Returns an instance ofSelectFromFileListTaskFactory
.Deprecated.Returns an instance ofUnGroupNodesTaskFactory
.Deprecated.Returns an instance ofUnGroupTaskFactory
.Deprecated.Returns an instance ofUnHideAllEdgesTaskFactory
.Deprecated.Returns an instance ofUnHideAllNodesTaskFactory
.Deprecated.Returns an instance ofUnHideAllTaskFactory
.Deprecated.Returns an instance ofAvailableCommands
.Deprecated.Returns an instance ofCommandExecutorTaskFactory
which can be used to execute commands.Deprecated.Returns an instance ofCyProperty
of type Properties.Deprecated.Deprecated.Returns an instance ofCyApplicationManager
.Deprecated.Returns an instance ofCyEventHelper
.Deprecated.Returns an instance ofCyGroupAggregationManager
.Deprecated.Returns an instance ofCyGroupFactory
.Deprecated.Returns an instance ofCyGroupManager
.Deprecated.Returns an instance ofCyLayoutAlgorithmManager
.Deprecated.Returns an instance ofCyNetworkFactory
.Deprecated.Returns an instance ofCyNetworkManager
.Deprecated.Returns an instance ofCyNetworkViewFactory
.Deprecated.Returns an instance ofCyNetworkViewManager
.Deprecated.Returns an instance ofCyNetworkReaderManager
.Deprecated.Returns an instance ofCyNetworkViewWriterManager
.Deprecated.Returns an instance ofCyPropertyReaderManager
.Deprecated.Returns an instance ofCyPropertyWriterManager
.Deprecated.Returns an instance ofCyRootNetworkManager
.Deprecated.Returns an instance ofCyServiceRegistrar
.Deprecated.Returns an instance ofCySessionManager
.Deprecated.Returns an instance ofCySessionReaderManager
.Deprecated.Returns an instance ofCySessionWriterManager
.Deprecated.Returns an instance ofCyTableFactory
.Deprecated.Returns an instance ofCyTableManager
.Deprecated.Returns an instance ofCyTableReaderManager
.Deprecated.Returns an instance ofCyTableWriterManager
.Deprecated.Returns an instance ofCyVersion
.Deprecated.Returns an instance ofDataSourceManager
.Deprecated.Returns an instance ofPresentationWriterManager
.Deprecated.Returns an instance ofRenderingEngineManager
.Deprecated.Returns an instance ofStreamUtil
.Deprecated.Returns an instance ofTaskManager
.Deprecated.Returns an instance ofTunablePropertySerializerFactory
.Deprecated.Returns an instance ofUndoSupport
.Deprecated.Returns an instance ofVisualMappingFunctionFactory
.Deprecated.Returns an instance ofVisualMappingFunctionFactory
.Deprecated.Returns an instance ofVisualMappingFunctionFactory
.Deprecated.Returns an instance ofVisualMappingManager
.Deprecated.Returns an instance ofVisualStyleFactory
.
-
Method Details
-
getCyApplicationConfiguration
CyApplicationConfiguration getCyApplicationConfiguration()Deprecated. -
getCyNetworkFactory
CyNetworkFactory getCyNetworkFactory()Deprecated.Returns an instance ofCyNetworkFactory
.- Returns:
- an instance of
CyNetworkFactory
.
-
getCyTableFactory
CyTableFactory getCyTableFactory()Deprecated.Returns an instance ofCyTableFactory
.- Returns:
- an instance of
CyTableFactory
.
-
getCyTableManager
CyTableManager getCyTableManager()Deprecated.Returns an instance ofCyTableManager
.- Returns:
- an instance of
CyTableManager
.
-
getCyRootNetworkManager
CyRootNetworkManager getCyRootNetworkManager()Deprecated.Returns an instance ofCyRootNetworkManager
.- Returns:
- an instance of
CyRootNetworkManager
.
-
getCyEventHelper
CyEventHelper getCyEventHelper()Deprecated.Returns an instance ofCyEventHelper
.- Returns:
- an instance of
CyEventHelper
.
-
getCyNetworkManager
CyNetworkManager getCyNetworkManager()Deprecated.Returns an instance ofCyNetworkManager
.- Returns:
- an instance of
CyNetworkManager
.
-
getCyGroupFactory
CyGroupFactory getCyGroupFactory()Deprecated.Returns an instance ofCyGroupFactory
.- Returns:
- an instance of
CyGroupFactory
.
-
getCyGroupAggregationManager
CyGroupAggregationManager getCyGroupAggregationManager()Deprecated.Returns an instance ofCyGroupAggregationManager
.- Returns:
- an instance of
CyGroupAggregationManager
.
-
getCyGroupManager
CyGroupManager getCyGroupManager()Deprecated.Returns an instance ofCyGroupManager
.- Returns:
- an instance of
CyGroupManager
.
-
getCyNetworkViewFactory
CyNetworkViewFactory getCyNetworkViewFactory()Deprecated.Returns an instance ofCyNetworkViewFactory
.- Returns:
- an instance of
CyNetworkViewFactory
.
-
getCyNetworkViewManager
CyNetworkViewManager getCyNetworkViewManager()Deprecated.Returns an instance ofCyNetworkViewManager
.- Returns:
- an instance of
CyNetworkViewManager
.
-
getCyApplicationManager
CyApplicationManager getCyApplicationManager()Deprecated.Returns an instance ofCyApplicationManager
.- Returns:
- an instance of
CyApplicationManager
.
-
getCySessionManager
CySessionManager getCySessionManager()Deprecated.Returns an instance ofCySessionManager
.- Returns:
- an instance of
CySessionManager
.
-
getTaskManager
TaskManager getTaskManager()Deprecated.Returns an instance ofTaskManager
.- Returns:
- an instance of
TaskManager
.
-
getUndoSupport
UndoSupport getUndoSupport()Deprecated.Returns an instance ofUndoSupport
.- Returns:
- an instance of
UndoSupport
.
-
getTunablePropertySerializerFactory
TunablePropertySerializerFactory getTunablePropertySerializerFactory()Deprecated.Returns an instance ofTunablePropertySerializerFactory
.- Returns:
- an instance of
TunablePropertySerializerFactory
.
-
getRenderingEngineManager
RenderingEngineManager getRenderingEngineManager()Deprecated.Returns an instance ofRenderingEngineManager
.- Returns:
- an instance of
RenderingEngineManager
.
-
getVisualMappingManager
VisualMappingManager getVisualMappingManager()Deprecated.Returns an instance ofVisualMappingManager
.- Returns:
- an instance of
VisualMappingManager
.
-
getVisualStyleFactory
VisualStyleFactory getVisualStyleFactory()Deprecated.Returns an instance ofVisualStyleFactory
.- Returns:
- an instance of
VisualStyleFactory
.
-
getVisualMappingFunctionContinuousFactory
VisualMappingFunctionFactory getVisualMappingFunctionContinuousFactory()Deprecated.Returns an instance ofVisualMappingFunctionFactory
.- Returns:
- an instance of
VisualMappingFunctionFactory
.
-
getVisualMappingFunctionDiscreteFactory
VisualMappingFunctionFactory getVisualMappingFunctionDiscreteFactory()Deprecated.Returns an instance ofVisualMappingFunctionFactory
.- Returns:
- an instance of
VisualMappingFunctionFactory
.
-
getVisualMappingFunctionPassthroughFactory
VisualMappingFunctionFactory getVisualMappingFunctionPassthroughFactory()Deprecated.Returns an instance ofVisualMappingFunctionFactory
.- Returns:
- an instance of
VisualMappingFunctionFactory
.
-
getCyLayoutAlgorithmManager
CyLayoutAlgorithmManager getCyLayoutAlgorithmManager()Deprecated.Returns an instance ofCyLayoutAlgorithmManager
.- Returns:
- an instance of
CyLayoutAlgorithmManager
.
-
getCoreProperties
CyProperty<Properties> getCoreProperties()Deprecated.Returns an instance ofCyProperty
of type Properties.- Returns:
- an instance of
CyProperty
of type Properties.
-
getCyNetworkViewReaderManager
CyNetworkReaderManager getCyNetworkViewReaderManager()Deprecated.Returns an instance ofCyNetworkReaderManager
.- Returns:
- an instance of
CyNetworkReaderManager
.
-
getCyPropertyReaderManager
CyPropertyReaderManager getCyPropertyReaderManager()Deprecated.Returns an instance ofCyPropertyReaderManager
.- Returns:
- an instance of
CyPropertyReaderManager
.
-
getCySessionReaderManager
CySessionReaderManager getCySessionReaderManager()Deprecated.Returns an instance ofCySessionReaderManager
.- Returns:
- an instance of
CySessionReaderManager
.
-
getCyTableReaderManager
CyTableReaderManager getCyTableReaderManager()Deprecated.Returns an instance ofCyTableReaderManager
.- Returns:
- an instance of
CyTableReaderManager
.
-
getCyNetworkViewWriterManager
CyNetworkViewWriterManager getCyNetworkViewWriterManager()Deprecated.Returns an instance ofCyNetworkViewWriterManager
.- Returns:
- an instance of
CyNetworkViewWriterManager
.
-
getCyPropertyWriterManager
CyPropertyWriterManager getCyPropertyWriterManager()Deprecated.Returns an instance ofCyPropertyWriterManager
.- Returns:
- an instance of
CyPropertyWriterManager
.
-
getCySessionWriterManager
CySessionWriterManager getCySessionWriterManager()Deprecated.Returns an instance ofCySessionWriterManager
.- Returns:
- an instance of
CySessionWriterManager
.
-
getCyTableWriterManager
CyTableWriterManager getCyTableWriterManager()Deprecated.Returns an instance ofCyTableWriterManager
.- Returns:
- an instance of
CyTableWriterManager
.
-
getPresentationWriterManager
PresentationWriterManager getPresentationWriterManager()Deprecated.Returns an instance ofPresentationWriterManager
.- Returns:
- an instance of
PresentationWriterManager
.
-
getStreamUtil
StreamUtil getStreamUtil()Deprecated.Returns an instance ofStreamUtil
.- Returns:
- an instance of
StreamUtil
.
-
getCyServiceRegistrar
CyServiceRegistrar getCyServiceRegistrar()Deprecated.Returns an instance ofCyServiceRegistrar
.- Returns:
- an instance of
CyServiceRegistrar
.
-
getCyVersion
CyVersion getCyVersion()Deprecated.Returns an instance ofCyVersion
.- Returns:
- an instance of
CyVersion
.
-
getDataSourceManager
DataSourceManager getDataSourceManager()Deprecated.Returns an instance ofDataSourceManager
.- Returns:
- an instance of
DataSourceManager
.
-
getAvailableCommands
AvailableCommands getAvailableCommands()Deprecated.Returns an instance ofAvailableCommands
.- Returns:
- an instance of
AvailableCommands
.
-
getCommandExecutorTaskFactory
CommandExecutorTaskFactory getCommandExecutorTaskFactory()Deprecated.Returns an instance ofCommandExecutorTaskFactory
which can be used to execute commands.- Returns:
- an instance of
CommandExecutorTaskFactory
.
-
get_ApplyVisualStyleTaskFactory
ApplyVisualStyleTaskFactory get_ApplyVisualStyleTaskFactory()Deprecated.Returns an instance ofApplyVisualStyleTaskFactory
.- Returns:
- an instance of
ApplyVisualStyleTaskFactory
.
-
get_MapGlobalToLocalTableTaskFactory
MapGlobalToLocalTableTaskFactory get_MapGlobalToLocalTableTaskFactory()Deprecated.Returns an instance ofMapGlobalToLocalTableTaskFactory
.- Returns:
- an instance of
MapGlobalToLocalTableTaskFactory
.
-
get_LoadNetworkFileTaskFactory
LoadNetworkFileTaskFactory get_LoadNetworkFileTaskFactory()Deprecated.Returns an instance ofLoadNetworkFileTaskFactory
.- Returns:
- an instance of
LoadNetworkFileTaskFactory
.
-
get_LoadNetworkURLTaskFactory
LoadNetworkURLTaskFactory get_LoadNetworkURLTaskFactory()Deprecated.Returns an instance ofLoadNetworkURLTaskFactory
.- Returns:
- an instance of
LoadNetworkURLTaskFactory
.
-
get_LoadVizmapFileTaskFactory
LoadVizmapFileTaskFactory get_LoadVizmapFileTaskFactory()Deprecated.Returns an instance ofLoadVizmapFileTaskFactory
.- Returns:
- an instance of
LoadVizmapFileTaskFactory
.
-
get_LoadTableFileTaskFactory
LoadTableFileTaskFactory get_LoadTableFileTaskFactory()Deprecated.Returns an instance ofLoadTableFileTaskFactory
.- Returns:
- an instance of
LoadTableFileTaskFactory
.
-
get_LoadTableURLTaskFactory
LoadTableURLTaskFactory get_LoadTableURLTaskFactory()Deprecated.Returns an instance ofLoadTableURLTaskFactory
.- Returns:
- an instance of
LoadTableURLTaskFactory
.
-
get_DeleteSelectedNodesAndEdgesTaskFactory
DeleteSelectedNodesAndEdgesTaskFactory get_DeleteSelectedNodesAndEdgesTaskFactory()Deprecated.Returns an instance ofDeleteSelectedNodesAndEdgesTaskFactory
.- Returns:
- an instance of
DeleteSelectedNodesAndEdgesTaskFactory
.
-
get_SelectAllTaskFactory
SelectAllTaskFactory get_SelectAllTaskFactory()Deprecated.Returns an instance ofSelectAllTaskFactory
.- Returns:
- an instance of
SelectAllTaskFactory
.
-
get_SelectAllEdgesTaskFactory
SelectAllEdgesTaskFactory get_SelectAllEdgesTaskFactory()Deprecated.Returns an instance ofSelectAllEdgesTaskFactory
.- Returns:
- an instance of
SelectAllEdgesTaskFactory
.
-
get_SelectAllNodesTaskFactory
SelectAllNodesTaskFactory get_SelectAllNodesTaskFactory()Deprecated.Returns an instance ofSelectAllNodesTaskFactory
.- Returns:
- an instance of
SelectAllNodesTaskFactory
.
-
get_SelectAdjacentEdgesTaskFactory
SelectAdjacentEdgesTaskFactory get_SelectAdjacentEdgesTaskFactory()Deprecated.Returns an instance ofSelectAdjacentEdgesTaskFactory
.- Returns:
- an instance of
SelectAdjacentEdgesTaskFactory
.
-
get_SelectConnectedNodesTaskFactory
SelectConnectedNodesTaskFactory get_SelectConnectedNodesTaskFactory()Deprecated.Returns an instance ofSelectConnectedNodesTaskFactory
.- Returns:
- an instance of
SelectConnectedNodesTaskFactory
.
-
get_SelectFirstNeighborsTaskFactory
SelectFirstNeighborsTaskFactory get_SelectFirstNeighborsTaskFactory()Deprecated.Returns an instance ofSelectFirstNeighborsTaskFactory
.- Returns:
- an instance of
SelectFirstNeighborsTaskFactory
.
-
get_SelectFirstNeighborsTaskFactoryInEdge
SelectFirstNeighborsTaskFactory get_SelectFirstNeighborsTaskFactoryInEdge()Deprecated.Returns an instance ofSelectFirstNeighborsTaskFactory
.- Returns:
- an instance of
SelectFirstNeighborsTaskFactory
.
-
get_SelectFirstNeighborsTaskFactoryOutEdge
SelectFirstNeighborsTaskFactory get_SelectFirstNeighborsTaskFactoryOutEdge()Deprecated.Returns an instance ofSelectFirstNeighborsTaskFactory
.- Returns:
- an instance of
SelectFirstNeighborsTaskFactory
.
-
get_DeselectAllTaskFactory
DeselectAllTaskFactory get_DeselectAllTaskFactory()Deprecated.Returns an instance ofDeselectAllTaskFactory
.- Returns:
- an instance of
DeselectAllTaskFactory
.
-
get_DeselectAllEdgesTaskFactory
DeselectAllEdgesTaskFactory get_DeselectAllEdgesTaskFactory()Deprecated.Returns an instance ofDeselectAllEdgesTaskFactory
.- Returns:
- an instance of
DeselectAllEdgesTaskFactory
.
-
get_DeselectAllNodesTaskFactory
DeselectAllNodesTaskFactory get_DeselectAllNodesTaskFactory()Deprecated.Returns an instance ofDeselectAllNodesTaskFactory
.- Returns:
- an instance of
DeselectAllNodesTaskFactory
.
-
get_InvertSelectedEdgesTaskFactory
InvertSelectedEdgesTaskFactory get_InvertSelectedEdgesTaskFactory()Deprecated.Returns an instance ofInvertSelectedEdgesTaskFactory
.- Returns:
- an instance of
InvertSelectedEdgesTaskFactory
.
-
get_InvertSelectedNodesTaskFactory
InvertSelectedNodesTaskFactory get_InvertSelectedNodesTaskFactory()Deprecated.Returns an instance ofInvertSelectedNodesTaskFactory
.- Returns:
- an instance of
InvertSelectedNodesTaskFactory
.
-
get_SelectFromFileListTaskFactory
SelectFromFileListTaskFactory get_SelectFromFileListTaskFactory()Deprecated.Returns an instance ofSelectFromFileListTaskFactory
.- Returns:
- an instance of
SelectFromFileListTaskFactory
.
-
get_SelectFirstNeighborsNodeViewTaskFactory
SelectFirstNeighborsNodeViewTaskFactory get_SelectFirstNeighborsNodeViewTaskFactory()Deprecated.Returns an instance ofSelectFirstNeighborsNodeViewTaskFactory
.- Returns:
- an instance of
SelectFirstNeighborsNodeViewTaskFactory
.
-
get_HideSelectedTaskFactory
HideSelectedTaskFactory get_HideSelectedTaskFactory()Deprecated.Returns an instance ofHideSelectedTaskFactory
.- Returns:
- an instance of
HideSelectedTaskFactory
.
-
get_HideSelectedNodesTaskFactory
HideSelectedNodesTaskFactory get_HideSelectedNodesTaskFactory()Deprecated.Returns an instance ofHideSelectedNodesTaskFactory
.- Returns:
- an instance of
HideSelectedNodesTaskFactory
.
-
get_HideSelectedEdgesTaskFactory
HideSelectedEdgesTaskFactory get_HideSelectedEdgesTaskFactory()Deprecated.Returns an instance ofHideSelectedEdgesTaskFactory
.- Returns:
- an instance of
HideSelectedEdgesTaskFactory
.
-
get_UnHideAllTaskFactory
UnHideAllTaskFactory get_UnHideAllTaskFactory()Deprecated.Returns an instance ofUnHideAllTaskFactory
.- Returns:
- an instance of
UnHideAllTaskFactory
.
-
get_UnHideAllNodesTaskFactory
UnHideAllNodesTaskFactory get_UnHideAllNodesTaskFactory()Deprecated.Returns an instance ofUnHideAllNodesTaskFactory
.- Returns:
- an instance of
UnHideAllNodesTaskFactory
.
-
get_UnHideAllEdgesTaskFactory
UnHideAllEdgesTaskFactory get_UnHideAllEdgesTaskFactory()Deprecated.Returns an instance ofUnHideAllEdgesTaskFactory
.- Returns:
- an instance of
UnHideAllEdgesTaskFactory
.
-
get_NewEmptyNetworkViewFactory
NewEmptyNetworkViewFactory get_NewEmptyNetworkViewFactory()Deprecated.Returns an instance ofNewEmptyNetworkViewFactory
.- Returns:
- an instance of
NewEmptyNetworkViewFactory
.
-
get_NewNetworkSelectedNodesAndEdgesTaskFactory
NewNetworkSelectedNodesAndEdgesTaskFactory get_NewNetworkSelectedNodesAndEdgesTaskFactory()Deprecated.Returns an instance ofNewNetworkSelectedNodesAndEdgesTaskFactory
.- Returns:
- an instance of
NewNetworkSelectedNodesAndEdgesTaskFactory
.
-
get_NewNetworkSelectedNodesOnlyTaskFactory
NewNetworkSelectedNodesOnlyTaskFactory get_NewNetworkSelectedNodesOnlyTaskFactory()Deprecated.Returns an instance ofNewNetworkSelectedNodesOnlyTaskFactory
.- Returns:
- an instance of
NewNetworkSelectedNodesOnlyTaskFactory
.
-
get_CloneNetworkTaskFactory
CloneNetworkTaskFactory get_CloneNetworkTaskFactory()Deprecated.Returns an instance ofCloneNetworkTaskFactory
.- Returns:
- an instance of
CloneNetworkTaskFactory
.
-
get_DestroyNetworkTaskFactory
DestroyNetworkTaskFactory get_DestroyNetworkTaskFactory()Deprecated.Returns an instance ofDestroyNetworkTaskFactory
.- Returns:
- an instance of
DestroyNetworkTaskFactory
.
-
get_DestroyNetworkViewTaskFactory
DestroyNetworkViewTaskFactory get_DestroyNetworkViewTaskFactory()Deprecated.Returns an instance ofDestroyNetworkViewTaskFactory
.- Returns:
- an instance of
DestroyNetworkViewTaskFactory
.
-
get_EditNetworkTitleTaskFactory
EditNetworkTitleTaskFactory get_EditNetworkTitleTaskFactory()Deprecated.Returns an instance ofEditNetworkTitleTaskFactory
.- Returns:
- an instance of
EditNetworkTitleTaskFactory
.
-
get_CreateNetworkViewTaskFactory
CreateNetworkViewTaskFactory get_CreateNetworkViewTaskFactory()Deprecated.Returns an instance ofCreateNetworkViewTaskFactory
.- Returns:
- an instance of
CreateNetworkViewTaskFactory
.
-
get_ExportNetworkImageTaskFactory
ExportNetworkImageTaskFactory get_ExportNetworkImageTaskFactory()Deprecated.Returns an instance ofExportNetworkImageTaskFactory
.- Returns:
- an instance of
ExportNetworkImageTaskFactory
.
-
get_ExportNetworkViewTaskFactory
ExportNetworkViewTaskFactory get_ExportNetworkViewTaskFactory()Deprecated.Returns an instance ofExportNetworkViewTaskFactory
.- Returns:
- an instance of
ExportNetworkViewTaskFactory
.
-
get_ExportSelectedTableTaskFactory
ExportSelectedTableTaskFactory get_ExportSelectedTableTaskFactory()Deprecated.Returns an instance ofExportSelectedTableTaskFactory
.- Returns:
- an instance of
ExportSelectedTableTaskFactory
.
-
get_ExportTableTaskFactory
ExportTableTaskFactory get_ExportTableTaskFactory()Deprecated.Returns an instance ofExportTableTaskFactory
.- Returns:
- an instance of
ExportTableTaskFactory
.
-
get_ExportVizmapTaskFactory
ExportVizmapTaskFactory get_ExportVizmapTaskFactory()Deprecated.Returns an instance ofExportVizmapTaskFactory
.- Returns:
- an instance of
ExportVizmapTaskFactory
.
-
get_NewSessionTaskFactory
NewSessionTaskFactory get_NewSessionTaskFactory()Deprecated.Returns an instance ofNewSessionTaskFactory
.- Returns:
- an instance of
NewSessionTaskFactory
.
-
get_OpenSessionTaskFactory
OpenSessionTaskFactory get_OpenSessionTaskFactory()Deprecated.Returns an instance ofOpenSessionTaskFactory
.- Returns:
- an instance of
OpenSessionTaskFactory
.
-
get_SaveSessionAsTaskFactory
SaveSessionAsTaskFactory get_SaveSessionAsTaskFactory()Deprecated.Returns an instance ofSaveSessionAsTaskFactory
.- Returns:
- an instance of
SaveSessionAsTaskFactory
.
-
get_ApplyPreferredLayoutTaskFactory
ApplyPreferredLayoutTaskFactory get_ApplyPreferredLayoutTaskFactory()Deprecated.Returns an instance ofApplyPreferredLayoutTaskFactory
.- Returns:
- an instance of
ApplyPreferredLayoutTaskFactory
.
-
get_DeleteColumnTaskFactory
DeleteColumnTaskFactory get_DeleteColumnTaskFactory()Deprecated.Returns an instance ofDeleteColumnTaskFactory
.- Returns:
- an instance of
DeleteColumnTaskFactory
.
-
get_RenameColumnTaskFactory
RenameColumnTaskFactory get_RenameColumnTaskFactory()Deprecated.Returns an instance ofRenameColumnTaskFactory
.- Returns:
- an instance of
RenameColumnTaskFactory
.
-
get_DeleteTableTaskFactory
DeleteTableTaskFactory get_DeleteTableTaskFactory()Deprecated.Returns an instance ofDeleteTableTaskFactory
.- Returns:
- an instance of
DeleteTableTaskFactory
.
-
get_ConnectSelectedNodesTaskFactory
ConnectSelectedNodesTaskFactory get_ConnectSelectedNodesTaskFactory()Deprecated.Returns an instance ofConnectSelectedNodesTaskFactory
.- Returns:
- an instance of
ConnectSelectedNodesTaskFactory
.
-
get_GroupNodesTaskFactory
GroupNodesTaskFactory get_GroupNodesTaskFactory()Deprecated.Returns an instance ofGroupNodesTaskFactory
.- Returns:
- an instance of
GroupNodesTaskFactory
.
-
get_UnGroupTaskFactory
UnGroupTaskFactory get_UnGroupTaskFactory()Deprecated.Returns an instance ofUnGroupTaskFactory
.- Returns:
- an instance of
UnGroupTaskFactory
.
-
get_CollapseGroupTaskFactory
CollapseGroupTaskFactory get_CollapseGroupTaskFactory()Deprecated.Returns an instance ofCollapseGroupTaskFactory
.- Returns:
- an instance of
CollapseGroupTaskFactory
.
-
get_ExpandGroupTaskFactory
ExpandGroupTaskFactory get_ExpandGroupTaskFactory()Deprecated.Returns an instance ofExpandGroupTaskFactory
.- Returns:
- an instance of
ExpandGroupTaskFactory
.
-
get_UnGroupNodesTaskFactory
UnGroupNodesTaskFactory get_UnGroupNodesTaskFactory()Deprecated.Returns an instance ofUnGroupNodesTaskFactory
.- Returns:
- an instance of
UnGroupNodesTaskFactory
.
-
get_MapTableToNetworkTablesTaskFactory
MapTableToNetworkTablesTaskFactory get_MapTableToNetworkTablesTaskFactory()Deprecated.Returns an instance ofMapTableToNetworkTablesTaskFactory
.- Returns:
- an instance of
MapTableToNetworkTablesTaskFactory
.
-