www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffnode/getTableNodes.m

    function pNodes = getTableNodes(obj)
%GETTABLENODES Return list of pointers to table nodes
%
%  PNODES = GETTABLENODES(OBJ) returns the list of table nodes that are
%  children of the tradeoff.  Use this method to insulate your code from
%  the effects of other, non-table, nodes being added to the tradeoff
%  architecture.

%  Copyright 2000-2014 The MathWorks, Inc. and Ford Global Technologies, Inc.


pNodes = children(obj);