ImmutableAtomBasedTorsionAngleType |
ImmutableAtomBasedTorsionAngleType.Builder.build() |
|
static ImmutableAtomBasedTorsionAngleType |
ImmutableAtomBasedTorsionAngleType.copyOf(AtomBasedTorsionAngleType instance) |
|
static ImmutableAtomBasedTorsionAngleType |
ImmutableAtomBasedTorsionAngleType.of(MoleculeType moleculeType,
String shortDisplayName,
String exportName,
Quadruple<AtomName> atoms,
Quadruple<Integer> residueRule) |
Construct a new immutable AtomBasedTorsionAngleType instance.
|
ImmutableAtomBasedTorsionAngleType |
ImmutableAtomBasedTorsionAngleType.withAtoms(Quadruple<AtomName> value) |
Copy the current immutable object by setting a value for the atoms attribute.
|
ImmutableAtomBasedTorsionAngleType |
ImmutableAtomBasedTorsionAngleType.withExportName(String value) |
Copy the current immutable object by setting a value for the exportName attribute.
|
ImmutableAtomBasedTorsionAngleType |
ImmutableAtomBasedTorsionAngleType.withIsPseudoTorsion(boolean value) |
Copy the current immutable object by setting a value for the isPseudoTorsion attribute.
|
ImmutableAtomBasedTorsionAngleType |
ImmutableAtomBasedTorsionAngleType.withMoleculeType(MoleculeType value) |
Copy the current immutable object by setting a value for the moleculeType attribute.
|
ImmutableAtomBasedTorsionAngleType |
ImmutableAtomBasedTorsionAngleType.withResidueRule(Quadruple<Integer> value) |
Copy the current immutable object by setting a value for the residueRule attribute.
|
ImmutableAtomBasedTorsionAngleType |
ImmutableAtomBasedTorsionAngleType.withShortDisplayName(String value) |
Copy the current immutable object by setting a value for the shortDisplayName attribute.
|