Uses of Class
org.eclipse.m2m.atl.engine.emfvm.lib.TransientLink

Packages that use TransientLink
org.eclipse.m2m.atl.engine.emfvm.lib This package contains the emfvm library. 
 

Uses of TransientLink in org.eclipse.m2m.atl.engine.emfvm.lib
 

Methods in org.eclipse.m2m.atl.engine.emfvm.lib that return TransientLink
 TransientLink TransientLinkSet.getLinkByRuleAndSourceElement(java.lang.Object rule, java.lang.Object sourceElement)
          Retrieve a link by the given rule and source element.
 TransientLink TransientLinkSet.getLinkBySourceElement(java.lang.Object sourceElement)
          Retrieve a link by the given source element.
 TransientLink TransientLinkSet.getLinkByTargetElement(java.lang.Object sourceElement)
          Retrieve a link by the given source element.
 

Methods in org.eclipse.m2m.atl.engine.emfvm.lib that return types with arguments of type TransientLink
 java.util.List<TransientLink> TransientLinkSet.getLinksByRule(java.lang.Object rule)
          Returns the links of a rule.
 

Methods in org.eclipse.m2m.atl.engine.emfvm.lib with parameters of type TransientLink
 void TransientLinkSet.addLink(TransientLink tl)
          Adds a link to the set.
 void TransientLinkSet.addLink2(TransientLink tl, boolean isDefault)
          Adds a link to the set.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.