Click or drag to resize

spiderStageBase Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Describes one loop or part of workflow
Inheritance Hierarchy

Namespace:  imbWEM.Core.stage
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public abstract class spiderStageBase : IObjectWithNameAndDescription, 
	IObjectWithDescription, IObjectWithName

The spiderStageBase type exposes the following members.

Constructors
  NameDescription
Public methodspiderStageBase
Initializes a new instance of the spiderStageBase class
Top
Properties
  NameDescription
Public propertycodename
Public propertydescription
Human-readable description of object instance
Public propertyname
Name for this instance
Public propertystageControl
Public propertystageIteration
Public propertystageIterationLimit
Top
Methods
  NameDescription
Public methodAddObjective
Public methodCheckStage
Public methodClone
Clones this instance of stage
Public methodEnterStage
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodoperation_executeObjectiveSolutionSet
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberGLOBAL_stageIterationLimit
The global stage iteration limit
Top
See Also

Reference

[!:aceCommonTypes.interfaces.IObjectWithNameAndDescription]