# Functions
GetCon method is the get con operation for any type of connector that implements TFACon interface, it returns the actual tfa connector instance.
GetInfo method is the get info operation for any type of connector that implements TFACon interface.
No description provided by the author
Run method is the run operation for any type of connector that implements TFACon interface.
Validate method is the validate operation for any type of connector that implements TFACon interface.
# Interfaces
TFACon is the general interface for all TFA Classifer connectors, any connector to any test management platform should inpement this interface.