public class SALClassDescription extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SALClassDescription.BusVariable |
static class |
SALClassDescription.LocationVariable
A SAL variable that has been fabricated to keep track of locations for variables which match patterns.
|
static class |
SALClassDescription.PatternMatchedSALVariable
A pattern matched variable is one which matched a pattern, and was converted to an array of values
corresponding to all the instance which match the pattern.
|
static class |
SALClassDescription.SALVariable |
static class |
SALClassDescription.SimpleSALVariable
A SAL variable which does not match a pattern
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getClassName() |
int |
getLevel() |
List<SALClassDescription.SALVariable> |
getVariables() |
String |
toString() |
void |
updateChecksum(Checksum sum) |
public String getClassName()
public List<SALClassDescription.SALVariable> getVariables()
public int getLevel()
public String getCategory()
public void updateChecksum(Checksum sum)
Copyright © 2022 LSST. All rights reserved.