|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: interface Checker
Description: Interface for checking whether attribute changes may be passed to a TCObject
Copyright: Copyright (c) 2003
Company: CMC Computers
Method Summary | |
boolean |
checkConnection(TCExport tce,
TCObject tco1,
TCObject tco2)
Checks whether objkects tco1 and tco2 may be connected |
boolean |
checkChanges(TCExport tce,
TCObject tco,
Map changes)
Checks whether changes may be passed to the TCObject |
Method Detail |
public boolean checkChanges(TCExport tce, TCObject tco, Map changes)
tce
- TCExport instance for accessing the schematco
- TCObject to pass changes tochanges
- change map to be passed
public boolean checkConnection(TCExport tce, TCObject tco1, TCObject tco2)
tce
- TCExport instance for accessing the schematco1
- source TCObject to connecttco2
- target TCObject to connect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |