wt.iba.definition
Interface AttributeHierarchyParent
- All Known Subinterfaces:
- AttributeDefinition, ParentAttributeDefinition, ParentAttributeOrganizer
- All Known Implementing Classes:
- AbstractAttributeDefinition, AttributeOrganizer
- public interface AttributeHierarchyParent
The AttributeHierarchyParent interface should be implemented by attribute
defintion classes and attribute organizer class whose instances are able
to be the parent of attribute organizers or attribute definitions.
Supported API: false
Extendable: false
isValidChild
public boolean isValidChild(AttributeHierarchyChild hierChild)
- verify if the AttributeHiearchyChild is a valid child. An attribute
definition can be the child of another attribute definition if and
only if it is of the same concrete class. Or an attribute definition
can be a child of another attribute definition.
Supported API: false
- Parameters:
hierChild
-
- Returns:
- boolean