public class DynamicChemicalEntity extends AbstractChemicalEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamicChemicalEntity.Builder |
annotations, availableFeatures, features, identifier| Modifier | Constructor and Description |
|---|---|
protected |
DynamicChemicalEntity(bio.singa.features.identifiers.SimpleStringIdentifier identifier)
Creates a new Chemical Entity with the given identifier.
|
|
DynamicChemicalEntity(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCompositionCondition(EntityCompositionCondition compositionCondition) |
void |
addPossibleTopology(CellTopology possibleTopology) |
static DynamicChemicalEntity.Builder |
create(String identifier) |
List<EntityCompositionCondition> |
getComposition() |
List<ChemicalEntity> |
getMatchingEntities(Updatable updatable,
CellTopology topology) |
List<CellTopology> |
getPossibleTopologies() |
void |
setComposition(List<EntityCompositionCondition> composition) |
void |
setPossibleTopologies(List<CellTopology> possibleTopologies) |
addAdditionalIdentifier, addAdditionalIdentifiers, addName, equals, getAllIdentifiers, getAnnotations, getAvailableFeatures, getFeature, getFeatures, getIdentifier, getNames, hasFeature, hashCode, setFeature, setFeature, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAnnotation, getAnnotationsOfType, getContentOfAnnotation, getContentOfAnnotation, getContentOfAnnotations, getContentOfAnnotationsprotected DynamicChemicalEntity(bio.singa.features.identifiers.SimpleStringIdentifier identifier)
identifier - The pdbIdentifier.public DynamicChemicalEntity(String identifier)
public static DynamicChemicalEntity.Builder create(String identifier)
public List<EntityCompositionCondition> getComposition()
public void setComposition(List<EntityCompositionCondition> composition)
public void addCompositionCondition(EntityCompositionCondition compositionCondition)
public List<CellTopology> getPossibleTopologies()
public void setPossibleTopologies(List<CellTopology> possibleTopologies)
public void addPossibleTopology(CellTopology possibleTopology)
public List<ChemicalEntity> getMatchingEntities(Updatable updatable, CellTopology topology)
Copyright © 2019. All rights reserved.