public class Selection extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
mBottomRightX |
int |
mBottomRightY |
org.cristalise.kernel.graph.model.DirectedEdge |
mEdge |
int |
mTopLeftX |
int |
mTopLeftY |
org.cristalise.kernel.graph.model.Vertex[] |
mVertices |
| Constructor and Description |
|---|
Selection(org.cristalise.kernel.graph.model.DirectedEdge edge,
org.cristalise.kernel.graph.model.Vertex[] vertices,
int topLeftX,
int topLeftY,
int bottomRightX,
int bottomRightY) |
Copyright © 2017 CRISTAL-iSE. All rights reserved.