コード例 #1
0
 /** Creates a new instance of AXIComponent. */
 public AXIComponent(AXIModel model, SchemaComponent schemaComponent) {
   super(model);
   setPeer(schemaComponent);
 }