Click or drag to resize

imbNLPToolkitConsole Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbNLP.ToolkitTest.imbNLPToolkitConsole"]

Inheritance Hierarchy
SystemObject
  aceBindable
    aceOperationSetExecutorBase
      aceCommandConsole
        aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace
          imbNLP.ToolkitTestimbNLPToolkitConsole

Namespace:  imbNLP.ToolkitTest
Assembly:  imbNLP.ToolkitTest (in imbNLP.ToolkitTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class imbNLPToolkitConsole : aceAdvancedConsole<imbNLPToolkitState, imbNLPToolkitWorkspace>

The imbNLPToolkitConsole type exposes the following members.

Constructors
  NameDescription
Public methodimbNLPToolkitConsole
Initializes a new instance of the imbNLPToolkitConsole class
Top
Properties
  NameDescription
Public propertyapplication (Inherited from aceCommandConsole.)
Public propertycommands (Inherited from aceCommandConsole.)
Public propertycommandSetTree (Inherited from aceCommandConsole.)
Public propertyconsoleHelp (Inherited from aceCommandConsole.)
Public propertyconsoleIsRunning (Inherited from aceCommandConsole.)
Public propertyconsoleTitle (Overrides aceCommandConsole.consoleTitle.)
Public propertyDefaultCommand (Inherited from aceCommandConsole.)
Public propertydoAskForExitConfigmation (Inherited from aceCommandConsole.)
Public propertydoAskForQuitConfirmation (Inherited from aceCommandConsole.)
Public propertyencode (Inherited from aceCommandConsole.)
Public propertyhelpContent (Inherited from aceCommandConsole.)
Public propertyhelpHeader (Inherited from aceCommandConsole.)
Public propertyhistory (Inherited from aceCommandConsole.)
Public propertyisReady (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Public propertylastInput (Inherited from aceCommandConsole.)
Public propertylinePrefix (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Public propertyoutput (Inherited from aceCommandConsole.)
Public propertyplatform (Inherited from aceCommandConsole.)
Public propertyresponse (Inherited from aceCommandConsole.)
Public propertysaveClipboard (Inherited from aceCommandConsole.)
Public propertyscriptRunning (Inherited from aceCommandConsole.)
Public propertySelectedObject (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Public propertystate (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Public propertystateInfo (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Public propertyworkspace (Overrides aceAdvancedConsole.workspace.)
Top
Methods
  NameDescription
Public methodaceOperation_consoleCls (Inherited from aceCommandConsole.)
Public methodaceOperation_consoleExit (Inherited from aceCommandConsole.)
Public methodaceOperation_consoleHelp (Inherited from aceCommandConsole.)
Public methodaceOperation_consoleQuit (Inherited from aceCommandConsole.)
Public methodaceOperation_helpExportHelp (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Public methodaceOperation_projectReset (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Public methodaceOperation_runAbort (Inherited from aceCommandConsole.)
Public methodaceOperation_runLoadWebKB
Public methodaceOperation_runNone (Inherited from aceCommandConsole.)
Public methodaceOperation_runPause (Inherited from aceCommandConsole.)
Public methodaceOperation_scriptExecute (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Public methodaceOperation_scriptProcess (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Public methodaceOperation_scriptTemplate (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Public methodcls (Inherited from aceCommandConsole.)
Protected methoddoCustomSpecialCall (Overrides aceCommandConsole.doCustomSpecialCall(aceCommandActiveInput).)
Protected methoddoSpecialCall (Inherited from aceCommandConsole.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodexecuteCommand (Inherited from aceCommandConsole.)
Public methodexecuteScript (Inherited from aceCommandConsole.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetScope (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodinit (Inherited from aceCommandConsole.)
Protected methodlistCommands (Inherited from aceCommandConsole.)
Public methodlog (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from aceBindable.)
Public methodonStartUp (Overrides aceAdvancedConsole.onStartUp.)
Public methodstart (Inherited from aceCommandConsole.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
Fields
  NameDescription
Protected field_consoleHelp (Inherited from aceCommandConsole.)
Protected field_consoleTitle (Inherited from aceCommandConsole.)
Protected field_state (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Protected field_workspace (Inherited from aceAdvancedConsoleimbNLPToolkitState, imbNLPToolkitWorkspace.)
Top
See Also