Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.biomage.Description.OntologyEntry

Uses of OntologyEntry in org.biomage.Description
 

Fields in org.biomage.Description declared as OntologyEntry
private  OntologyEntry DatabaseEntry.type
          The type of record (e.g.
 

Methods in org.biomage.Description that return OntologyEntry
 OntologyEntry DatabaseEntry.getType()
          Get method for type
 OntologyEntry Description.getFromAnnotations(int position)
          Method to get OntologyEntry from Annotations_list
 

Methods in org.biomage.Description with parameters of type OntologyEntry
 void DatabaseEntry.setType(OntologyEntry type)
          Set method for type
 void Description.addToAnnotations(OntologyEntry ontologyEntry)
          Method to add OntologyEntry to Annotations_list
 void Description.addToAnnotations(int position, OntologyEntry ontologyEntry)
          Method to add OntologyEntry at position to Annotations_list
 void Description.removeFromAnnotations(OntologyEntry ontologyEntry)
          Method to remove first OntologyEntry from Annotations_list