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

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

public IUseCase
extends IClass

Interface for UseCase.


Method Summary
abstract  IInclude[] getAdditionInvs()
          Get Addition.
abstract  IExtend[] getExtendedCaseInvs()
          Get extended.
abstract  IExtend[] getExtends()
          Get extends.
abstract  IExtentionPoint[] getExtensionPoints()
          Get Extension Points.
abstract  IInclude[] getIncludes()
          Get Includes.
 
Methods inherited from class com.change_vision.jude.api.inf.model.IClass
getAttributes, getClientRealizations, getGeneralizations, getNestedClasses, getOperations, getSpecializations, getSupplierRealizations, isAbstract, isActive, isLeaf
 
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

getExtensionPoints

public abstract IExtentionPoint[] getExtensionPoints()
Get Extension Points.

Returns:
the array of Extension Points. Return the empty array if there is none.

getIncludes

public abstract IInclude[] getIncludes()
Get Includes.

Returns:
the array of Includes. Return the empty array if there is none.

getAdditionInvs

public abstract IInclude[] getAdditionInvs()
Get Addition.

Returns:
the array of addition. Return the empty array if there is none.

getExtends

public abstract IExtend[] getExtends()
Get extends.

Returns:
the array of extension. Return the empty array if there is none.

getExtendedCaseInvs

public abstract IExtend[] getExtendedCaseInvs()
Get extended.

Returns:
the array of extension. Return the empty array if there is none.