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

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

Uses of Auditable in org.eclipse.gmf.mappings
 

Subinterfaces of Auditable in org.eclipse.gmf.mappings
 interface AuditedMetricTarget
          A representation of the model object 'Audited Metric Target'.
 interface DiagramElementTarget
          A representation of the model object 'Diagram Element Target'.
 interface DomainAttributeTarget
          A representation of the model object 'Domain Attribute Target'.
 interface DomainElementTarget
          A representation of the model object 'Domain Element Target'.
 interface NotationElementTarget
          A representation of the model object 'Notation Element Target'.
 

Methods in org.eclipse.gmf.mappings that return Auditable
 Auditable AuditRule.getTarget()
          Returns the value of the 'Target' containment reference.
 

Methods in org.eclipse.gmf.mappings with parameters of type Auditable
 void AuditRule.setTarget(Auditable value)
          Sets the value of the 'Target' containment reference.
 

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

Classes in org.eclipse.gmf.mappings.impl that implement Auditable
 class AuditedMetricTargetImpl
          An implementation of the model object 'Audited Metric Target'.
 class DiagramElementTargetImpl
          An implementation of the model object 'Diagram Element Target'.
 class DomainAttributeTargetImpl
          An implementation of the model object 'Domain Attribute Target'.
 class DomainElementTargetImpl
          An implementation of the model object 'Domain Element Target'.
 class NotationElementTargetImpl
          An implementation of the model object 'Notation Element Target'.
 

Fields in org.eclipse.gmf.mappings.impl declared as Auditable
protected  Auditable AuditRuleImpl.target
          The cached value of the 'Target' containment reference.
 

Methods in org.eclipse.gmf.mappings.impl that return Auditable
 Auditable AuditRuleImpl.getTarget()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type Auditable
 org.eclipse.emf.common.notify.NotificationChain AuditRuleImpl.basicSetTarget(Auditable newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AuditRuleImpl.setTarget(Auditable newTarget)
           
 

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

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



Copyright © 2012. All Rights Reserved.