Generation Framework

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

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

Uses of Constraint in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return Constraint
 Constraint AuditRule.getRule()
          Returns the value of the 'Rule' containment reference
 Constraint GMFMapFactory.createConstraint()
          Returns a new object of class 'Constraint'
 Constraint LinkConstraints.getSourceEnd()
          Returns the value of the 'Source End' containment reference
 Constraint LinkConstraints.getTargetEnd()
          Returns the value of the 'Target End' containment reference
 Constraint MappingEntry.getDomainSpecialization()
          Returns the value of the 'Domain Specialization' containment reference
 

Methods in org.eclipse.gmf.mappings with parameters of type Constraint
 void AuditRule.setRule(Constraint value)
          Sets the value of the 'Rule' containment reference
 void LinkConstraints.setSourceEnd(Constraint value)
          Sets the value of the 'Source End' containment reference
 void LinkConstraints.setTargetEnd(Constraint value)
          Sets the value of the 'Target End' containment reference
 void MappingEntry.setDomainSpecialization(Constraint value)
          Sets the value of the 'Domain Specialization' containment reference
 

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

Classes in org.eclipse.gmf.mappings.impl that implement Constraint
 class ConstraintImpl
           An implementation of the model object 'Constraint'
 

Fields in org.eclipse.gmf.mappings.impl declared as Constraint
protected  Constraint AuditRuleImpl.rule
          The cached value of the 'Rule' containment reference
protected  Constraint LinkConstraintsImpl.sourceEnd
          The cached value of the 'Source End' containment reference
protected  Constraint LinkConstraintsImpl.targetEnd
          The cached value of the 'Target End' containment reference
protected  Constraint MappingEntryImpl.domainSpecialization
          The cached value of the 'Domain Specialization' containment reference
 

Methods in org.eclipse.gmf.mappings.impl that return Constraint
 Constraint GMFMapFactoryImpl.createConstraint()
           
 Constraint AuditRuleImpl.getRule()
           
 Constraint LinkConstraintsImpl.getSourceEnd()
           
 Constraint LinkConstraintsImpl.getTargetEnd()
           
 Constraint MappingEntryImpl.getDomainSpecialization()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type Constraint
 NotificationChain AuditRuleImpl.basicSetRule(Constraint newRule, NotificationChain msgs)
           
 void AuditRuleImpl.setRule(Constraint newRule)
           
 NotificationChain LinkConstraintsImpl.basicSetSourceEnd(Constraint newSourceEnd, NotificationChain msgs)
           
 void LinkConstraintsImpl.setSourceEnd(Constraint newSourceEnd)
           
 NotificationChain LinkConstraintsImpl.basicSetTargetEnd(Constraint newTargetEnd, NotificationChain msgs)
           
 void LinkConstraintsImpl.setTargetEnd(Constraint newTargetEnd)
           
 NotificationChain MappingEntryImpl.basicSetDomainSpecialization(Constraint newDomainSpecialization, NotificationChain msgs)
           
 void MappingEntryImpl.setDomainSpecialization(Constraint newDomainSpecialization)
           
 

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

Methods in org.eclipse.gmf.mappings.util with parameters of type Constraint
 java.lang.Object GMFMapSwitch.caseConstraint(Constraint object)
          Returns the result of interpretting the object as an instance of 'Constraint'
 


Generation Framework

Guidelines for using Eclipse APIs.

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