Uses of Interface
com.hammurapi.review.InspectorSet

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

Uses of InspectorSet in com.hammurapi.review
 

Methods in com.hammurapi.review that return InspectorSet
 InspectorSet ReviewFactory.createInspectorSet()
          Returns a new object of class 'Inspector Set'.
 InspectorSet Inspector.getInspectorSet()
          Returns the value of the 'Inspector Set' container reference.
 

Methods in com.hammurapi.review that return types with arguments of type InspectorSet
 org.eclipse.emf.common.util.EList<InspectorSet> InspectorSet.getBase()
          Returns the value of the 'Base' reference list.
 org.eclipse.emf.common.util.EList<InspectorSet> Module.getInspectorSet()
          Returns the value of the 'Inspector Set' reference list.
 org.eclipse.emf.common.util.EList<InspectorSet> Report.getInspectorSets()
          Returns the value of the 'Inspector Sets' reference list.
 

Methods in com.hammurapi.review with parameters of type InspectorSet
protected abstract  com.hammurapi.reasoning.ForwardReasoningSessionFactory<Object> ReviewDriverBase.createInspectorSetSessionFactory(InspectorSet inspectorSet, FactoryConfig moduleFactoryConfig)
           
protected  com.hammurapi.reasoning.ForwardReasoningSessionFactory<Object> SessionPoolingReviewDriver.createInspectorSetSessionFactory(InspectorSet inspectorSet, FactoryConfig moduleFactoryConfig)
           
 void Inspector.setInspectorSet(InspectorSet value)
          Sets the value of the 'Inspector Set' container reference.
 

Uses of InspectorSet in com.hammurapi.review.impl
 

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

Fields in com.hammurapi.review.impl with type parameters of type InspectorSet
protected  org.eclipse.emf.common.util.EList<InspectorSet> InspectorSetImpl.base
          The cached value of the 'Base' reference list.
protected  org.eclipse.emf.common.util.EList<InspectorSet> ModuleImpl.inspectorSet
          The cached value of the 'Inspector Set' reference list.
protected  org.eclipse.emf.common.util.EList<InspectorSet> ReportImpl.inspectorSets
          The cached value of the 'Inspector Sets' reference list.
 

Methods in com.hammurapi.review.impl that return InspectorSet
 InspectorSet ReviewFactoryImpl.createInspectorSet()
           
 InspectorSet InspectorImpl.getInspectorSet()
           
 

Methods in com.hammurapi.review.impl that return types with arguments of type InspectorSet
 org.eclipse.emf.common.util.EList<InspectorSet> InspectorSetImpl.getBase()
           
 org.eclipse.emf.common.util.EList<InspectorSet> ModuleImpl.getInspectorSet()
           
 org.eclipse.emf.common.util.EList<InspectorSet> ReportImpl.getInspectorSets()
           
 

Methods in com.hammurapi.review.impl with parameters of type InspectorSet
 org.eclipse.emf.common.notify.NotificationChain InspectorImpl.basicSetInspectorSet(InspectorSet newInspectorSet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void InspectorImpl.setInspectorSet(InspectorSet newInspectorSet)
           
 

Uses of InspectorSet in com.hammurapi.review.util
 

Methods in com.hammurapi.review.util with parameters of type InspectorSet
 T ReviewSwitch.caseInspectorSet(InspectorSet object)
          Returns the result of interpreting the object as an instance of 'Inspector Set'.
 com.hammurapi.flow.Flow InspectorSetCompiler.compile(InspectorSet source, FactoryConfig factoryConfig)
          Compiles inspector set to flow.