Package org.lifstools.jgoslin.domain
Class LipidClassMeta
java.lang.Object
org.lifstools.jgoslin.domain.LipidClassMeta
Metadata information about a lipid on class level.
- Author:
- Dominik Kopczynski, Nils Hoffmann
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal ElementTablefinal LipidCategoryfinal Stringfinal intfinal int -
Constructor Summary
ConstructorsConstructorDescriptionLipidClassMeta(LipidCategory lipidCategory, String lipidClassName, String description, int maxNumFa, int possibleNumFa, Set<String> specialCases, ElementTable elements, List<String> synonyms) Create a new lipid class meta instance. -
Method Summary
Modifier and TypeMethodDescriptionintint
-
Field Details
-
lipidCategory
-
lipidClassName
-
description
-
maxNumFa
public final int maxNumFa -
possibleNumFa
public final int possibleNumFa -
specialCases
-
elements
-
synonyms
-
-
Constructor Details
-
LipidClassMeta
public LipidClassMeta(LipidCategory lipidCategory, String lipidClassName, String description, int maxNumFa, int possibleNumFa, Set<String> specialCases, ElementTable elements, List<String> synonyms) Create a new lipid class meta instance.- Parameters:
lipidCategory- the lipid categorylipidClassName- the lipid class namedescription- the descriptionmaxNumFa- the maximum number of fatty acids allowed for this lipid classpossibleNumFa- the minimum possible number of fatty acids for this lipid classspecialCases- the special caseselements- the elements (sum formula) of this class head groupsynonyms- the synonyms of this lipid class head group
-
-
Method Details
-
getLipidCategory
-
getClassName
-
getDescription
-
getMaxNumFa
public int getMaxNumFa() -
getPossibleNumFa
public int getPossibleNumFa() -
getSpecialCases
-
getElements
-
getSynonyms
-