ACSImpl.CharacteristicModel (version $Id: CharacteristicModel.py,v 1.1.1.1 2012/03/07 17:40:45 acaproni Exp $)
index
/alma/ACS-2016.6/ACSSW/lib/python/site-packages/ACSImpl/CharacteristicModel.py

This module provides an implementation of the CharacteristicModel IDL interface:
 
TODO:
- everything

 
Modules
       
omniORB.CORBA
omniORB.any

 
Classes
       
__builtin__.object
CharacteristicModel

 
class CharacteristicModel(__builtin__.object)
    Models can be derived from CharacteristicModel only if their IDL derives from
ACS::CharacteristicModel.
 
  Methods defined here:
__init__(self, name)
Constructor
 
Params: name is the quite literally the name of the characteristic model
 
Returns: Nothing
 
Raises: Nothing.
find_characteristic(self, reg_exp)
Implementation of the descriptor method found in the CharacteristicModel
IDL interface.
 
Params: None.
 
Returns: The name of this component.
 
Raises: Nothing.
 
stringSeq find_characteristic (in string reg_exp);
 
DWF-FIX ME!!!
get_all_characteristics(self)
Implementation of the descriptor method found in the CharacteristicModel
IDL interface.
 
Params: None.
 
Returns: The name of this component.
 
Raises: Nothing.
 
CosPropertyService::PropertySet get_all_characteristics ();
 
DWF-fix me!!!
get_characteristic_by_name(self, name)
Implementation of the descriptor method found in the CharacteristicModel
IDL interface.
 
Params: None.
 
Returns: The name of this component.
 
Raises: Nothing.
 
any get_characteristic_by_name (in string name)                 
raises (NoSuchCharacteristic);
 
DWF-FIX ME!!!

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        __version__ = '$Id: CharacteristicModel.py,v 1.1.1.1 2012/03/07 17:40:45 acaproni Exp $'