com.change_vision.jude.api.inf.model
Interface IGeneralization

com.change_vision.jude.api.inf.model.IGeneralization
All Implemented Interfaces:
IElement, INamedElement

public IGeneralization
extends INamedElement

Interface for Generalization.


Method Summary
abstract  IClass getSubType()
          Get Sub Type.
abstract  IClass getSuperType()
          Get Super Type.
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
getComments, getId, getOwner, getStereotypes, getTaggedValues
 

Method Detail

getSuperType

public abstract IClass getSuperType()
Get Super Type.

Returns:
Class

getSubType

public abstract IClass getSubType()
Get Sub Type.

Returns:
Class