|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParent
Common protocol for Java elements that contain other Java elements.
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
IAadlElement[] |
getChildren()
Returns the immediate children of this element. |
boolean |
hasChildren()
Returns whether this element has one or more immediate children. |
Method Detail |
---|
IAadlElement[] getChildren() throws AadlModelException
AadlModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resourceboolean hasChildren() throws AadlModelException
getChildren
is an empty array.
AadlModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |