Project: included
Class Indexed_temporal_entity

Concrete Class Extends 
        Serially_indexed_object, Temporal_Entity
 
Direct Instances:
None
 
Direct Subclasses:
Event, Process, State

This class is sort of a short cut, allowing recorded events have start and end times, rather than creating independent evidence objects. This is not really correct, but the extra level of indirection makes data entry noticably more difficult.

Template Slots
Slot name Documentation Type Allowed Values/Classes Cardinality Default
start_index The index at the start of the serial information of interest. Use index_type to figure out how to interpret this.

String    0:1   
index_type This should help the interpretation of the index string.

Symbol  count, time, time+frame  1:1  time+frame 
evidence This points to supporting data for the term, if any.

Instance  Serially_indexed_object  0:1   
end_index The ending index of the supporting data. Again, use index_type to interpret this. Value may equal start_index.

String    0:1   
precedes Specifies a temporal object that preceeds this one in a sequence.

Instance  Temporal_Entity  0:1   
follows Specifies a temporal object that follows this one in a sequence

Instance  Temporal_Entity  0:1   

Own Slots
Slot name Documentation Type Value  Cardinality
author The login name of the person who created this term.

 

String     
evidence This points to supporting data for the term, if any.

 

Instance     
creation_date The time this item was created, usually automatically generated by Protege.

 

String     

Return to class hierarchy


Generated on Wed Sep 25 13:41:51 MST 2002