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

com.change_vision.jude.api.gsn.model.IRelationship
All Superinterfaces:
IArgumentationElement, IElement, IEntity, IGsnElement, IHyperlinkOwner, INamedElement
All Implemented Interfaces:
IArgumentationElement, IElement, IEntity, IGsnElement, IHyperlinkOwner, INamedElement
All Known Implementing Classes:
IInContextOf, ISupportedBy

public abstract IRelationship
extends IArgumentationElement

Interface for Relationships.


Field Summary
private  IArgumentAsset source
           
private  IArgumentAsset target
           
 
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
Method Summary
abstract  IArgumentAsset getSource()
          Get Source.
abstract  IArgumentAsset getTarget()
          Get Target.
 
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
 

Field Detail

source

private IArgumentAsset source

target

private IArgumentAsset target
Method Detail

getSource

abstract IArgumentAsset getSource()
Get Source.

Returns:
Source

getTarget

abstract IArgumentAsset getTarget()
Get Target.

Returns:
Target