Uses of Interface
pl.edu.agh.cast.model.base.ITimedRelation

Packages that use ITimedRelation
pl.edu.agh.cast.model.base Provides base model classes and interfaces. 
 

Uses of ITimedRelation in pl.edu.agh.cast.model.base
 

Classes in pl.edu.agh.cast.model.base that implement ITimedRelation
 class TimedRelation
          The timed relation represents relation with assigned date.
 

Methods in pl.edu.agh.cast.model.base that return ITimedRelation
 ITimedRelation ITimedRelation.getTimedRelation()
          Returns a simple representation of the relation, of class TimedRelation, regardless of the actual class of this object.
 ITimedRelation TimedRelation.getTimedRelation()
          Returns object of class TimedRelation no matter if the object is of class ITimedRelation or class which inherits from it.
 

Methods in pl.edu.agh.cast.model.base with parameters of type ITimedRelation
 boolean ITimedRelation.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.
 boolean TimedRelation.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.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.