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

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

public IRealization
extends INamedElement

Interface for Realization.


Method Summary
abstract  IClass getClient()
          Get Client.
abstract  IClass getSupplier()
          Get Supplier.
 
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

getSupplier

public abstract IClass getSupplier()
Get Supplier.

Returns:
class

getClient

public abstract IClass getClient()
Get Client.

Returns:
class