@Deprecated public class FinalMappings extends Object implements IFinalMapping
| Modifier | Constructor and Description |
|---|---|
protected |
FinalMappings()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Map<Integer,Integer> mapping)
Deprecated.
Adds mapping to the mapping list
|
void |
clear()
Deprecated.
clear the mapping
|
List<Map<Integer,Integer>> |
getFinalMapping()
Deprecated.
Returns the stored mappings
|
static FinalMappings |
getInstance()
Deprecated.
Stores mapping solutions
|
Iterator<Map<Integer,Integer>> |
getIterator()
Deprecated.
Returns a mapping Iterator
|
int |
getSize()
Deprecated.
Returns number of stored mappings
|
void |
set(List<Map<Integer,Integer>> list)
Deprecated.
Sets mapping list
|
public static FinalMappings getInstance()
public void add(Map<Integer,Integer> mapping)
add in interface IFinalMappingmapping - List of all MCS mapping between a given
reactant and productpublic final void set(List<Map<Integer,Integer>> list)
set in interface IFinalMappinglist - list of mappingspublic Iterator<Map<Integer,Integer>> getIterator()
getIterator in interface IFinalMappingpublic void clear()
clear in interface IFinalMappingpublic List<Map<Integer,Integer>> getFinalMapping()
getFinalMapping in interface IFinalMappingpublic int getSize()
getSize in interface IFinalMappingCopyright © 2021. All rights reserved.