Script library CLASS: DecisionMaker
CLASS: DecisionMaker

This script element holds classes to make decisions at runtime about which elements to include in the documentation.

Class Summary
Public DecisionMaker
     This class describes the interface of functionality that is used to make decisions.
Public NoopDecisionMaker
     Noop implementation that affirms everything and returns immediately there after.
Public NoPrivateDecisionMaker
     DecisionMaker implementation that makes sure only ScriptElements with a Public modifier is included.
Public OnlyWithCommentDecisionMaker
     DecisionMaker implementation that makes sure only ScriptElements with a comment is included.