|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.emfvm.lib.TransientLinkSet
public class TransientLinkSet
Stores a TransientLink
Set.
Constructor Summary | |
---|---|
TransientLinkSet()
|
Method Summary | |
---|---|
void |
addLink(TransientLink tl)
Adds a link to the set. |
void |
addLink2(TransientLink tl,
boolean isDefault)
Adds a link to the set. |
TransientLink |
getLinkByRuleAndSourceElement(java.lang.Object rule,
java.lang.Object sourceElement)
Retrieve a link by the given rule and source element. |
TransientLink |
getLinkBySourceElement(java.lang.Object sourceElement)
Retrieve a link by the given source element. |
TransientLink |
getLinkByTargetElement(java.lang.Object sourceElement)
Retrieve a link by the given source element. |
java.util.List<TransientLink> |
getLinksByRule(java.lang.Object rule)
Returns the links of a rule. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransientLinkSet()
Method Detail |
---|
public void addLink(TransientLink tl)
tl
- the linkpublic void addLink2(TransientLink tl, boolean isDefault)
tl
- the linkisDefault
- true if the link is the default linkpublic java.util.List<TransientLink> getLinksByRule(java.lang.Object rule)
rule
- the rule
public TransientLink getLinkBySourceElement(java.lang.Object sourceElement)
sourceElement
- the source element
public TransientLink getLinkByTargetElement(java.lang.Object sourceElement)
sourceElement
- the source element
public TransientLink getLinkByRuleAndSourceElement(java.lang.Object rule, java.lang.Object sourceElement)
rule
- the given rulesourceElement
- the source element
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |