cs.arizona.tau.time
Class TemporalElement
java.lang.Object
cs.arizona.tau.time.TemporalElement
- All Implemented Interfaces:
- ITemporalElement
public class TemporalElement
- extends java.lang.Object
- implements ITemporalElement
- Author:
- spjoshi
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemporalElement
public TemporalElement()
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