SigPath

org.sigpath.datamodel
Interface ActivityMapping

All Known Implementing Classes:
ActivityMappingImpl

public interface ActivityMapping

Represents an Activity Mapping.


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.
 

Method Detail

getReaction

Reaction getReaction()
Get the reaction with carries the activity.


setReaction

void setReaction(Reaction reaction)
Set the reaction with carries the activity.


getResidueRanges

Collection getResidueRanges()
Get ranges of residues involved in this activity.


addResidueRange

boolean addResidueRange(ResidueRangeImpl range)
Add a ResidueRange. The residues contained in the range are involved in the activity.


removeResidueRange

boolean removeResidueRange(ResidueRangeImpl range)
Remove a ResidueRange.


SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.