|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jtp.time.vocab.DefaultTimeVocab
A default implementation of TimeVocabulary.
Constructor Summary | |
DefaultTimeVocab()
|
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. |
static DefaultTimeVocab |
getInstance()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Symbol BEFORE
public static final Symbol EQUAL_POINT
public static final Symbol BEFORE_OR_EQUAL_POINT
public static final Symbol AFTER
public static final Symbol NOT_EQUAL_POINT
public static final Symbol AFTER_OR_EQUAL_POINT
public static final Symbol STARTING_POINT
public static final Symbol ENDING_POINT
public static final Symbol LOCATION_OF
public static final Symbol TIME_POINT_TO_INT_FN
public static final Symbol FIRST_TIME_POINT
public static final Symbol LAST_TIME_POINT
public static final Symbol TIME_INTERVAL_FN
public static final Symbol PRECEDE
public static final Symbol PRECEDE_INVERSE
public static final Symbol MEET
public static final Symbol MEET_INVERSE
public static final Symbol OVERLAP
public static final Symbol OVERLAP_INVERSE
public static final Symbol COSTART
public static final Symbol COSTART_INVERSE
public static final Symbol DURING
public static final Symbol DURING_INVERSE
public static final Symbol COFINISH
public static final Symbol COFINISH_INVERSE
public static final Symbol COTEMPORAL
public static final Symbol START_AFTER_STARTING_OF
public static final Symbol START_DURING
public static final Symbol END_AFTER_STARTING_OF
public static final Symbol END_AFTER_ENDING_OF
public static final Symbol END_DURING
public static final Symbol TEMPORALLY_INTERSECTS
public static final Symbol TEMPORALLY_CONTAINS
public static final Symbol TEMPORALLY_CONTAINED_BY
public static final Symbol DURATION
public static final Symbol DURATION_IN_UNITS
public static final Symbol WHENFN
public static final Symbol THE_TIME_POINT
public static final Symbol YEAR
public static final Symbol MONTH
public static final Symbol WEEK
public static final Symbol DAY
public static final Symbol HOUR
public static final Symbol MINUTE
public static final Symbol SECOND
public static final Symbol MILLISECOND
public static final Symbol TIME_ZONE
public static final Symbol MAGNITUDE
public static final Symbol SUB_RELATION
public static final Symbol TRANSITIVE_RELATION
public static final Symbol INSTANCE_OF
public static final Symbol INVERSE
Constructor Detail |
public DefaultTimeVocab()
Method Detail |
public static DefaultTimeVocab getInstance()
public URL getSource()
TimeVocabulary
getSource
in interface TimeVocabulary
public Symbol getBeforeRelation()
TimeVocabulary
getBeforeRelation
in interface TimeVocabulary
public Symbol getAfterRelation()
TimeVocabulary
getAfterRelation
in interface TimeVocabulary
public Symbol getEqualRelation()
TimeVocabulary
getEqualRelation
in interface TimeVocabulary
public Symbol getBeforeOrEqualRelation()
TimeVocabulary
getBeforeOrEqualRelation
in interface TimeVocabulary
public Symbol getAfterOrEqualRelation()
TimeVocabulary
getAfterOrEqualRelation
in interface TimeVocabulary
public Symbol getLocationRelation()
TimeVocabulary
getLocationRelation
in interface TimeVocabulary
public Symbol getTimePointToIntegerFn()
TimeVocabulary
getTimePointToIntegerFn
in interface TimeVocabulary
TimePointToInteger
public Symbol getFirstTimePointFn()
TimeVocabulary
getFirstTimePointFn
in interface TimeVocabulary
FirstTimePoint
public Symbol getStartPointFn()
TimeVocabulary
getStartPointFn
in interface TimeVocabulary
public Symbol getEndPointFn()
TimeVocabulary
getEndPointFn
in interface TimeVocabulary
public Symbol getAbsoluteTimePointFn()
TimeVocabulary
getAbsoluteTimePointFn
in interface TimeVocabulary
public Symbol getTimeIntervalFn()
TimeVocabulary
getTimeIntervalFn
in interface TimeVocabulary
public Symbol getTimeZoneFn()
TimeVocabulary
getTimeZoneFn
in interface TimeVocabulary
public Symbol getYearFn()
TimeVocabulary
getYearFn
in interface TimeVocabulary
public Symbol getMonthFn()
TimeVocabulary
getMonthFn
in interface TimeVocabulary
public Symbol getDayFn()
TimeVocabulary
getDayFn
in interface TimeVocabulary
public Symbol getHourFn()
TimeVocabulary
getHourFn
in interface TimeVocabulary
public Symbol getMinuteFn()
TimeVocabulary
getMinuteFn
in interface TimeVocabulary
public Symbol getSecondFn()
TimeVocabulary
getSecondFn
in interface TimeVocabulary
public Symbol getMillisecondFn()
TimeVocabulary
getMillisecondFn
in interface TimeVocabulary
public Symbol getSubrelationRelation()
TimeVocabulary
getSubrelationRelation
in interface TimeVocabulary
public Symbol getTransitiveRelationClass()
TimeVocabulary
getTransitiveRelationClass
in interface TimeVocabulary
public Symbol getInstanceOfRelation()
TimeVocabulary
getInstanceOfRelation
in interface TimeVocabulary
public Symbol getInverseRelation()
TimeVocabulary
getInverseRelation
in interface TimeVocabulary
|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |