Exemplo n.º 1
0
        public EntityClass(string name)
            : base(name)
        {
            ShapeProperty property = new ShapeProperty("shape", this);

            addAttribute((Property)property);
        }
Exemplo n.º 2
0
 public void addShape(ShapeProperty shapeProperty)
 {
     shape.Add(shapeProperty);
 }
Exemplo n.º 3
0
 public EntityClass(string name)
     : base(name)
 {
     ShapeProperty property = new ShapeProperty("shape", this);
     addAttribute((Property)property);
 }
Exemplo n.º 4
0
 public void addShape(ShapeProperty shapeProperty)
 {
     shape.Add(shapeProperty);
 }