| Modifier and Type | Method and Description |
|---|---|
AffinityAlignment.ParameterStep |
AffinityAlignment.AtomStep.representationSchemeType(RepresentationSchemeType representationSchemeType)
Defines a
RepresentationSchemeType to be used for the computed alignments. |
AffinityAlignment.ParameterStep |
AffinityAlignment.Builder.representationSchemeType(RepresentationSchemeType representationSchemeType) |
| Modifier and Type | Method and Description |
|---|---|
ConsensusBuilder.ParameterStep |
ConsensusBuilder.AtomStep.representationSchemeType(RepresentationSchemeType representationSchemeType)
Defines a
RepresentationSchemeType to be used during consensus calculation. |
ConsensusBuilder.ParameterStep |
ConsensusBuilder.Builder.representationSchemeType(RepresentationSchemeType representationSchemeType) |
| Modifier and Type | Method and Description |
|---|---|
Fit3DBuilder.ParameterStep |
Fit3DBuilder.AtomStep.representationScheme(RepresentationSchemeType representationSchemeType)
Defines a single point
RepresentationScheme that should be used to represent single residues. |
Fit3DBuilder.ParameterStep |
Fit3DBuilder.Builder.representationScheme(RepresentationSchemeType representationSchemeType) |
| Modifier and Type | Method and Description |
|---|---|
RepresentationSchemeType |
BetaCarbonRepresentationScheme.getType() |
RepresentationSchemeType |
CentroidRepresentationScheme.getType() |
RepresentationSchemeType |
SideChainCentroidRepresentationScheme.getType() |
RepresentationSchemeType |
RepresentationScheme.getType()
Returns the actual
RepresentationSchemeType of this RepresentationScheme. |
RepresentationSchemeType |
LastHeavySidechainRepresentationScheme.getType() |
RepresentationSchemeType |
AlphaCarbonRepresentationScheme.getType() |
static RepresentationSchemeType |
RepresentationSchemeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepresentationSchemeType[] |
RepresentationSchemeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static RepresentationScheme |
RepresentationSchemeFactory.createRepresentationScheme(RepresentationSchemeType representationSchemeType)
Creates a
RepresentationScheme for the given RepresentationSchemeType. |
Copyright © 2018. All rights reserved.