org.tolven.ctom.entity
Class ActivityRelationship
java.lang.Object
org.tolven.ctom.entity.ActivityRelationship
- All Implemented Interfaces:
- java.io.Serializable
public class ActivityRelationship
- extends java.lang.Object
- implements java.io.Serializable
The semantic link between activities.
BRIDG: In the particular case where the activities are analysis tasks, this is
a verb phrase that specifies the semantic link between two AnalysisTasks.
Examples:
(1) specification that a particular value in the response to one AnalysisTask
dictates navigation to another AnalysisTask (e.g., if analysis of the
distribution of the data shows that it is not normally distributed, you would
navigate to the non-parametric version of the statistical test)
(2) the value of a response may be determined from the value of a set of other
fields (e.g., the standard error of the mean is derived from the mean, the
standard deviation and the sample size).
(3) the behavior of a field for another AnalysisTask is determined by the value
of a response (e.g., the choice of prior distribution changes your Bayesian
model).
- Version:
- 1.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityRelationship
public ActivityRelationship()
finalize
public void finalize()
throws java.lang.Throwable
- Overrides:
finalize in class java.lang.Object
- Throws:
java.lang.Throwable
getActivity
public Activity getActivity()
setActivity
public void setActivity(Activity activity)
getComments
public java.lang.String getComments()
setComments
public void setComments(java.lang.String comments)
getId
public long getId()
setId
public void setId(long id)