
| Constructor and Description |
|---|
Timeslice() |
Timeslice(String duration,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v) |
void |
addUpChannel(Channel c) |
String |
getDuration() |
int |
getDurationNanos() |
int |
getIndex() |
int |
getStartNanos() |
Set<Channel> |
getUpChannels() |
String |
getValue() |
void |
setDuration(String duration) |
void |
setDurationNanos(int durationNanos) |
void |
setIndex(int index) |
void |
setStartNanos(int startNanos) |
void |
setValue(String value) |
public String getDuration()
public void setDuration(String duration)
public String getValue()
public void setValue(String value)
public int getIndex()
public void setIndex(int index)
public int getStartNanos()
public void setStartNanos(int startNanos)
public int getDurationNanos()
public void setDurationNanos(int durationNanos)
public void addUpChannel(Channel c)
Copyright © 2018 LSST. All rights reserved.