Uses of Interface
net.sf.sail.core.entity.IAnnotation

Packages that use IAnnotation
net.sf.sail.common.persistance.memory Implementation of PersistanceService that stores everything in RAM. 
net.sf.sail.core.beans.service Provides interfaces for standard services used in SAIL. 
 

Uses of IAnnotation in net.sf.sail.common.persistance.memory
 

Classes in net.sf.sail.common.persistance.memory that implement IAnnotation
 class MemoryAnnotation
           
 

Uses of IAnnotation in net.sf.sail.core.beans.service
 

Methods in net.sf.sail.core.beans.service that return IAnnotation
 IAnnotation AnnotationService.getAnnotation(java.lang.Object sailEntity, IAgent agent, java.lang.String source)
          Returns the first annotation associated with this entity and agent which has the requested source.
 IAnnotation[] AnnotationService.getAnnotations(java.lang.Object sailEntity, IAgent agent)
          Return the list of annotations associated with this entity and agent.
 



Copyright © 2004-2008 TELS Center. All Rights Reserved.