Link Search Menu Expand Document

Class cvepackage

About :

	This class is a node defining a package (collection) of nodes name : package name item : list of subnodes root : package should be an autonomous amount of information (sub-graph). Indeed could be isoated in a single file for permanent storage. root attribute is not currently used.
Class diagram of class of cvepackage.

Functions

Function summury
__init__(self, name=’package’, doc=’’, root=False)  
exported(self)  
find_classifier(self, name, cltype)  
find_by_uid(self, uid)  
set_documentation(self, doc)  

Methods desciption :

init

def __init__(self, name='package', doc='', root=False)

exported

def exported(self)

find_classifier

def find_classifier(self, name, cltype)

find_by_uid

def find_by_uid(self, uid)

set_documentation

def set_documentation(self, doc)