Uses of Interface
de.uni_trier.wi2.procake.data.model.base.ChronologicClass
Package
Description
Provides interfaces of all data classes and of the data model.
-
Uses of ChronologicClass in de.uni_trier.wi2.procake.data.model
-
Uses of ChronologicClass in de.uni_trier.wi2.procake.data.model.base
Modifier and TypeInterfaceDescriptioninterface
TheDateClass
is the specification of a date without time information.interface
TheTimeClass
is the specification of a time without date information.interface
TheTimestampClass
is the specification of a date with time information. -
Uses of ChronologicClass in de.uni_trier.wi2.procake.data.model.base.impl
Modifier and TypeClassDescriptionclass
Description is missingclass
Implementation ofDateClass
.class
TimeClassImpl class.class
TimeStampClassImpl class. -
Uses of ChronologicClass in de.uni_trier.wi2.procake.data.model.impl
-
Uses of ChronologicClass in de.uni_trier.wi2.procake.similarity.base.impl.distance
ModifierConstructorDescriptionChronologicDistanceCalculator
(ChronologicClass dataClass) protected