Package org.eclipse.m2m.atl.emftvm.trace
Interface TraceLinkSet
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TraceLinkSetImpl
public interface TraceLinkSet
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Link Set'.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
getDefaultSourceElement
(Object sourceElement) Returns the defaultSourceElement
for the given source object.org.eclipse.emf.common.util.EList<SourceElementList>
Returns the value of the 'Default Source Element Lists' containment reference list.org.eclipse.emf.common.util.EList<SourceElement>
Returns the value of the 'Default Source Elements' reference list.getDefaultSourceElements
(List<?> sourceElements) Returns the defaultSourceElementList
for the given source objects.getLinksByRule
(String rule, boolean create) org.eclipse.emf.common.util.EList<TracedRule>
getRules()
Returns the value of the 'Rules' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRules
org.eclipse.emf.common.util.EList<TracedRule> getRules()Returns the value of the 'Rules' containment reference list. The list contents are of typeTracedRule
. It is bidirectional and its opposite is 'Link Set
'.If the meaning of the 'Rules' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Rules' containment reference list.
- See Also:
-
getDefaultSourceElements
org.eclipse.emf.common.util.EList<SourceElement> getDefaultSourceElements()Returns the value of the 'Default Source Elements' reference list. The list contents are of typeSourceElement
. It is bidirectional and its opposite is 'Default For
'.If the meaning of the 'Default Source Elements' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Default Source Elements' reference list.
- See Also:
-
getDefaultSourceElementLists
org.eclipse.emf.common.util.EList<SourceElementList> getDefaultSourceElementLists()Returns the value of the 'Default Source Element Lists' containment reference list. The list contents are of typeSourceElementList
. It is bidirectional and its opposite is 'Default For
'.If the meaning of the 'Default Source Element Lists' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Default Source Element Lists' containment reference list.
- See Also:
-
getDefaultSourceElement
Returns the defaultSourceElement
for the given source object.- Parameters:
sourceElement
- the source object that theSourceElement
points to- Returns:
- the default
SourceElement
for the given source object
-
getDefaultSourceElements
Returns the defaultSourceElementList
for the given source objects.- Parameters:
sourceElements
- the source objects that theSourceElementList
elements point to- Returns:
- the default
SourceElementList
for the given source objects
-
getLinksByRule
-
clear
void clear()
-