Uses of Class
de.isas.lipidomics.domain.LipidLevel
-
Packages that use LipidLevel Package Description de.isas.lipidomics.domain This package contains the main common domain models for lipids. -
-
Uses of LipidLevel in de.isas.lipidomics.domain
Methods in de.isas.lipidomics.domain that return LipidLevel Modifier and Type Method Description static LipidLevelLipidLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LipidLevel[]LipidLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.isas.lipidomics.domain with parameters of type LipidLevel Modifier and Type Method Description protected StringLipidSpecies. buildLipidString(LipidLevel level, String headGroup, boolean isNormalized)protected StringLipidMolecularSubspecies. buildLipidSubspeciesName(LipidLevel level, String faSeparator, String headGroup, boolean isNormalized)StringFattyAcid. buildSubstructureName(LipidLevel level)Build the name of this substructure.StringLipidSpeciesInfo. buildSubstructureName(LipidLevel level)StringLipidAdduct. getLipidFragmentString(LipidLevel level)Returns the non-normalized lipid adduct name (original head group) with fragment, if available, for the given level.StringLipidAdduct. getLipidString(LipidLevel level)Returns the non-normalized (original head group) lipid name for the given level.StringLipidIsomericSubspecies. getLipidString(LipidLevel level)StringLipidIsomericSubspecies. getLipidString(LipidLevel level, boolean normalizeHeadGroup)StringLipidMolecularSubspecies. getLipidString(LipidLevel level)StringLipidMolecularSubspecies. getLipidString(LipidLevel level, boolean normalizeHeadGroup)StringLipidSpecies. getLipidString(LipidLevel level)Returns a lipid string representation for the givenLipidLevel, e.g.StringLipidSpecies. getLipidString(LipidLevel level, boolean normalizeHeadGroup)Returns a lipid string representation for the givenLipidLevel, e.g.StringLipidStructuralSubspecies. getLipidString(LipidLevel level)StringLipidStructuralSubspecies. getLipidString(LipidLevel level, boolean normalizeHeadGroup)StringLipidAdduct. getNormalizedLipidFragmentString(LipidLevel level)Returns the normalized lipid adduct name (class name as head group) with fragment for the given level.StringLipidAdduct. getNormalizedLipidString(LipidLevel level)Returns the normalized (class name as head group) lipid name for the given level.Constructors in de.isas.lipidomics.domain with parameters of type LipidLevel Constructor Description LipidSpeciesInfo(LipidLevel level, int nCarbon, int nHydroxy, int nDoubleBonds, LipidFaBondType lipidFaBondType)Create a new LipidSpeciesInfo on the provided level.The name is inferred from the level.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.
-