示例#1
0
        public EntityClass(string name)
            : base(name)
        {
            ShapeProperty property = new ShapeProperty("shape", this);

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