|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.datamodel.ActivityMappingImpl
public class ActivityMappingImpl
Maps activity to residues of a biopolymer. Activity is used in a broad meaning, such that binding, cleavage and most enzymatic transformations can be included in this definition.
| Constructor Summary | |
|---|---|
protected |
ActivityMappingImpl(SigPathFactory factory)
|
| Method Summary | |
|---|---|
boolean |
addResidueRange(ResidueRangeImpl range)
Add a ResidueRange. |
Reaction |
getReaction()
Get the reaction with carries the activity. |
Collection |
getResidueRanges()
Get ranges of residues involved in this activity. |
boolean |
removeResidueRange(ResidueRangeImpl range)
Remove a ResidueRange. |
void |
setReaction(Reaction reaction)
Set the reaction with carries the activity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ActivityMappingImpl(SigPathFactory factory)
| Method Detail |
|---|
public void setReaction(Reaction reaction)
setReaction in interface ActivityMappingpublic Reaction getReaction()
getReaction in interface ActivityMappingpublic Collection getResidueRanges()
getResidueRanges in interface ActivityMappingpublic boolean addResidueRange(ResidueRangeImpl range)
addResidueRange in interface ActivityMappingpublic boolean removeResidueRange(ResidueRangeImpl range)
removeResidueRange in interface ActivityMapping
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||