Boulbaba's picture
Upload 210 files
21baa2f verified
'''
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