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

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

Uses of AuditRule in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return AuditRule
 AuditRule GMFMapFactory.createAuditRule()
          Returns a new object of class 'Audit Rule'.
 

Methods in org.eclipse.gmf.mappings that return types with arguments of type AuditRule
 org.eclipse.emf.common.util.EList<AuditRule> AuditContainer.getAudits()
          Returns the value of the 'Audits' containment reference list.
 

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

Classes in org.eclipse.gmf.mappings.impl that implement AuditRule
 class AuditRuleImpl
          An implementation of the model object 'Audit Rule'.
 

Fields in org.eclipse.gmf.mappings.impl with type parameters of type AuditRule
protected  org.eclipse.emf.common.util.EList<AuditRule> AuditContainerImpl.audits
          The cached value of the 'Audits' containment reference list.
 

Methods in org.eclipse.gmf.mappings.impl that return AuditRule
 AuditRule GMFMapFactoryImpl.createAuditRule()
           
 

Methods in org.eclipse.gmf.mappings.impl that return types with arguments of type AuditRule
 org.eclipse.emf.common.util.EList<AuditRule> AuditContainerImpl.getAudits()
           
 

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

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



Copyright © 2012. All Rights Reserved.