Python LMF library
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | List of all members
pylmflib.pylmflib.resources.human_resource.HumanResource Class Reference

HumanResource is a Resource subclass. More...

Inheritance diagram for pylmflib.pylmflib.resources.human_resource.HumanResource:

Public Member Functions

def __init__
 As HumanResource is an abstract class, constructor raises an error. More...
 
def __del__
 As HumanResource is an abstract class, desctructor raises an error. More...
 
def __new__
 Private initialization called from HumanResource subclasses. More...
 

Public Attributes

 name
 
 anonymizationFlag
 
 reference
 
 source
 

Detailed Description

HumanResource is a Resource subclass.

HumanResource is an abstract class representing a speaker. The HumanResource class allows subclasses.

Definition at line 8 of file human_resource.py.

Constructor & Destructor Documentation

def pylmflib.pylmflib.resources.human_resource.HumanResource.__init__ (   self)

As HumanResource is an abstract class, constructor raises an error.

Definition at line 11 of file human_resource.py.

def pylmflib.pylmflib.resources.human_resource.HumanResource.__del__ (   self)

As HumanResource is an abstract class, desctructor raises an error.

Definition at line 16 of file human_resource.py.

Member Function Documentation

def pylmflib.pylmflib.resources.human_resource.HumanResource.__new__ (   self)

Private initialization called from HumanResource subclasses.

HumanResource subinstances are owned by LexicalResource.

Definition at line 21 of file human_resource.py.

Member Data Documentation

pylmflib.pylmflib.resources.human_resource.HumanResource.anonymizationFlag

Definition at line 26 of file human_resource.py.

pylmflib.pylmflib.resources.human_resource.HumanResource.name

Definition at line 25 of file human_resource.py.

pylmflib.pylmflib.resources.human_resource.HumanResource.reference

Definition at line 27 of file human_resource.py.

pylmflib.pylmflib.resources.human_resource.HumanResource.source

Definition at line 28 of file human_resource.py.


The documentation for this class was generated from the following file: