Package | Description |
---|---|
com.modeliosoft.modelio.api.diagram | |
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.ui.dnd |
Modifier and Type | Method and Description |
---|---|
ObRef |
IDiagramGraphic.getRef()
Return the ObRef of this graphic.
|
Modifier and Type | Method and Description |
---|---|
IElement |
IModelingSession.findByRef(ObRef ref)
Get an element in the model from its ObRef.
|
Modifier and Type | Method and Description |
---|---|
ObRef[] |
ModelElementTransfer.fromByteArray(byte[] buffer)
Converts a byte array to a table of model element references.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
ModelElementTransfer.toByteArray(ObRef[] refs)
Converts a table of model element references to a byte array.
|