SysML

org.topcased.sysml
Interface RequirementRelated

All Superinterfaces:
org.eclipse.uml2.uml.Element, EModelElement, EObject, org.eclipse.uml2.uml.NamedElement, Notifier
All Known Implementing Classes:
RequirementRelatedImpl

public interface RequirementRelated
extends org.eclipse.uml2.uml.NamedElement

A representation of the model object ' < ? >Requirement Related'.

The following features are supported:

See Also:
SysMLPackage.getRequirementRelated()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Fields inherited from interface org.eclipse.uml2.uml.NamedElement
SEPARATOR
 
Method Summary
 EList<Requirement> getRefines()
          Returns the value of the 'Refines' reference list.
 EList<Requirement> getSatisfies()
          Returns the value of the 'Satisfies' reference list.
 EList<Requirement> getTracedFrom()
          Returns the value of the 'Traced From' reference list.
 EList<Requirement> getVerifies()
          Returns the value of the 'Verifies' reference list.
 
Methods inherited from interface org.eclipse.uml2.uml.NamedElement
allNamespaces, allOwningPackages, createDependency, createNameExpression, createUsage, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership
 
Methods inherited from interface org.eclipse.uml2.uml.Element
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getVerifies

EList<Requirement> getVerifies()
Returns the value of the 'Verifies' reference list. The list contents are of type Requirement. < ? > If the meaning of the 'Verifies' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Verifies' reference list.
See Also:
SysMLPackage.getRequirementRelated_Verifies()
** Generated **
Model:
type="org.topcased.sysml.Requirement"

getTracedFrom

EList<Requirement> getTracedFrom()
Returns the value of the 'Traced From' reference list. The list contents are of type Requirement. < ? > If the meaning of the 'Traced From' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Traced From' reference list.
See Also:
SysMLPackage.getRequirementRelated_TracedFrom()
** Generated **
Model:
type="org.topcased.sysml.Requirement"

getSatisfies

EList<Requirement> getSatisfies()
Returns the value of the 'Satisfies' reference list. The list contents are of type Requirement. < ? > If the meaning of the 'Satisfies' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Satisfies' reference list.
See Also:
SysMLPackage.getRequirementRelated_Satisfies()
** Generated **
Model:
type="org.topcased.sysml.Requirement"

getRefines

EList<Requirement> getRefines()
Returns the value of the 'Refines' reference list. The list contents are of type Requirement. < ? > If the meaning of the 'Refines' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Refines' reference list.
See Also:
SysMLPackage.getRequirementRelated_Refines()
** Generated **
Model:
type="org.topcased.sysml.Requirement"

SysML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.