Uses of Interface
com.hammurapi.review.Inspector

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

Uses of Inspector in com.hammurapi.review
 

Methods in com.hammurapi.review that return Inspector
 Inspector ReviewFactory.createInspector()
          Returns a new object of class 'Inspector'.
 Inspector Aggregator.InspectorEntry.getInspector()
           
 Inspector Waiver.getInspector()
          Returns the value of the 'Inspector' reference.
 Inspector Observation.getReportedBy()
          Returns the value of the 'Reported By' reference.
 Inspector InspectorRelationship.getSource()
          Returns the value of the 'Source' container reference.
 Inspector InspectorRelationship.getTarget()
          Returns the value of the 'Target' reference.
 

Methods in com.hammurapi.review that return types with arguments of type Inspector
 org.eclipse.emf.common.util.EList<Inspector> InspectorSet.getIncludedInspectors()
          Returns the value of the 'Included Inspectors' reference list.
 org.eclipse.emf.common.util.EList<Inspector> InspectorCategory.getInspectors()
          Returns the value of the 'Inspectors' reference list.
 org.eclipse.emf.common.util.EList<Inspector> InspectorSet.getInspectors()
          Returns the value of the 'Inspectors' containment reference list.
 

Methods in com.hammurapi.review with parameters of type Inspector
 void Waiver.setInspector(Inspector value)
          Sets the value of the 'Inspector' reference.
 void Observation.setReportedBy(Inspector value)
          Sets the value of the 'Reported By' reference.
 void InspectorRelationship.setSource(Inspector value)
          Sets the value of the 'Source' container reference.
 void InspectorRelationship.setTarget(Inspector value)
          Sets the value of the 'Target' reference.
 

Uses of Inspector in com.hammurapi.review.impl
 

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

Fields in com.hammurapi.review.impl declared as Inspector
protected  Inspector WaiverImpl.inspector
          The cached value of the 'Inspector' reference.
protected  Inspector ObservationImpl.reportedBy
          The cached value of the 'Reported By' reference.
protected  Inspector InspectorRelationshipImpl.target
          The cached value of the 'Target' reference.
 

Fields in com.hammurapi.review.impl with type parameters of type Inspector
protected  org.eclipse.emf.common.util.EList<Inspector> InspectorSetImpl.includedInspectors
          The cached value of the 'Included Inspectors' reference list.
protected  org.eclipse.emf.common.util.EList<Inspector> InspectorCategoryImpl.inspectors
          The cached value of the 'Inspectors' reference list.
protected  org.eclipse.emf.common.util.EList<Inspector> InspectorSetImpl.inspectors
          The cached value of the 'Inspectors' containment reference list.
 

Methods in com.hammurapi.review.impl that return Inspector
 Inspector WaiverImpl.basicGetInspector()
           
 Inspector ObservationImpl.basicGetReportedBy()
           
 Inspector InspectorRelationshipImpl.basicGetTarget()
           
 Inspector ReviewFactoryImpl.createInspector()
           
 Inspector WaiverImpl.getInspector()
           
 Inspector ObservationImpl.getReportedBy()
           
 Inspector InspectorRelationshipImpl.getSource()
           
 Inspector InspectorRelationshipImpl.getTarget()
           
 

Methods in com.hammurapi.review.impl that return types with arguments of type Inspector
 org.eclipse.emf.common.util.EList<Inspector> InspectorSetImpl.getIncludedInspectors()
           
 org.eclipse.emf.common.util.EList<Inspector> InspectorCategoryImpl.getInspectors()
           
 org.eclipse.emf.common.util.EList<Inspector> InspectorSetImpl.getInspectors()
           
 

Methods in com.hammurapi.review.impl with parameters of type Inspector
 org.eclipse.emf.common.notify.NotificationChain InspectorRelationshipImpl.basicSetSource(Inspector newSource, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain InspectorRelationshipImpl.basicSetTarget(Inspector newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void WaiverImpl.setInspector(Inspector newInspector)
           
 void ObservationImpl.setReportedBy(Inspector newReportedBy)
           
 void InspectorRelationshipImpl.setSource(Inspector newSource)
           
 void InspectorRelationshipImpl.setTarget(Inspector newTarget)
           
 

Uses of Inspector in com.hammurapi.review.util
 

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