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

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

public IUseCase
extends IClass

Interface for UseCase.


Field Summary
 
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
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, getClientUsages, getGeneralizations, getNestedClasses, getOperations, getSpecializations, getSupplierRealizations, getSupplierUsages, getTemplateBindings, getTemplateParameters, isAbstract, isActive, isLeaf, setAbstract, setActive, setLeaf
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getAlias1, getAlias2, getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getId, getOwner, getStereotypes, getTaggedValues, getTypeModifier, isReadOnly, removeStereotype, setTypeModifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

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.