HumanResource is a Resource subclass. More...
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 | |
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.
| 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.
| 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.
| 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.
1.8.7