Package lib :: Package maec :: Module maec11 :: Class BehaviorCollectionType
[hide private]
[frames] | no frames]

Class BehaviorCollectionType

source code

     object --+    
              |    
GeneratedsSuper --+
                  |
                 BehaviorCollectionType

BehaviorCollectionType is intended to provide a mechanism for characterizing collections of behaviors.The name attribute contains the name of the behavior collection, if applicable.

Instance Methods [hide private]
 
__init__(self, id=None, name=None, Affinity_Type=None, Affinity_Degree=None, Purpose=None, Description=None, Effects=None, Behavior_Sub_Collection=None, Behavior=None, Behavior_Reference=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_Affinity_Type(self) source code
 
set_Affinity_Type(self, Affinity_Type) source code
 
get_Affinity_Degree(self) source code
 
set_Affinity_Degree(self, Affinity_Degree) source code
 
get_Purpose(self) source code
 
set_Purpose(self, Purpose) source code
 
get_Description(self) source code
 
set_Description(self, Description) source code
 
get_Effects(self) source code
 
set_Effects(self, Effects) source code
 
get_Behavior_Sub_Collection(self) source code
 
set_Behavior_Sub_Collection(self, Behavior_Sub_Collection) source code
 
add_Behavior_Sub_Collection(self, value) source code
 
insert_Behavior_Sub_Collection(self, index, value) source code
 
get_Behavior(self) source code
 
set_Behavior(self, Behavior) source code
 
add_Behavior(self, value) source code
 
insert_Behavior(self, index, value) source code
 
get_Behavior_Reference(self) source code
 
set_Behavior_Reference(self, Behavior_Reference) source code
 
add_Behavior_Reference(self, value) source code
 
insert_Behavior_Reference(self, index, value) source code
 
get_id(self) source code
 
set_id(self, id) source code
 
get_name(self) source code
 
set_name(self, name) source code
 
export(self, outfile, level, namespace_='maec:', name_='BehaviorCollectionType', namespacedef_='') source code
 
exportAttributes(self, outfile, level, already_processed, namespace_='maec:', name_='BehaviorCollectionType') source code
 
exportChildren(self, outfile, level, namespace_='maec:', name_='BehaviorCollectionType', fromsubclass_=False) source code
 
hasContent_(self) source code
 
exportLiteral(self, outfile, level, name_='BehaviorCollectionType') source code
 
exportLiteralAttributes(self, outfile, level, already_processed, name_) source code
 
exportLiteralChildren(self, outfile, level, name_) source code
 
build(self, node) source code
 
buildAttributes(self, node, attrs, already_processed) source code
 
buildChildren(self, child_, node, nodeName_, fromsubclass_=False) source code

Inherited from GeneratedsSuper: gds_build_any, gds_format_boolean, gds_format_boolean_list, gds_format_double, gds_format_double_list, gds_format_float, gds_format_float_list, gds_format_integer, gds_format_integer_list, gds_format_string, gds_str_lower, gds_validate_boolean, gds_validate_boolean_list, gds_validate_double, gds_validate_double_list, gds_validate_float, gds_validate_float_list, gds_validate_integer, gds_validate_integer_list, gds_validate_string, get_class_obj_, get_path_, get_path_list_

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
factory(*args_, **kwargs_) source code
Class Variables [hide private]
  subclass = None
hash(x)
  superclass = None
hash(x)

Inherited from GeneratedsSuper: Tag_strip_pattern_

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, id=None, name=None, Affinity_Type=None, Affinity_Degree=None, Purpose=None, Description=None, Effects=None, Behavior_Sub_Collection=None, Behavior=None, Behavior_Reference=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)