kaos.time
Interface Instant
- All Superinterfaces:
- java.lang.Cloneable, OntInstanceDescription, TemporalEntity
public interface Instant
- extends TemporalEntity
This interface represents Time Instant.
$Revision: 1.2 $
Methods inherited from interface kaos.core.csi.OntInstanceDescription |
addProperty, addProperty, addType, clone, getFirstType, getInstanceOntModel, getName, getNestedProperty, getProperties, getPropertiesMap, getProperty, getTypes, removeProperty, removeType |
setInDateTime
void setInDateTime(DateTimeDescription myTime)
getInDateTime
DateTimeDescription getInDateTime()
addInside
void addInside(Interval insideInterval)
removeInside
void removeInside(Interval insideInterval)
getInside
java.util.List<Interval> getInside()