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 GMFMapFactory.createConstraint()
          Returns a new object of class 'Constraint'.
 Constraint MappingEntry.getDomainSpecialization()
          Returns the value of the 'Domain Specialization' containment reference.
 Constraint AuditRule.getRule()
          Returns the value of the 'Rule' containment reference.
 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 ExpressionLabelMapping.getValidateExpression()
          Returns the value of the 'Validate Expression' containment reference.
 

Methods in org.eclipse.gmf.mappings with parameters of type Constraint
 void MappingEntry.setDomainSpecialization(Constraint value)
          Sets the value of the 'Domain Specialization' containment reference.
 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 ExpressionLabelMapping.setValidateExpression(Constraint value)
          Sets the value of the 'Validate Expression' 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 MappingEntryImpl.domainSpecialization
          The cached value of the 'Domain Specialization' containment reference.
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 ExpressionLabelMappingImpl.validateExpression
          The cached value of the 'Validate Expression' containment reference.
 

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

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

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

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



Copyright © 2012. All Rights Reserved.