Uses of Class
de.isas.lipidomics.domain.ModificationsList
-
Packages that use ModificationsList Package Description de.isas.lipidomics.domain This package contains the main common domain models for lipids. -
-
Uses of ModificationsList in de.isas.lipidomics.domain
Fields in de.isas.lipidomics.domain declared as ModificationsList Modifier and Type Field Description protected static ModificationsList
ModificationsList. NONE
Constructors in de.isas.lipidomics.domain with parameters of type ModificationsList Constructor Description FattyAcid(String name, int position, int nCarbon, int nHydroxy, int nDoubleBonds, LipidFaBondType lipidFaBondType, boolean lcb, ModificationsList modifications)
Create a new structural level FattyAcid.FattyAcid(String name, int nCarbon, int nHydroxy, int nDoubleBonds, LipidFaBondType lipidFaBondType, boolean lcb, ModificationsList modifications)
Create a new molecular level FattyAcid.FattyAcid(String name, int position, int nCarbon, int nHydroxy, LipidFaBondType lipidFaBondType, boolean lcb, ModificationsList modifications, int nDoubleBonds, Map<Integer,String> doubleBondPositions)
Create a new isomeric level FattyAcid.LipidSpeciesInfo(LipidLevel level, String name, int position, int nCarbon, int nHydroxy, int nDoubleBonds, LipidFaBondType lipidFaBondType, boolean lcb, ModificationsList modifications)
Create a new LipidSpeciesInfo on the provided level.LipidSpeciesInfo(LipidLevel level, String name, int position, int nCarbon, int nHydroxy, LipidFaBondType lipidFaBondType, boolean lcb, ModificationsList modifications, int nDoubleBonds, Map<Integer,String> doubleBondPositions)
Create a new LipidSpeciesInfo on the provided level.
-