cs.arizona.tau.time
Class TemporalElement

java.lang.Object
  extended by cs.arizona.tau.time.TemporalElement
All Implemented Interfaces:
ITemporalElement

public class TemporalElement
extends java.lang.Object
implements ITemporalElement

Author:
spjoshi

Constructor Summary
TemporalElement()
           
 
Method Summary
 void add(ITime o)
           
 void addAll(java.util.Collection c)
           
 void clear()
           
 ITemporalElement cloneElement()
           
 ITime get(int index)
           
 java.util.Collection getAll()
           
 int getNumDimensions()
           
 ITime getTimeSpan()
           
 java.util.Iterator iterator()
           
 boolean remove(ITime t)
           
 void setNumDimensions(int numDimensions)
           
 void swap(int ind1, int ind2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemporalElement

public TemporalElement()
Method Detail

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface ITemporalElement

getNumDimensions

public int getNumDimensions()
Specified by:
getNumDimensions in interface ITemporalElement

setNumDimensions

public void setNumDimensions(int numDimensions)
Specified by:
setNumDimensions in interface ITemporalElement

add

public void add(ITime o)
Specified by:
add in interface ITemporalElement

addAll

public void addAll(java.util.Collection c)
Specified by:
addAll in interface ITemporalElement

clear

public void clear()
Specified by:
clear in interface ITemporalElement

getTimeSpan

public ITime getTimeSpan()
Specified by:
getTimeSpan in interface ITemporalElement

cloneElement

public ITemporalElement cloneElement()
Specified by:
cloneElement in interface ITemporalElement

remove

public boolean remove(ITime t)
Specified by:
remove in interface ITemporalElement

get

public ITime get(int index)
Specified by:
get in interface ITemporalElement

swap

public void swap(int ind1,
                 int ind2)
Specified by:
swap in interface ITemporalElement

getAll

public java.util.Collection getAll()
Specified by:
getAll in interface ITemporalElement