Package org.lifstools.jgoslin.domain
Klasse AcylAlkylGroup
java.lang.Object
org.lifstools.jgoslin.domain.FunctionalGroup
org.lifstools.jgoslin.domain.AcylAlkylGroup
An acyl alkyl group as a functional group.
- Autor:
- Dominik Kopczynski, Nils Hoffmann
-
Feldübersicht
Von Klasse geerbte Felder org.lifstools.jgoslin.domain.FunctionalGroup
atomic, count, doubleBonds, elements, functionalGroups, knownFunctionalGroups, name, position, ringStereo, stereoBound, stereochemistry -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAcylAlkylGroup(FattyAcid _fa, int _position, int _count, boolean _alkyl, boolean _N_bond, KnownFunctionalGroups knownFunctionalGroups) AcylAlkylGroup(FattyAcid _fa, int _position, int _count, boolean _alkyl, KnownFunctionalGroups knownFunctionalGroups) AcylAlkylGroup(FattyAcid _fa, KnownFunctionalGroups knownFunctionalGroups) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcopy()booleanisAlkyl()booleanvoidsetAlkyl(boolean alkyl) voidsetNitrogenBond(boolean _N_bond) toString(LipidLevel level) Von Klasse geerbte Methoden org.lifstools.jgoslin.domain.FunctionalGroup
addPosition, computeAndCopyElements, computeElements, getCount, getDoubleBonds, getElements, getFunctionalGroupElements, getFunctionalGroups, getFunctionalGroupsInternal, getName, getNDoubleBonds, getPosition, getRingStereo, getStereoBound, getStereochemistry, getTotalFunctionalGroupCount, isAtomic, setAtomic, setCount, setDoubleBonds, setElements, setFunctionalGroups, setName, setPosition, setRingStereo, setStereoBound, setStereochemistry, shiftPositions, stereoInformationMissing
-
Konstruktordetails
-
AcylAlkylGroup
-
AcylAlkylGroup
public AcylAlkylGroup(FattyAcid _fa, int _position, int _count, boolean _alkyl, KnownFunctionalGroups knownFunctionalGroups) -
AcylAlkylGroup
public AcylAlkylGroup(FattyAcid _fa, int _position, int _count, boolean _alkyl, boolean _N_bond, KnownFunctionalGroups knownFunctionalGroups)
-
-
Methodendetails
-
copy
- Setzt außer Kraft:
copyin KlasseFunctionalGroup
-
setAlkyl
public void setAlkyl(boolean alkyl) -
isAlkyl
public boolean isAlkyl() -
setNitrogenBond
public void setNitrogenBond(boolean _N_bond) -
isNitrogenBond
public boolean isNitrogenBond() -
toString
- Setzt außer Kraft:
toStringin KlasseFunctionalGroup
-