cytoscape.data.ontology
Class GOTerm
java.lang.Object
org.biojava.utils.AbstractChangeable
cytoscape.data.ontology.OntologyTerm
cytoscape.data.ontology.GOTerm
- All Implemented Interfaces:
- org.biojava.bio.Annotatable, org.biojava.ontology.OntologyTerm, org.biojava.ontology.Term, org.biojava.utils.Changeable
public class GOTerm
- extends OntologyTerm
A Gene Ontology term. This class is an extended version of normal ontology.
- Author:
- kono
Nested classes/interfaces inherited from interface org.biojava.ontology.OntologyTerm |
org.biojava.ontology.OntologyTerm.Impl |
Nested classes/interfaces inherited from interface org.biojava.bio.Annotatable |
org.biojava.bio.Annotatable.AnnotationForwarder |
Fields inherited from interface org.biojava.ontology.Term |
ONTOLOGY |
Fields inherited from interface org.biojava.bio.Annotatable |
ANNOTATION |
Methods inherited from class org.biojava.utils.AbstractChangeable |
addChangeListener, addChangeListener, generateChangeSupport, getChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.biojava.utils.Changeable |
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener |
GOTerm
public GOTerm(String id,
String termName,
String ontologyName,
String description)
- Creates a new GOTerm object.
- Parameters:
id
- DOCUMENT ME!termName
- DOCUMENT ME!ontologyName
- DOCUMENT ME!description
- DOCUMENT ME!
getNameSpace
public String getNameSpace()
- DOCUMENT ME!
- Returns:
- DOCUMENT ME!
getCrossReferences
public Map getCrossReferences()
- DOCUMENT ME!
- Returns:
- DOCUMENT ME!
getFullName
public String getFullName()
- DOCUMENT ME!
- Returns:
- DOCUMENT ME!
getDescription
public String getDescription()
- DOCUMENT ME!
- Specified by:
getDescription
in interface org.biojava.ontology.Term
- Overrides:
getDescription
in class OntologyTerm
- Returns:
- DOCUMENT ME!
getType
public String getType()
- DOCUMENT ME!
- Returns:
- DOCUMENT ME!
Copyright 2010 Cytoscape Consortium. All rights reserved.