owltools.graph
Class OWLGraphWrapper.Synonym

java.lang.Object
  extended by owltools.graph.OWLGraphWrapper.Synonym
All Implemented Interfaces:
OWLGraphWrapper.ISynonym
Enclosing class:
OWLGraphWrapper

public static class OWLGraphWrapper.Synonym
extends Object
implements OWLGraphWrapper.ISynonym


Constructor Summary
OWLGraphWrapper.Synonym(String label, String scope, String category, Set<String> xrefs)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCategory()
           
 String getLabel()
           
 String getScope()
           
 Set<String> getXrefs()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OWLGraphWrapper.Synonym

public OWLGraphWrapper.Synonym(String label,
                               String scope,
                               String category,
                               Set<String> xrefs)
Parameters:
label -
scope -
category -
xrefs -
Method Detail

getLabel

public String getLabel()
Specified by:
getLabel in interface OWLGraphWrapper.ISynonym
Returns:
the label

getScope

public String getScope()
Specified by:
getScope in interface OWLGraphWrapper.ISynonym
Returns:
the scope

getCategory

public String getCategory()
Specified by:
getCategory in interface OWLGraphWrapper.ISynonym
Returns:
the category

getXrefs

public Set<String> getXrefs()
Specified by:
getXrefs in interface OWLGraphWrapper.ISynonym
Returns:
the xrefs

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010-2012. All Rights Reserved.