Exemplo n.º 1
0
 def __init__(self, type, name):
     RenderingFunction.__init__(self, VisualizationFunction.TYPE)
     self.type = type
     self.name = name
Exemplo n.º 2
0
 def __init__(self, type, name):
     RenderingFunction.__init__(self, EncodingFunction.TYPE)
     self.type = type
     self.name = name
Exemplo n.º 3
0
 def __init__(self, type, name):
     RenderingFunction.__init__(self, TransformationFunction.TYPE)
     self.type = type
     self.name = name
Exemplo n.º 4
0
 def __init__(self, type, name):
     RenderingFunction.__init__(self, VisualizationFunction.TYPE)
     self.type = type
     self.name = name
Exemplo n.º 5
0
 def __init__(self, type, name):
     RenderingFunction.__init__(self, TransformationFunction.TYPE)
     self.type = type
     self.name = name