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 Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
public char getType()
public String getLocation()
public String getWildtype()
public String getMutation()
Copyright © 2016. All rights reserved.