Uses of Class
LaColla.core.data.InfoAgent

Packages that use InfoAgent
LaColla.core.data   
 

Uses of InfoAgent in LaColla.core.data
 

Subclasses of InfoAgent in LaColla.core.data
 class InfoConnectedAgent
           
 

Methods in LaColla.core.data that return InfoAgent
 InfoAgent InfoGAPAs.getAnyGapa()
           
 InfoAgent InfoGAPAs.getAnyGapaDifferentFrom(java.lang.String address)
           
 

Methods in LaColla.core.data with parameters of type InfoAgent
 boolean InfoAgent.olderThan(InfoAgent infAgnt)
           
 void InfoGAPAs.update(InfoAgent infoGAPA)
           
 

Constructors in LaColla.core.data with parameters of type InfoAgent
InfoConnectedAgent(InfoAgent agent)