public class SchemaModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<BlockLayoutInfo> |
blocks |
protected List<BlockLinkLayoutInfo> |
links |
protected Schema |
schema |
| Constructor and Description |
|---|
SchemaModel() |
SchemaModel(SchemaEditor schemaEditor) |
| Modifier and Type | Method and Description |
|---|---|
List<BlockLayoutInfo> |
getBlocks() |
List<BlockLinkLayoutInfo> |
getLinks() |
Schema |
getSchema() |
protected final Schema schema
protected final List<BlockLayoutInfo> blocks
protected final List<BlockLinkLayoutInfo> links
public SchemaModel()
public SchemaModel(SchemaEditor schemaEditor)
public Schema getSchema()
public List<BlockLayoutInfo> getBlocks()
public List<BlockLinkLayoutInfo> getLinks()
Copyright © 2012–2015 MARID software development group. All rights reserved.