org.ocltf.model
Interface GeneralizationFacade

All Superinterfaces:
ElementFacade

public interface GeneralizationFacade
extends ElementFacade

Specifies a "facade" for an underlying generalization.

Author:
Chad Brandon

Method Summary
 java.lang.Object getChild()
          Returns the child of the Generalization (the sub class).
 java.lang.Object getParent()
          Returns the child of the underlying generalization
 
Methods inherited from interface org.ocltf.model.ElementFacade
findConstraint, findTagValue, getConstraints, getFullyQualifiedName, getGeneralizations, getId, getName, getPackageName, getStereotypeNames, getTaggedValues, getType
 

Method Detail

getParent

public java.lang.Object getParent()
Returns the child of the underlying generalization

Returns:
Object the parent of the generalization

getChild

public java.lang.Object getChild()
Returns the child of the Generalization (the sub class).

Returns:
Object the parent of the generalization


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.