@Deprecated public class LegoGraph extends Object
Constructor and Description |
---|
LegoGraph(List<LegoUnit> units,
List<LegoNode> nodes,
String title)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<LegoLink> |
getLinks()
Deprecated.
Extract the whole list of links form the nodes
|
List<LegoNode> |
getNodes()
Deprecated.
|
String |
getTitle()
Deprecated.
|
List<LegoUnit> |
getUnits()
Deprecated.
The units are for display purposes only.
For the full model use nodes and links. |
Copyright © 2010–2015. All rights reserved.