All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ShoeKb.OntDescriptor

java.lang.Object
   |
   +----ShoeKb.OntDescriptor

public class OntDescriptor
extends Object
Encapsulates description information for an ontology.


Constructor Index

 o OntDescriptor(String, String, String, int)

Method Index

 o getId()
 o getSeqNum()
 o getUrl()
 o getVersion()

Constructors

 o OntDescriptor
 public OntDescriptor(String id,
                      String version,
                      String url,
                      int seqNum)

Methods

 o getId
 public String getId()
 o getVersion
 public String getVersion()
 o getUrl
 public String getUrl()
 o getSeqNum
 public int getSeqNum()

All Packages  Class Hierarchy  This Package  Previous  Next  Index