| |
|
| java.lang.Object org.acm.seguin.summary.query.SearchData
SearchData | class SearchData (Code) | | Provides search data fro the ChildClassSearcher. Contains the type we are
searching for and the children that are found.
author: Chris Seguin |
SearchData | SearchData(TypeSummary init)(Code) | | Constructor for the SearchData object
Parameters: init - Description of Parameter |
addChild | void addChild(TypeSummary newChild)(Code) | | Adds a feature to the Child attribute of the SearchData object
Parameters: newChild - The feature to be added to the Child attribute |
getChildren | Iterator getChildren()(Code) | | Gets the Children attribute of the SearchData object
The Children value |
getParentType | TypeSummary getParentType()(Code) | | Gets the ParentType attribute of the SearchData object
The ParentType value |
|
|
|