owltools.graph
Class OWLGraphWrapper.Synonym
java.lang.Object
owltools.graph.OWLGraphWrapper.Synonym
- All Implemented Interfaces:
- OWLGraphWrapper.ISynonym
- Enclosing class:
- OWLGraphWrapper
public static class OWLGraphWrapper.Synonym
- extends Object
- implements OWLGraphWrapper.ISynonym
OWLGraphWrapper.Synonym
public OWLGraphWrapper.Synonym(String label,
String scope,
String category,
Set<String> xrefs)
- Parameters:
label
- scope
- category
- xrefs
-
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.