Uses of Class
org.switchboard.FoafFile

Packages that use FoafFile
org.switchboard   
 

Uses of FoafFile in org.switchboard
 

Fields in org.switchboard declared as FoafFile
 FoafFile Switchboard.foaf
           
 

Methods in org.switchboard that return FoafFile
 FoafFile FoafRequest.getParent()
           
 FoafFile FoafFile.getParent()
          Gets a reference to the FOAF file from which this file was spawned.
 

Methods in org.switchboard with parameters of type FoafFile
 void FoafRequest.setParent(FoafFile parent)
           
 void FoafFile.setParent(FoafFile parent)
          Sets the parent of this FOAF file.
 

Constructors in org.switchboard with parameters of type FoafFile
FoafFriend(String xml, FoafFile file)
           
FoafRequest(String rootDoc, int numLevels, FoafFile parent)