Class BiblioWebResource

java.lang.Object
org.biojava.bibliography.BibRef
org.biojava.bibliography.BiblioWebResource

public class BiblioWebResource extends BibRef

It represents a WWW resource.

Since:
1.3
Version:
$Id$
Author:
Martin Senger
  • Field Details

    • url

      public String url
      The URL of the resource.
    • estimatedSize

      public int estimatedSize
      An estomated size in kilobytes.
    • cost

      public String cost
      The cost of accessing the resource.
  • Constructor Details