Infinity.CommunicationFactoryInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
instantiate |
r |
Instantiates a communication method for the given method name, handling communication for the passed group. |
|
parent |
r |
||
supports_method |
r |
Returns whether the given method_name is supported for the network in question by the factory. |
Methods¶
None
Details¶
- class Infinity.CommunicationFactoryInterface¶
The virtual methods of
Infinity.CommunicationFactory
. These handle instantiating aInfinity.CommunicationMethod
for aInfinity.CommunicationGroup
.