Uses of Interface
com.hammurapi.review.Waiver

Packages that use Waiver
com.hammurapi.review   
com.hammurapi.review.impl   
com.hammurapi.review.util   
 

Uses of Waiver in com.hammurapi.review
 

Methods in com.hammurapi.review that return Waiver
 Waiver ReviewFactory.createWaiver()
          Returns a new object of class 'Waiver'.
 

Methods in com.hammurapi.review that return types with arguments of type Waiver
 org.eclipse.emf.common.util.EList<Waiver> Component.getWaivers()
          Returns the value of the 'Waivers' containment reference list.
 

Uses of Waiver in com.hammurapi.review.impl
 

Classes in com.hammurapi.review.impl that implement Waiver
 class WaiverImpl
          An implementation of the model object 'Waiver'.
 

Fields in com.hammurapi.review.impl with type parameters of type Waiver
protected  org.eclipse.emf.common.util.EList<Waiver> ComponentImpl.waivers
          The cached value of the 'Waivers' containment reference list.
 

Methods in com.hammurapi.review.impl that return Waiver
 Waiver ReviewFactoryImpl.createWaiver()
           
 

Methods in com.hammurapi.review.impl that return types with arguments of type Waiver
 org.eclipse.emf.common.util.EList<Waiver> ComponentImpl.getWaivers()
           
 

Uses of Waiver in com.hammurapi.review.util
 

Methods in com.hammurapi.review.util with parameters of type Waiver
 T ReviewSwitch.caseWaiver(Waiver object)
          Returns the result of interpreting the object as an instance of 'Waiver'.