| Constructor and Description |
|---|
HGVS(String string)
Construct a HGVS object based on a HGVS string (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
(non-Javadoc)
|
String |
getLocation()
Gets the location.
|
String |
getMutation()
Gets the mutation.
|
char |
getType()
Gets the mutation type (e.g.
|
String |
getWildtype()
Gets the wild-type.
|
int |
hashCode()
(non-Javadoc)
|
String |
toString()
(non-Javadoc)
|
public HGVS(String string)
string - HGVS mentionpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()public char getType()
public String getLocation()
public String getWildtype()
public String getMutation()
Copyright © 2016. All rights reserved.