public interface IFinalMapping
Modifier and Type | Method and Description |
---|---|
void |
add(java.util.Map<java.lang.Integer,java.lang.Integer> mapping)
Adds mapping to the mapping list
|
void |
clear()
clear the mapping
|
java.util.List<java.util.Map<java.lang.Integer,java.lang.Integer>> |
getFinalMapping()
Returns the stored mappings
|
java.util.Iterator<java.util.Map<java.lang.Integer,java.lang.Integer>> |
getIterator()
Returns a mapping Iterator
|
int |
getSize()
Returns number of stored mappings
|
void |
set(java.util.List<java.util.Map<java.lang.Integer,java.lang.Integer>> list)
Sets mapping list
|
void add(java.util.Map<java.lang.Integer,java.lang.Integer> mapping)
mapping
- List of all MCS mapping between a given
reactant and productvoid set(java.util.List<java.util.Map<java.lang.Integer,java.lang.Integer>> list)
list
- List of all MCS mapping between a given
reactant and productjava.util.Iterator<java.util.Map<java.lang.Integer,java.lang.Integer>> getIterator()
void clear()
java.util.List<java.util.Map<java.lang.Integer,java.lang.Integer>> getFinalMapping()
int getSize()