|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IMatrixDiagram
Interface for CRUD.
Field Summary |
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement |
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY |
Method Summary | |
abstract IHeaderCell[] |
getColumnHeaders()
Get all column HeaderCellPresentations. |
abstract IHeaderCell[] |
getRowHeaders()
Get all row HeaderCellPresentations. |
abstract IHeaderCell[] |
getShowColumnHeaders()
Get visible column HeaderCellPresentations. |
abstract IHeaderCell[] |
getShowRowHeaders()
Get visible row HeaderCellPresentations. |
abstract IValueCell |
getShowValueCell(int row,
int column)
Get visible value cell specified by row and column indices. |
abstract boolean |
isColumnShownByGroup()
Check if the column is shown by group. |
abstract boolean |
isColumnShownTotal()
Check if the column is shown with total column. |
abstract boolean |
isRowShownByGroup()
Check if the row is shown by group. |
abstract boolean |
isRowShownTotal()
Check if the row is shown with total row. |
abstract boolean |
isSetDiagramCellValueAutomatically()
Check if the CRUD sets diagram cell values automatically. |
abstract boolean |
isShowDFDProcessBoxID()
Check if the row is shown with ProcessBox ID of Data Flow Diagram . |
abstract boolean |
isShownByPhysical()
Check if the CRUD is shown by physical name. |
Methods inherited from class com.change_vision.jude.api.inf.model.IDiagram |
getText |
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getAlias1, getAlias2, getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
addStereotype, getComments, getId, getOwner, getStereotypes, getTaggedValues, getTypeModifier, isReadOnly, removeStereotype, setTypeModifier |
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
Method Detail |
public abstract IHeaderCell[] getColumnHeaders()
public abstract IHeaderCell[] getShowColumnHeaders()
public abstract IHeaderCell[] getRowHeaders()
public abstract IHeaderCell[] getShowRowHeaders()
public abstract IValueCell getShowValueCell(int row, int column)
public abstract boolean isColumnShownByGroup()
public abstract boolean isRowShownByGroup()
public abstract boolean isColumnShownTotal()
public abstract boolean isRowShownTotal()
public abstract boolean isShowDFDProcessBoxID()
public abstract boolean isShownByPhysical()
public abstract boolean isSetDiagramCellValueAutomatically()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |