public interface IMigrationRoadmapTimeline extends IModelElement
Modifier and Type | Field and Description |
---|---|
static int |
DURATION_UNIT_DAY |
static int |
DURATION_UNIT_MONTH |
static int |
DURATION_UNIT_UNSPECIFIED |
static int |
DURATION_UNIT_WEEK |
static int |
DURATION_UNIT_YEAR |
static int |
INTERVAL_UNIT_DAY |
static int |
INTERVAL_UNIT_MONTH |
static int |
INTERVAL_UNIT_UNSPECIFIED |
static int |
INTERVAL_UNIT_WEEK |
static int |
INTERVAL_UNIT_YEAR |
static java.lang.String |
PROP_DURATION_UNIT |
static java.lang.String |
PROP_DURATION_UNIT_COUNT |
static java.lang.String |
PROP_INTERVAL_UNIT |
static java.lang.String |
PROP_INTERVAL_UNIT_COUNT |
static java.lang.String |
PROP_START_DATE |
static java.lang.String |
PROP_TIME_UNIT_WIDTH |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
int |
getDurationUnit() |
int |
getDurationUnitCount() |
int |
getIntervalUnit() |
int |
getIntervalUnitCount() |
java.lang.String |
getStartDate() |
double |
getTimeUnitWidth() |
void |
setDurationUnit(int durationUnit) |
void |
setDurationUnitCount(int durationUnitCount) |
void |
setIntervalUnit(int intervalUnit) |
void |
setIntervalUnitCount(int intervalUnitCount) |
void |
setStartDate(java.lang.String startDate) |
void |
setTimeUnitWidth(double timeUnitWidth) |
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_DURATION_UNIT
static final int DURATION_UNIT_UNSPECIFIED
static final int DURATION_UNIT_DAY
static final int DURATION_UNIT_WEEK
static final int DURATION_UNIT_MONTH
static final int DURATION_UNIT_YEAR
static final java.lang.String PROP_DURATION_UNIT_COUNT
static final java.lang.String PROP_START_DATE
static final java.lang.String PROP_INTERVAL_UNIT
static final int INTERVAL_UNIT_UNSPECIFIED
static final int INTERVAL_UNIT_DAY
static final int INTERVAL_UNIT_WEEK
static final int INTERVAL_UNIT_MONTH
static final int INTERVAL_UNIT_YEAR
static final java.lang.String PROP_INTERVAL_UNIT_COUNT
static final java.lang.String PROP_TIME_UNIT_WIDTH
void setDurationUnit(int durationUnit)
int getDurationUnit()
void setDurationUnitCount(int durationUnitCount)
int getDurationUnitCount()
void setStartDate(java.lang.String startDate)
java.lang.String getStartDate()
void setIntervalUnit(int intervalUnit)
int getIntervalUnit()
void setIntervalUnitCount(int intervalUnitCount)
int getIntervalUnitCount()
void setTimeUnitWidth(double timeUnitWidth)
double getTimeUnitWidth()