org.jlab.coda.afecs.cool.ontology
Class AControl
java.lang.Object
org.jlab.coda.afecs.cool.ontology.AOntologyConcept
org.jlab.coda.afecs.cool.ontology.AControl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class AControl
- extends AOntologyConcept
- implements java.io.Serializable, java.lang.Cloneable
JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), Aug 31, 2009
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AControl
public AControl()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getComponents
public java.util.ArrayList<AComponent> getComponents()
setComponents
public void setComponents(java.util.ArrayList<AComponent> components)
getSupervisor
public AComponent getSupervisor()
setSupervisor
public void setSupervisor(AComponent supervisor)
getGui
public HMI getGui()
setGui
public void setGui(HMI gui)