Exemple #1
0
 def __init__(self, id, name, creationDate, path):
     self.id = id
     self.name = name
     self.creationDate = creationDate
     self.path = path
     self.vocabulary = Vocabulary()
     self.grammar = Grammar()
     self.configuration = ProjectConfiguration.loadDefaultProjectConfiguration()
Exemple #2
0
 def __init__(self, id, name, creationDate, path):
     self.id = id
     self.name = name
     self.creationDate = creationDate
     self.path = path
     self.vocabulary = Vocabulary()
     self.grammar = Grammar()
     self.simulator = Simulator()
     self.configuration = ProjectConfiguration.loadDefaultProjectConfiguration(
     )
     self.description = None