Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Abstract class needs access to table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01341481
Message ID:
01341504
Vues:
8
>>>I have a class built that communicates with a hardware device. This device may be connect via serial, ethernet or ftp. The properties of the class set all the necessary parameters of the device... tcpip/serial/ftp, address, port, bps, parity, etc. The class is instantiated, properties are set (based on settings stored in a device table) and the communication takes place. This works great. But occasionally after the class is instantiated and the properties are set, the device needs to be changed to a different one. This requires access to the device table. I don't like the idea of tying the class to a table to query it. I have don't have any ideas on how to keep this class abstract yet still query the data in my device table. Any ideas?
>>
>>What about using a Factory to return proper instance of your Communication class?
>
>I'm not familiar with using a factory. Can you point me to some info?

Joe,

You may start from http://fox.wikis.com/wc.dll?Wiki~AbstractFactory~SoftwareEng
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform