public class Filter extends Object implements org.lsst.ccs.framework.Configurable
| Modifier and Type | Field and Description |
|---|---|
protected static org.lsst.ccs.utilities.logging.Logger |
fcslog |
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
void |
change(String string,
Object o) |
org.lsst.ccs.framework.Configurable.Environment |
getEnvironment() |
Integer |
getFilterID() |
FcsEnumerations.FilterLocation |
getFilterLocation() |
String |
getName() |
double |
getWeight() |
boolean |
isOnAutoChanger() |
boolean |
isOnCarousel() |
boolean |
isOut() |
boolean |
isUnknown() |
void |
setEnvironment(org.lsst.ccs.framework.Configurable.Environment e) |
void |
setFilterID(Integer filterID) |
void |
setFilterLocation(FcsEnumerations.FilterLocation filterLocation) |
void |
setName(String name) |
void |
setWeight(double weight) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalias, getCheckedValueFromConfiguration, getChildren, getComponentByName, getFullPath, getParent, getParentObject, getSubsystem, init, injectResources, listChildren, notifyChange, notifyChangeWithoutPreliminaryChecks, postStart, proceduralWalk, shutdownNow, start, treeWalkpublic String getName()
getName in interface org.lsst.ccs.framework.Configurablepublic void setName(String name)
public boolean isOnCarousel()
public boolean isOnAutoChanger()
public boolean isOut()
public boolean isUnknown()
public FcsEnumerations.FilterLocation getFilterLocation()
public void setFilterLocation(FcsEnumerations.FilterLocation filterLocation)
public Integer getFilterID()
public void setFilterID(Integer filterID)
public double getWeight()
public void setWeight(double weight)
public void setEnvironment(org.lsst.ccs.framework.Configurable.Environment e)
setEnvironment in interface org.lsst.ccs.framework.Configurablepublic org.lsst.ccs.framework.Configurable.Environment getEnvironment()
getEnvironment in interface org.lsst.ccs.framework.ConfigurableCopyright © 2015 LSST. All rights reserved.