Modifier and Type | Method and Description |
---|---|
void |
YSpecificationHandler.load(java.lang.String fileName)
Loads a specification from file
|
void |
YSpecificationHandler.load(java.lang.String specXML,
java.lang.String layoutXML)
Loads an XML representation of a specification into this handler object
|
Modifier and Type | Method and Description |
---|---|
void |
YLayout.parse(java.lang.String layoutXML)
Parses an XML string describing the layout for this specification, and
populates the layout tree
|
void |
YLayout.parse(XNode node)
Parses an XNode describing the layout for this specification, and
populates the layout tree
|
void |
YNetLayout.parse(XNode netNode)
Parses the layout content for this net, and populates its layout tree.
|
Modifier and Type | Method and Description |
---|---|
YSpecification |
FileOperations.load(java.lang.String fileName) |
YSpecification |
FileOperations.load(java.lang.String specXML,
java.lang.String layoutXML) |
protected void |
LayoutHandler.parse(java.lang.String xml) |
Modifier and Type | Method and Description |
---|---|
void |
NetReloader.reload(java.lang.String topID,
java.util.Map<java.lang.String,YDecomposition> netAndTaskDecompositions) |