Package org.lifstools.jgoslin.domain
Class KnownFunctionalGroups
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,FunctionalGroup>
A lookup class that provides access to known functional groups defined in a
file following the format of functional-groups.csv.
- Author:
- Dominik Kopczynski, Nils Hoffmann
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKnownFunctionalGroups(List<String> lines, SumFormulaParser sumFormulaParser) -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
UNDEFINED_CLASS
public static final int UNDEFINED_CLASS- See Also:
-
-
Constructor Details
-
KnownFunctionalGroups
public KnownFunctionalGroups() -
KnownFunctionalGroups
-
-
Method Details
-
get
-