es.uned.compiler.intermediate
Interface TemporalTableIF

All Known Implementing Classes:
TemporalTable

public interface TemporalTableIF

Interfaz de la tabla de temporales


Method Summary
 void addTemporal(Temporal temporal)
          Sets a temporal to the temporal table.
 boolean containsTemporal(Temporal temporal)
          Indicates whether the temporal is contained in the temporal table.
 ScopeIF getScope()
          Returns the scope of this temporal table.
 java.util.List getTemporals()
          Returns the list of temporals.
 

Method Detail

addTemporal

void addTemporal(Temporal temporal)
Sets a temporal to the temporal table.

Parameters:
temporal - the temporal to add.

containsTemporal

boolean containsTemporal(Temporal temporal)
Indicates whether the temporal is contained in the temporal table.

Parameters:
temporal - The temporal.
Returns:
True if the temporal is contained in the temporal table.

getScope

ScopeIF getScope()
Returns the scope of this temporal table.

Returns:
the scope of this temporal table.

getTemporals

java.util.List getTemporals()
Returns the list of temporals.

Returns:
A list of temporals.