Uses of Interface
com.ldodds.foaf.thinlet.model.Annotable

Packages that use Annotable
com.ldodds.foaf.thinlet.model   
 

Uses of Annotable in com.ldodds.foaf.thinlet.model
 

Classes in com.ldodds.foaf.thinlet.model that implement Annotable
 class AnnotableObject
          Base class for Annotable objects.
 class Document
           This code is Public Domain
 class FOAFObject
           This code is Public Domain
 class Person
          Models a FOAF Person.
 

Methods in com.ldodds.foaf.thinlet.model with parameters of type Annotable
 void AnnotableObject.add(Annotable other)
           
 void Annotable.add(Annotable other)
          Copies properties from one Annotable object into another.