pyherc.rules.factory

Factory related classes are defined here

class pyherc.rules.factory.SubActionFactory

Factory to handle concrete creation of actions

can_handle(parameters)

Can this factory process these parameters @param parameters: Parameters to check @returns: True if factory is capable of handling parameters

get_action(parameters)

Create an action @param parameters: Parameters used to control action creation

get_sub_factory(parameters)

Get sub factory to handle parameters @param parameters: Parameters to use for searching the factory

Previous topic

pyherc.rules.ending

Next topic

pyherc.rules.items

This Page