org.biojava.ontology
Class Variable.Impl

java.lang.Object
  extended byorg.biojava.utils.AbstractChangeable
      extended byorg.biojava.ontology.AbstractTerm
          extended byorg.biojava.ontology.Term.Impl
              extended byorg.biojava.ontology.Variable.Impl
All Implemented Interfaces:
Annotatable, Changeable, Serializable, Term, Variable
Enclosing class:
Variable

public static class Variable.Impl
extends Term.Impl
implements Variable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.biojava.ontology.Variable
Variable.Impl
 
Nested classes inherited from class org.biojava.bio.Annotatable
Annotatable.AnnotationForwarder
 
Field Summary
 
Fields inherited from interface org.biojava.ontology.Term
ONTOLOGY
 
Fields inherited from interface org.biojava.bio.Annotatable
ANNOTATION
 
Constructor Summary
Variable.Impl(Ontology ontology, String name, String description)
           
 
Methods inherited from class org.biojava.ontology.Term.Impl
equals, getAnnotation, getDescription, getName, getOntology, hashCode, toString
 
Methods inherited from class org.biojava.ontology.AbstractTerm
getChangeSupport
 
Methods inherited from class org.biojava.utils.AbstractChangeable
addChangeListener, addChangeListener, generateChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListener
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.biojava.ontology.Term
getDescription, getName, getOntology
 
Methods inherited from interface org.biojava.bio.Annotatable
getAnnotation
 
Methods inherited from interface org.biojava.utils.Changeable
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
 

Constructor Detail

Variable.Impl

public Variable.Impl(Ontology ontology,
                     String name,
                     String description)