Traceability

ttm
Interface Element

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
AbstractLink, Attribute, AttributeOwner, CoverLink, Document, HierarchicalElement, IdentifiedElement, NavigationLink, Project, Requirement, Section, Text
All Known Implementing Classes:
AbstractLinkImpl, AttributeImpl, AttributeOwnerImpl, CoverLinkImpl, DocumentImpl, ElementImpl, HierarchicalElementImpl, IdentifiedElementImpl, NavigationLinkImpl, ProjectImpl, RequirementImpl, SectionImpl, TextImpl

public interface Element
extends EObject

A representation of the model object 'Element'.

The following features are supported:

See Also:
TtmPackage.getElement()
** Generated **
Model:
abstract="true"

Method Summary
 EList getActivatedRules()
          Returns the value of the 'Activated Rules' containment reference list.
 Document getDocument()
          Gets the document of the Element.
 
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
 

Method Detail

getActivatedRules

EList getActivatedRules()
Returns the value of the 'Activated Rules' containment reference list. The list contents are of type RuleInstance. It is bidirectional and its opposite is 'Element'.

If the meaning of the 'Activated Rules' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Activated Rules' containment reference list.
See Also:
TtmPackage.getElement_ActivatedRules(), RuleInstance.getElement()
** Generated **
Model:
type="ttm.RuleInstance" opposite="element" containment="true"

getDocument

Document getDocument()
Gets the document of the Element.

Returns:
the document.

Traceability

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