public class Template extends Object implements Serializable, Comparable<Template>
FocalPlaneMap cell.| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Template other) |
boolean |
equals(Object obj) |
String |
getAgent() |
int |
hashCode() |
String |
toString()
Produces a String representation of this template.
|
static Template |
valueOf(org.lsst.ccs.gconsole.agent.AgentChannel channel)
Constructs a template corresponding to the specified channel.
|
static Template |
valueOf(String string)
Constructs a template corresponding to the specified String representation.
|
public String getAgent()
public static Template valueOf(org.lsst.ccs.gconsole.agent.AgentChannel channel)
channel - Data channel.null if the channel does not have metadata for placement on the FocalPlaneMap.public static Template valueOf(String string)
string - String representation created by toString() method.IllegalArgumentException - if the specified String cannot be converted to a template.public String toString()
Template
by calling valueOf(String string) method.public int compareTo(Template other)
compareTo in interface Comparable<Template>Copyright © 2018 LSST. All rights reserved.