Uses of Class
org.qdl_lang.workspace.QDLWorkspace
-
Packages that use QDLWorkspace Package Description org.qdl_lang.workspace The workspace and the commands that drive it. -
-
Uses of QDLWorkspace in org.qdl_lang.workspace
Methods in org.qdl_lang.workspace that return QDLWorkspace Modifier and Type Method Description QDLWorkspace
WorkspaceCommands. getWorkspace()
QDLWorkspace
WorkspaceProvider. getWorkspace(WorkspaceCommands workspaceCommands)
QDLWorkspace
WorkspaceProviderImpl. getWorkspace(WorkspaceCommands workspaceCommands)
protected static QDLWorkspace
QDLWorkspace. init(String[] args)
static QDLWorkspace
QDLWorkspace. newInstance(WorkspaceCommands workspaceCommands)
Methods in org.qdl_lang.workspace with parameters of type QDLWorkspace Modifier and Type Method Description void
WorkspaceCommands. setWorkspace(QDLWorkspace workspace)
-