org.jlab.coda.afecs.cool.ontology
Class AControl

java.lang.Object
  extended by org.jlab.coda.afecs.cool.ontology.AOntologyConcept
      extended by 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

Constructor Summary
AControl()
           
 
Method Summary
 java.lang.Object clone()
           
 java.util.ArrayList<AComponent> getComponents()
           
 HMI getGui()
           
 java.lang.String getName()
           
 AComponent getSupervisor()
           
 void setComponents(java.util.ArrayList<AComponent> components)
           
 void setGui(HMI gui)
           
 void setName(java.lang.String name)
           
 void setSupervisor(AComponent supervisor)
           
 
Methods inherited from class org.jlab.coda.afecs.cool.ontology.AOntologyConcept
addConceptSlot, addPrimitiveSlot, addSlot, getConceptName, getOntology, getSlots, setConceptName, setOntology
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AControl

public AControl()
Method Detail

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)