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

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

public abstract IArgumentationElement
extends IGsnElement, INamedElement

Interface for ArgumentationElements.


Field Summary
private  IModule owner
           
 
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
Method Summary
abstract  String getIdentifier()
          Get ID.
abstract  void setIdentifier(String identifier)
          Set ID to ArgumentAsset.
 
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
 

Field Detail

owner

private IModule owner
Method Detail

getIdentifier

abstract String getIdentifier()
Get ID.

Returns:
ID

setIdentifier

abstract void setIdentifier(String identifier)
Set ID to ArgumentAsset.

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