owltools.phenolog
Class Attribute

java.lang.Object
  extended by owltools.phenolog.Attribute

public class Attribute
extends Object

Represents a characteristic of an individual. This could be represented using an ID for an ontology class.


Constructor Summary
Attribute(String id)
           
Attribute(String id, String label)
           
 
Method Summary
 String getId()
           
 String getLabel()
           
 void setId(String id)
           
 void setLabel(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(String id,
                 String label)

Attribute

public Attribute(String id)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)


Copyright © 2010-2012. All Rights Reserved.