Modifier and Type | Method and Description |
---|---|
MyOriginalCell |
LogGraphMouseListener.getSelectedCell() |
Modifier and Type | Method and Description |
---|---|
boolean |
LogGraphMouseListener.drawEdge(MyOriginalCell firstlyFocusedCell,
int firstX,
int firstY,
MyOriginalCell secondlyFocusedCell,
int secondX,
int secondY) |
void |
LogGraphMouseListener.setSelectedCell(MyOriginalCell cell) |
Modifier and Type | Class and Description |
---|---|
class |
EventCell |
class |
InexistentObjectCell |
class |
ObjectCell |
class |
ObjectEdgeCell |
class |
ReferenceEdgeCell |
class |
ViolatedEventCell |
Modifier and Type | Method and Description |
---|---|
MyOriginalCell |
GraphMouseListener.getSelectedCell() |
MyOriginalCell |
GraphMoveMouseListener.getSelectedCell() |
MyOriginalCell |
GraphZoomMouseListener.getSelectedCell() |
Modifier and Type | Method and Description |
---|---|
void |
GraphMouseListener.setSelectedCell(MyOriginalCell cell) |
void |
GraphMoveMouseListener.setSelectedCell(MyOriginalCell cell) |
void |
GraphZoomMouseListener.setSelectedCell(MyOriginalCell cell) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<MyOriginalCell,mxCell> |
ObjectModelJGraphXPanel.cellMapVSMxcell |
protected java.util.Map<mxCell,MyOriginalCell> |
ObjectModelJGraphXPanel.mxcellVSCellMap |
Modifier and Type | Method and Description |
---|---|
java.util.Map<MyOriginalCell,mxCell> |
ObjectModelJGraphXPanel.getCellVSMxcellMap() |
java.util.Map<mxCell,MyOriginalCell> |
ObjectModelJGraphXPanel.getMxcellVSCellMap() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectModelJGraphXPanel.addEvent(XOCEvent event,
XOCLog log,
mxGraph graphx,
java.util.Map<mxCell,MyOriginalCell> mxcellVSCellMap,
double zoomRate) |
void |
ObjectModelJGraphXPanel.addObject(XOCObject object,
XOCLog log,
mxGraph graphx,
java.util.Map<mxCell,MyOriginalCell> mxcellVSCellMap,
boolean idShaded,
double zoomRate) |
void |
ObjectModelJGraphXPanel.addObjectRelationMxCell(mxGraph graphx,
java.lang.Object sourceMxCell,
java.lang.Object targetMxCell,
java.util.Map<mxCell,MyOriginalCell> mxcellVSCellMap) |
void |
ObjectModelJGraphXPanel.addObjectRelations(XOCObjectModel objectModel,
XOCLog log,
mxGraph graphx,
java.util.Map<mxCell,MyOriginalCell> mxcellVSCellMap) |
void |
ObjectModelJGraphXPanel.addReferenceRelations(XOCEvent event,
XOCLog log,
mxGraph graphx,
java.util.Map<mxCell,MyOriginalCell> mxcellVSCellMap) |
Modifier and Type | Method and Description |
---|---|
MyOriginalCell |
XOCEventImpl.getCorrespondingCell() |
MyOriginalCell |
XOCORelationImpl.getCorrespondingCell() |
MyOriginalCell |
XOCObjectImpl.getCorrespondingCell() |
MyOriginalCell |
XOCRRelationImpl.getCorrespondingCell() |
Modifier and Type | Method and Description |
---|---|
void |
XOCEventImpl.setCorrespondingCell(MyOriginalCell correspondingCell) |
void |
XOCORelationImpl.setCorrespondingCell(MyOriginalCell correspondingCell) |
void |
XOCObjectImpl.setCorrespondingCell(MyOriginalCell correspondingCell) |
void |
XOCRRelationImpl.setCorrespondingCell(MyOriginalCell correspondingCell) |
Modifier and Type | Method and Description |
---|---|
MyOriginalCell |
MyOriginalElement.getCorrespondingCell() |
MyOriginalCell |
OCBCModel.getNodeCellById(java.lang.String Id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MyOriginalCell> |
OCBCModel.getGraphCells()
returns the cells of a graph of a model
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MEdgeCell> |
OCBCModel.getRelatedEdgeCellsForOneCell(MyOriginalCell cell)
get related edge cells for one class cell
|
void |
MyOriginalElement.setCorrespondingCell(MyOriginalCell correspondingCell) |
Modifier and Type | Method and Description |
---|---|
void |
OCBCModel.setGraphCells(java.util.List<MyOriginalCell> graphCells)
sets the cells of a graph of a model
|
Modifier and Type | Method and Description |
---|---|
MyOriginalCell |
GraphMouseListener.getSelectedCell() |
Modifier and Type | Method and Description |
---|---|
boolean |
GraphMouseListener.drawEdge(MyOriginalCell firstlyFocusedCell,
int firstX,
int firstY,
MyOriginalCell secondlyFocusedCell,
int secondX,
int secondY) |
void |
GraphMouseListener.setSelectedCell(MyOriginalCell cell) |
Modifier and Type | Class and Description |
---|---|
class |
EllipseCell |
Modifier and Type | Method and Description |
---|---|
MyOriginalCell |
EdgeImpl.getCorrespondingCell() |
MyOriginalCell |
NodeImpl.getCorrespondingCell() |
MyOriginalCell |
OCBCModelImpl.getNodeCellById(java.lang.String Id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MyOriginalCell> |
OCBCModelImpl.getGraphCells()
returns the cells of a graph of a model
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MEdgeCell> |
OCBCModelImpl.getRelatedEdgeCellsForOneCell(MyOriginalCell cell)
get related edge cells for one class cell
|
void |
EdgeImpl.setCorrespondingCell(MyOriginalCell correspondingCell) |
void |
NodeImpl.setCorrespondingCell(MyOriginalCell correspondingCell) |
Modifier and Type | Method and Description |
---|---|
void |
OCBCModelImpl.setGraphCells(java.util.List<MyOriginalCell> graphCells)
sets the cells of a graph of a model
|
Constructor and Description |
---|
OCBCModelImpl(java.lang.String name,
org.jgraph.JGraph graph,
java.util.List<MyOriginalCell> graphCells,
java.util.List<ClassNode> allClasses,
java.util.List<ActivityNode> allActivities,
java.util.List<ClassEdge> allClassRelations,
java.util.List<ActivityEdge> allActivityRelations,
java.util.List<AOCEdge> allAOCRelations,
java.util.List<CrelOCEdge> allCrelOCRelations,
java.util.List<CrelRTEdge> allCrelRTRelations) |
Modifier and Type | Method and Description |
---|---|
void |
ModelLayoutBuilder.drawActivityEdge(java.lang.String activityEdgeType,
MyOriginalCell firstlyFocusedCell,
int firstX,
int firstY,
MyOriginalCell secondlyFocusedCell,
int secondX,
int secondY)
draw a activity edge, add the corresponding cells(a AOC edge corresponds to two edge cells and a transparent node cell) into the graph and add the corresponding node into ClassSet
|
void |
ModelLayoutBuilderOld.drawActivityEdge(java.lang.String activityEdgeType,
MyOriginalCell firstlyFocusedCell,
int firstX,
int firstY,
MyOriginalCell secondlyFocusedCell,
int secondX,
int secondY)
draw a activity edge, add the corresponding cells(a AOC edge corresponds to two edge cells and a transparent node cell) into the graph and add the corresponding node into ClassSet
|
void |
ModelLayoutBuilder.drawAOCEdge(MyOriginalCell firstlyFocusedCell,
int firstX,
int firstY,
MyOriginalCell secondlyFocusedCell,
int secondX,
int secondY)
draw a AOC edge, add the corresponding cells(a AOC edge corresponds to two edge cells and a transparent node cell) into the graph and add the corresponding node into ClassSet
|
void |
ModelLayoutBuilderOld.drawAOCEdge(MyOriginalCell firstlyFocusedCell,
int firstX,
int firstY,
MyOriginalCell secondlyFocusedCell,
int secondX,
int secondY)
draw a AOC edge, add the corresponding cells(a AOC edge corresponds to two edge cells and a transparent node cell) into the graph and add the corresponding node into ClassSet
|
void |
ModelLayoutBuilder.drawClassEdge(MyOriginalCell firstlyFocusedCell,
int firstX,
int firstY,
MyOriginalCell secondlyFocusedCell,
int secondX,
int secondY)
draw a class edge, add the corresponding cells(a class edge corresponds to two edge cells and a transparent node cell) into the graph and add the corresponding node into ClassSet
|
void |
ModelLayoutBuilderOld.drawClassEdge(MyOriginalCell firstlyFocusedCell,
int firstX,
int firstY,
MyOriginalCell secondlyFocusedCell,
int secondX,
int secondY)
draw a class edge, add the corresponding cells(a class edge corresponds to two edge cells and a transparent node cell) into the graph and add the corresponding node into ClassSet
|
void |
ModelLayoutBuilder.drawCrelEdge(MyOriginalCell firstlyFocusedCell,
int firstX,
int firstY,
MyOriginalCell secondlyFocusedCell,
int secondX,
int secondY) |
void |
ModelLayoutBuilderOld.drawCrelEdge(MyOriginalCell firstlyFocusedCell,
int firstX,
int firstY,
MyOriginalCell secondlyFocusedCell,
int secondX,
int secondY) |
protected org.jgraph.graph.DefaultPort |
ModelLayoutBuilder.drawGraph(org.jgraph.JGraph graph,
MyOriginalCell parent,
OCBCModel model) |
protected org.jgraph.graph.DefaultPort |
ModelLayoutBuilderOld.drawGraph(org.jgraph.JGraph graph,
MyOriginalCell parent,
OCBCModel model) |
Modifier and Type | Class and Description |
---|---|
class |
ActivityCell |
class |
ActivityEdgeCell |
class |
AOCEdgeCell |
class |
ClassCell |
class |
ClassEdgeCell |
class |
CrelEdgeCell |
class |
LabelCell |
class |
MEdgeCell |
class |
MNodeCell |
class |
TransparentCell
Title: DECLARE
|
Modifier and Type | Method and Description |
---|---|
MyOriginalCell |
MEdgeCell.getSourceNode() |
MyOriginalCell |
MEdgeCell.getTargetNode() |
Modifier and Type | Method and Description |
---|---|
void |
MEdgeCell.setSourceNode(MyOriginalCell sourceNode) |
void |
MEdgeCell.setTargetNode(MyOriginalCell targetNode) |
Modifier and Type | Class and Description |
---|---|
class |
DEdge |
class |
DVertex |
Modifier and Type | Class and Description |
---|---|
class |
CellTypes |