|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITimedRelation
Represents relations which have the "date" attribute. It allows them to ordered and drawn on the timeline diagram.
Method Summary | |
---|---|
boolean |
fixedEquals(ITimedRelation relation)
Checks if given timed relation is equal in terms of timed relation not the domain-specific sense, to the given timed relation. |
Date |
getDate()
The date of the occurrence of the relation. |
int |
getFixedHashCode()
Returns the hash code of the timed relation seen as timed relation, not as a domain-specific object. |
ITimedRelation |
getTimedRelation()
Returns a simple representation of the relation, of class TimedRelation , regardless of the actual class
of this object. |
Methods inherited from interface pl.edu.agh.cast.model.base.IRelation |
---|
addDataSet, getDataSets, getId, getSource, getTarget, setDataSets, setId, setSource, setTarget |
Methods inherited from interface pl.edu.agh.cast.model.mapper.Mappable |
---|
clone, getAttribute, getAttributeNames, getAttributeType, getMid, getType, setAttribute, setMid |
Method Detail |
---|
Date getDate()
ITimedRelation getTimedRelation()
TimedRelation
, regardless of the actual class
of this object.
int getFixedHashCode()
boolean fixedEquals(ITimedRelation relation)
relation
- The relation which is checked for equality.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |