|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An instance of TemporalVocabulary is passed around to various temporal reasoners and components to inform them of the constant symbols to accept, create, and use.
The user should feel free to create a vocabulary that implements this interface.
Method Summary | |
Symbol |
getAbsoluteTimePointFn()
Function term symbol that, when applied to series of year, month, hour, etc., terms, denotes an absolute time point. |
Symbol |
getAfterOrEqualRelation()
The relation that indicates that one time point occurs after or at the same time as, i.e., not before, another time point. |
Symbol |
getAfterRelation()
The relation that indicates that one time point occurs after another time point. |
Symbol |
getBeforeOrEqualRelation()
The relation that indicates that one time point occurs before or at the same time as, i.e., not after, another time point. |
Symbol |
getBeforeRelation()
The relation that indicates that one time point occurs before another time point. |
Symbol |
getDayFn()
In an absolute time point spec, used to denote the day. |
Symbol |
getEndPointFn()
Function term symbol that, when applied to a time interval, denotes the last point in the interval. |
Symbol |
getEqualRelation()
The relation that indicates that one time point occurs at the same time as another time point. |
Symbol |
getFirstTimePointFn()
The symbol for the evaluable function 'first-time-point'. |
Symbol |
getHourFn()
In an absolute time point spec, used to denote the hour. |
Symbol |
getInstanceOfRelation()
The symbol for the instance-of relation, for example, rdf:type. |
Symbol |
getInverseRelation()
The symbol for the inverse relation, for example, owl:inverseOf. |
Symbol |
getLocationRelation()
The symbol for the evaluable function 'location'. |
Symbol |
getMillisecondFn()
In an absolute time point spec, used to denote the millisecond. |
Symbol |
getMinuteFn()
In an absolute time point spec, used to denote the minute. |
Symbol |
getMonthFn()
In an absolute time point spec, used to denote month. |
Symbol |
getSecondFn()
In an absolute time point spec, used to denote the second. |
URL |
getSource()
The ontology source that the definitions for the terms in this vocabulary are identified with. |
Symbol |
getStartPointFn()
Function term symbol that, when applied to a time interval, denotes the first point in the interval. |
Symbol |
getSubrelationRelation()
The symbol for the sub-relation relation, for example, rdfs:subPropertyOf. |
Symbol |
getTimeIntervalFn()
Function term symbol that, when applied to two time points, denotes the interval between the time points. |
Symbol |
getTimePointToIntegerFn()
The symbol for the evaluable function 'time-point-to-int-fn'. |
Symbol |
getTimeZoneFn()
In an absolute time point spec, used to denote the time zone. |
Symbol |
getTransitiveRelationClass()
The symbol for the TransitveRelation class, for example, owl:TransitiveProperty. |
Symbol |
getYearFn()
In an absolute time point spec, used to denote the year. |
Method Detail |
public URL getSource()
public Symbol getBeforeRelation()
public Symbol getAfterRelation()
public Symbol getEqualRelation()
public Symbol getBeforeOrEqualRelation()
public Symbol getAfterOrEqualRelation()
public Symbol getLocationRelation()
public Symbol getTimePointToIntegerFn()
TimePointToInteger
public Symbol getFirstTimePointFn()
FirstTimePoint
public Symbol getStartPointFn()
public Symbol getEndPointFn()
public Symbol getAbsoluteTimePointFn()
public Symbol getTimeIntervalFn()
public Symbol getTimeZoneFn()
public Symbol getYearFn()
public Symbol getMonthFn()
public Symbol getDayFn()
public Symbol getHourFn()
public Symbol getMinuteFn()
public Symbol getSecondFn()
public Symbol getMillisecondFn()
public Symbol getSubrelationRelation()
public Symbol getTransitiveRelationClass()
public Symbol getInstanceOfRelation()
public Symbol getInverseRelation()
|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |