Generation Framework

Uses of Interface
org.eclipse.gmf.mappings.LinkConstraints

Packages that use LinkConstraints
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.mappings.util   
 

Uses of LinkConstraints in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return LinkConstraints
 LinkConstraints GMFMapFactory.createLinkConstraints()
          Returns a new object of class 'Link Constraints'
 LinkConstraints LinkMapping.getCreationConstraints()
          Returns the value of the 'Creation Constraints' containment reference.
 

Methods in org.eclipse.gmf.mappings with parameters of type LinkConstraints
 void LinkMapping.setCreationConstraints(LinkConstraints value)
          Sets the value of the 'Creation Constraints' containment reference
 

Uses of LinkConstraints in org.eclipse.gmf.mappings.impl
 

Classes in org.eclipse.gmf.mappings.impl that implement LinkConstraints
 class LinkConstraintsImpl
          An implementation of the model object 'Link Constraints'
 

Fields in org.eclipse.gmf.mappings.impl declared as LinkConstraints
protected  LinkConstraints LinkMappingImpl.creationConstraints
          The cached value of the 'Creation Constraints' containment reference
 

Methods in org.eclipse.gmf.mappings.impl that return LinkConstraints
 LinkConstraints GMFMapFactoryImpl.createLinkConstraints()
           
 LinkConstraints LinkMappingImpl.getCreationConstraints()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type LinkConstraints
 org.eclipse.emf.common.notify.NotificationChain LinkMappingImpl.basicSetCreationConstraints(LinkConstraints newCreationConstraints, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LinkMappingImpl.setCreationConstraints(LinkConstraints newCreationConstraints)
           
 

Uses of LinkConstraints in org.eclipse.gmf.mappings.util
 

Methods in org.eclipse.gmf.mappings.util with parameters of type LinkConstraints
 T GMFMapSwitch.caseLinkConstraints(LinkConstraints object)
          Returns the result of interpreting the object as an instance of 'Link Constraints'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.