Uses of Class
org.rr0.im.business.report.Case

Packages that use Case
org.rr0.im.business.investigation 
org.rr0.im.business.report 
org.rr0.im.service.function 

Uses of Case in org.rr0.im.business.investigation
 

Fields in org.rr0.im.business.investigation declared as Case
private CaseInvestigationImpl.investigatedCase
          
 

Constructors in org.rr0.im.business.investigation with parameters of type Case
InvestigationImpl.InvestigationImpl(Case investigatedCase)
          
 

Methods in org.rr0.im.business.investigation that return Case
CaseInvestigation.getCase()
          Returns the investigated case.
CaseInvestigationImpl.getCase()
          The investigated case.
 

Uses of Case in org.rr0.im.business.report
 

Classes in org.rr0.im.business.report that implement Case
class CaseImpl
          Case Reference Implementation.
 

Uses of Case in org.rr0.im.service.function
 

Methods in org.rr0.im.service.function with parameters of type Case
doubleCaseReliability.getWitnessesRelationshipFactor(Case someCase)
          Factor depending on relationship between witnesses
(provides indication of the theoretical tendency to generate a hoax together,
based on the different types of ties between them).
doubleCaseReliability.witnessCountFactor(Case someCase)
          Factor depending on the number of witnesses (a sighting is more believable if it has more witnesses).
doubleCaseReliabilityImpl.getWitnessesRelationshipFactor(Case someCase)
          Factor depending on relationship between witnesses
(provides indication of the theoretical tendency to generate a hoax together,
based on the different types of ties between them).
doubleCaseReliabilityImpl.witnessCountFactor(Case someCase)
          Factor depending on the number of witnesses (a sighting is more believable if it has more witnesses).