function nodes = getDefaultNodes(this)
% GETDEFAULTNODES  Return list of required component names.

% Author(s): John Glass
% Revised: 
% Copyright 1986-2004 The MathWorks, Inc.

% Define list of required components for objects of this class
nodes = [GenericLinearizationNodes.Views('initialize')];
 
