| ''' | |
| Created on ٢٨/٠٤/٢٠١٠ | |
| @Created by: Muhammad Altabba | |
| ''' | |
| class Root(object): | |
| """ | |
| # PyUML: Do not remove this line! # XMI_ID:_qz4V-I35Ed-gg8GOK1TmhA | |
| """ | |
| ''' | |
| classdocs | |
| ''' | |
| String = ''; | |
| PatternsIDs = []; | |
| def __init__(self, string, patterns): | |
| ''' | |
| Constructor | |
| ''' | |
| self.String = string; | |
| self.PatternsIDs = patterns; | |
| pass | |