owltools.phenolog
Class Attribute
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute(String id,
String label)
Attribute
public Attribute(String id)
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.