public interface IZachmanCell extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_DIAGRAM_IDS |
static java.lang.String |
PROP_GLOSSARIES |
static java.lang.String |
PROP_GLOSSARY_COLUMNS |
static java.lang.String |
PROP_RULE_COLUMNS |
static java.lang.String |
PROP_RULES |
static java.lang.String |
PROP_SUBLEVEL_CELL |
static java.lang.String |
PROP_SUPERLEVEL_CELL |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCOREaddChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArraystatic final java.lang.String PROP_SUPERLEVEL_CELL
static final java.lang.String PROP_SUBLEVEL_CELL
static final java.lang.String PROP_DIAGRAM_IDS
static final java.lang.String PROP_GLOSSARY_COLUMNS
static final java.lang.String PROP_RULE_COLUMNS
static final java.lang.String PROP_RULES
static final java.lang.String PROP_GLOSSARIES
void addGlossary(IGlossary child)
void removeGlossary(IGlossary child)
IGlossary getGlossaryByIndex(int index)
void removeGlossaryByIndex(int index)
void reorderGlossary(IGlossary[] childs)
int glossaryCount()
java.util.Iterator glossaryIterator()
IGlossary[] toGlossaryArray()
IGlossary createGlossary()
IGlossary getGlossaryByName(java.lang.String name)
void addBusinessRule(IBusinessRule child)
void removeBusinessRule(IBusinessRule child)
IBusinessRule getBusinessRuleByIndex(int index)
void removeBusinessRuleByIndex(int index)
void reorderBusinessRule(IBusinessRule[] childs)
int businessRuleCount()
java.util.Iterator businessRuleIterator()
IBusinessRule[] toBusinessRuleArray()
IBusinessRule createBusinessRule()
IBusinessRule getBusinessRuleByName(java.lang.String name)
void addValueSpecification(IValueSpecification child)
void removeValueSpecification(IValueSpecification child)
IValueSpecification getValueSpecificationByIndex(int index)
void removeValueSpecificationByIndex(int index)
void reorderValueSpecification(IValueSpecification[] childs)
int valueSpecificationCount()
java.util.Iterator valueSpecificationIterator()
IValueSpecification[] toValueSpecificationArray()
IValueSpecification createValueSpecification()
IValueSpecification getValueSpecificationByName(java.lang.String name)
void addGridDiagramColumn(IGridDiagramColumn child)
void removeGridDiagramColumn(IGridDiagramColumn child)
IGridDiagramColumn getGridDiagramColumnByIndex(int index)
void removeGridDiagramColumnByIndex(int index)
void reorderGridDiagramColumn(IGridDiagramColumn[] childs)
int gridDiagramColumnCount()
java.util.Iterator gridDiagramColumnIterator()
IGridDiagramColumn[] toGridDiagramColumnArray()
IGridDiagramColumn createGridDiagramColumn()
IGridDiagramColumn getGridDiagramColumnByName(java.lang.String name)
void setSuperlevelCell(IZachmanCell superlevelCell)
IZachmanCell getSuperlevelCell()
void setSublevelCell(IZachmanCell sublevelCell)
IZachmanCell getSublevelCell()
void setDiagramIds(java.lang.String[] diagramIds)
java.lang.String[] getDiagramIds()
void addGlossaryColumn(IGridDiagramColumn glossaryColumn)
void removeGlossaryColumn(IGridDiagramColumn glossaryColumn)
IGridDiagramColumn getGlossaryColumnByIndex(int index)
void removeGlossaryColumnByIndex(int index)
int glossaryColumnCount()
java.util.Iterator glossaryColumnIterator()
IGridDiagramColumn.IGridDiagramColumn[] toGlossaryColumnArray()
void addRuleColumn(IGridDiagramColumn ruleColumn)
void removeRuleColumn(IGridDiagramColumn ruleColumn)
IGridDiagramColumn getRuleColumnByIndex(int index)
void removeRuleColumnByIndex(int index)
int ruleColumnCount()
java.util.Iterator ruleColumnIterator()
IGridDiagramColumn.IGridDiagramColumn[] toRuleColumnArray()
void addRule(IBusinessRule rule)
void removeRule(IBusinessRule rule)
IBusinessRule getRuleByIndex(int index)
void removeRuleByIndex(int index)
int ruleCount()
java.util.Iterator ruleIterator()
IBusinessRule.IBusinessRule[] toRuleArray()
void addGlossarie(IGlossary glossarie)
void removeGlossarie(IGlossary glossarie)
IGlossary getGlossarieByIndex(int index)
void removeGlossarieByIndex(int index)
int glossarieCount()
java.util.Iterator glossarieIterator()
IGlossary.IGlossary[] toGlossarieArray()