public abstract class DiagramElement extends Object implements Serializable
| Constructor and Description | 
|---|
| DiagramElement() | 
| DiagramElement(String id) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getId()Id of the diagram element. | 
| abstract boolean | isEdge() | 
| abstract boolean | isNode() | 
| void | setId(String id) | 
| String | toString() | 
Copyright © 2021. All rights reserved.