Module AEInterfaces :: Class IPORFactory
[hide private]
[frames] | no frames]

Class IPORFactory

source code

        object --+    
                 |    
AccAdapt.Interface --+
                     |
                    IPORFactory

Provides methods for building PORs.

Instance Methods [hide private]
POR
create()
Returns a complete POR built based on the properties of the subject.
source code

Inherited from AccAdapt.Interface: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

create()

source code 

Returns a complete POR built based on the properties of the subject.

Returns: POR
Point of regard