Uses of Interface
anthill.Resource

Packages that use Resource
anthill.types This package contains general utility types that may help in the development of new ant algorithms. 
ants.gnutant This package ants.contains a simple ant implementation. 
antsim.impl This package contains a prototype implementation of the interfaces included in package antsim
jxtaimpl.storage   
 

Uses of Resource in anthill.types
 

Subinterfaces of Resource in anthill.types
 interface URLResource
          An URLResource object represents an URL that can be stored, as a resource, in a URL storage.
 

Classes in anthill.types that implement Resource
 class SimpleURLResource
           
 class URLResourceImpl
           
 

Uses of Resource in ants.gnutant
 

Classes in ants.gnutant that implement Resource
 class UrlResource
          An UrlResource is an object containing the URL from which the content of a resource may be downloaded.
 class UrlResourceSet
           
 

Uses of Resource in antsim.impl
 

Classes in antsim.impl that implement Resource
 class RandomResource
          A RandomResource is characterized only by its name, which is a string obtained from a long value generated randomly.
 

Uses of Resource in jxtaimpl.storage
 

Classes in jxtaimpl.storage that implement Resource
 class AnthillResource
          This class represents a resource in the Anthill network