public interface IArchitectureRoadmapModel extends IModelElement
Modifier and Type | Field and Description |
---|---|
static int |
BAR_PRESENTATION_CHEVRON_ARROW |
static int |
BAR_PRESENTATION_RECTANGLE |
static java.lang.String |
PROP_BAR_BEGIN_END_HORIZONTAL_BORDER |
static java.lang.String |
PROP_BAR_PRESENTATION |
static java.lang.String |
PROP_LANE_HEADER_WIDTH |
static java.lang.String |
PROP_LANES |
static java.lang.String |
PROP_SHOW_LANE_HEADER_INDEX |
static java.lang.String |
PROP_TIME_FRAME_WIDTH |
static java.lang.String |
PROP_TIME_FRAMES |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
addChild, 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, toToRelationshipEndArray
static final java.lang.String PROP_LANES
static final java.lang.String PROP_TIME_FRAMES
static final java.lang.String PROP_TIME_FRAME_WIDTH
static final java.lang.String PROP_LANE_HEADER_WIDTH
static final java.lang.String PROP_SHOW_LANE_HEADER_INDEX
static final java.lang.String PROP_BAR_BEGIN_END_HORIZONTAL_BORDER
static final java.lang.String PROP_BAR_PRESENTATION
static final int BAR_PRESENTATION_CHEVRON_ARROW
static final int BAR_PRESENTATION_RECTANGLE
void addArchitectureRoadmapLane(IArchitectureRoadmapLane child)
void removeArchitectureRoadmapLane(IArchitectureRoadmapLane child)
IArchitectureRoadmapLane getArchitectureRoadmapLaneByIndex(int index)
void removeArchitectureRoadmapLaneByIndex(int index)
void reorderArchitectureRoadmapLane(IArchitectureRoadmapLane[] childs)
int architectureRoadmapLaneCount()
java.util.Iterator architectureRoadmapLaneIterator()
IArchitectureRoadmapLane[] toArchitectureRoadmapLaneArray()
IArchitectureRoadmapLane createArchitectureRoadmapLane()
IArchitectureRoadmapLane getArchitectureRoadmapLaneByName(java.lang.String name)
void addArchitectureRoadmapTimeFrame(IArchitectureRoadmapTimeFrame child)
void removeArchitectureRoadmapTimeFrame(IArchitectureRoadmapTimeFrame child)
IArchitectureRoadmapTimeFrame getArchitectureRoadmapTimeFrameByIndex(int index)
void removeArchitectureRoadmapTimeFrameByIndex(int index)
void reorderArchitectureRoadmapTimeFrame(IArchitectureRoadmapTimeFrame[] childs)
int architectureRoadmapTimeFrameCount()
java.util.Iterator architectureRoadmapTimeFrameIterator()
IArchitectureRoadmapTimeFrame[] toArchitectureRoadmapTimeFrameArray()
IArchitectureRoadmapTimeFrame createArchitectureRoadmapTimeFrame()
IArchitectureRoadmapTimeFrame getArchitectureRoadmapTimeFrameByName(java.lang.String name)
void addLane(IArchitectureRoadmapLane lane)
void removeLane(IArchitectureRoadmapLane lane)
IArchitectureRoadmapLane getLaneByIndex(int index)
void removeLaneByIndex(int index)
int laneCount()
java.util.Iterator laneIterator()
IArchitectureRoadmapLane
.IArchitectureRoadmapLane[] toLaneArray()
void addTimeFrame(IArchitectureRoadmapTimeFrame timeFrame)
void removeTimeFrame(IArchitectureRoadmapTimeFrame timeFrame)
IArchitectureRoadmapTimeFrame getTimeFrameByIndex(int index)
void removeTimeFrameByIndex(int index)
int timeFrameCount()
java.util.Iterator timeFrameIterator()
IArchitectureRoadmapTimeFrame
.IArchitectureRoadmapTimeFrame[] toTimeFrameArray()
void setTimeFrameWidth(double timeFrameWidth)
double getTimeFrameWidth()
void setLaneHeaderWidth(double laneHeaderWidth)
double getLaneHeaderWidth()
void setShowLaneHeaderIndex(boolean showLaneHeaderIndex)
boolean isShowLaneHeaderIndex()
void setBarBeginEndHorizontalBorder(double barBeginEndHorizontalBorder)
double getBarBeginEndHorizontalBorder()
void setBarPresentation(int barPresentation)
int getBarPresentation()