Uses of Class
org.rr0.im.service.function.classification.Classifiable

Packages that use Classifiable
org.rr0.im.business.actor 
org.rr0.im.business.event 
org.rr0.im.business.event.circumstance 
org.rr0.im.integration 
org.rr0.im.integration.jdo 
org.rr0.im.service.function.classification 

Uses of Classifiable in org.rr0.im.business.actor
 

Subinterfaces of Classifiable in org.rr0.im.business.actor
interface Being
          A single physical and intelligent being.
interface Occupation
          
 

Uses of Classifiable in org.rr0.im.business.event
 

Subinterfaces of Classifiable in org.rr0.im.business.event
interface Event
          An Event of interest, such as an ufological event (Sighting, InvestigationAct, etc.)
or a more common one (Employment, Birth, etc.).
An event can be considered as sentence stating what happened.
 

Uses of Classifiable in org.rr0.im.business.event.circumstance
 

Subinterfaces of Classifiable in org.rr0.im.business.event.circumstance
interface Clouds
          
interface Precipitations
          
interface Temperature
          
interface Wind
          
 

Uses of Classifiable in org.rr0.im.integration
 

Methods in org.rr0.im.integration with parameters of type Classifiable
booleanCategoryDAO.matches(Classifiable someClassifiable, String categoryFilter)
          Check if some object matches a Category's categoryFilter
booleanPredefinedCategoryDAO.matches(Classifiable someClassifiable, String filter)
          
 

Uses of Classifiable in org.rr0.im.integration.jdo
 

Methods in org.rr0.im.integration.jdo with parameters of type Classifiable
booleanCategoryDAOImpl.matches(Classifiable someClassifiable, String filter)
          
 

Uses of Classifiable in org.rr0.im.service.function.classification
 

Methods in org.rr0.im.service.function.classification with parameters of type Classifiable
booleanCategory.accept(Classifiable someClassifiable)
          Check if an object is classified in this Category.
booleanCategoryImpl.accept(Classifiable someClassifiable)
          Check if an object is classified in this Category.
CategoryClassification.getCategory(Classifiable classifiable)
          Returns the Category of a Classifiable object.
CategoryClassificationImpl.getCategory(Classifiable classifiable)