| Modifier and Type | Method and Description |
|---|---|
Model |
Model.getCopy()
Returns a copy of this model.
|
Model |
Structure.getFirstModel()
Returns the first
Model (with the smallest identifier). |
| Modifier and Type | Method and Description |
|---|---|
List<Model> |
Structure.getAllModels()
Returns all
Models. |
Optional<Model> |
Structure.getModel(int modelIdentifier)
|
| Modifier and Type | Class and Description |
|---|---|
class |
MmtfModel
The implementation of
Model for mmtf structures. |
| Modifier and Type | Method and Description |
|---|---|
Model |
MmtfModel.getCopy() |
Model |
MmtfStructure.getFirstModel() |
| Modifier and Type | Method and Description |
|---|---|
List<Model> |
MmtfStructure.getAllModels() |
Optional<Model> |
MmtfStructure.getModel(int modelIdentifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
OakModel |
| Modifier and Type | Method and Description |
|---|---|
Model |
OakStructure.getFirstModel() |
| Modifier and Type | Method and Description |
|---|---|
List<Model> |
OakStructure.getAllModels() |
Optional<Model> |
OakStructure.getModel(int modelIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
Model |
StructureSelector.ChainStep.selectModel() |
Model |
StructureSelector.Selector.selectModel() |
| Modifier and Type | Method and Description |
|---|---|
static StructureSelector.ChainStep |
StructureSelector.selectFrom(Model structuralModel) |
| Constructor and Description |
|---|
Selector(Model structuralModel) |
Copyright © 2018. All rights reserved.