com.change_vision.jude.api.gsn.model
Interface IArgumentAsset

com.change_vision.jude.api.gsn.model.IArgumentAsset
All Superinterfaces:
IArgumentationElement, IElement, IEntity, IGsnElement, IHyperlinkOwner, INamedElement
All Implemented Interfaces:
IArgumentationElement, IElement, IEntity, IGsnElement, IHyperlinkOwner, INamedElement
All Known Implementing Classes:
IAssumption, IContext, IGoal, IJustification, IModule, ISolution, IStrategy

public abstract IArgumentAsset
extends IArgumentationElement

Interface for ArgumentAssets.


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  String getContent()
          Get Content.
abstract  void setContent(String content)
          Set Content to ArgumentAsset.
 
Methods inherited from class com.change_vision.jude.api.gsn.model.IArgumentationElement
getIdentifier, setIdentifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValue, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

Method Detail

getContent

abstract String getContent()
Get Content.

Returns:
Content

setContent

abstract void setContent(String content)
Set Content to ArgumentAsset.

Parameters:
content - Content
Throws:
InvalidEditingException - InvalidEditingException occurs.
Keys:
       PARAMETER_ERROR_KEY - if a parameter is not set properly.
       NO_NAME_ERROR_KEY - if the content is empty.
Values:
       Error messages for exceptions.