public class Mutation extends Object
Constructor and Description |
---|
Mutation(int position) |
Mutation(String position) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
To be overridden by subclasses
|
protected void |
error(String message) |
int |
getId()
Retrieves the pattern id
|
String |
getPosition()
Retrieves the mutation sequence position
|
int |
hashCode()
To be overridden by subclasses
|
void |
setId(int id) |
String |
toString()
To be overridden by subclasses
|
protected void |
updateMapping(Map<String,String> inputMap,
Map<String,String> additionalMappings) |
protected void |
warn(String message) |
public Mutation(int position) throws MutationException
position
- --
the sequence position or start position of the mutationMutationException
public Mutation(String position)
position
- --
the sequence position or start position of the mutationpublic String getPosition()
public int getId()
public void setId(int id)
protected void updateMapping(Map<String,String> inputMap, Map<String,String> additionalMappings)
protected void warn(String message)
protected void error(String message)
public boolean equals(Object obj)
Copyright © 2016. All rights reserved.