public class Function extends Callable implements Visitable, Serializable
| Constructor and Description |
|---|
Function() |
Function(String id,
String fullname) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v) |
List<Clock> |
getClocks() |
List<Constant> |
getConstants() |
String |
getFullname() |
List<Timeslice> |
getTimeslices() |
void |
setClocks(List<Clock> clocks) |
void |
setConstants(List<Constant> constants) |
void |
setFullname(String fullname) |
void |
setTimeslices(List<Timeslice> timeslices) |
Copyright © 2020 LSST. All rights reserved.