public interface ITempModel extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_DOCUMENTATION |
static java.lang.String |
PROP_GENERIC_MODEL_TYPE |
static java.lang.String |
PROP_GENERIC_VALUES |
static java.lang.String |
PROP_TAGGED_VALUES |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE| Modifier and Type | Method and Description |
|---|---|
void |
addGenericValue(IGenericValue genericValue) |
int |
fromRelationshipCount()
Number of
ISimpleRelationship that connect from this model element. |
int |
fromRelationshipEndCount()
Number of
IRelationshipEnd that connect from this model element. |
java.util.Iterator |
fromRelationshipEndIterator()
IRelationshipEnds that connect from this model element. |
java.util.Iterator |
fromRelationshipIterator()
ISimpleRelationships that connect from this model element. |
int |
genericValueCount() |
java.util.Iterator |
genericValueIterator()
Returns an iterator over the model elements
IGenericValue. |
java.lang.String |
getDescription() |
java.lang.String |
getGenericModelType() |
IGenericValue |
getGenericValueByIndex(int index) |
java.lang.String |
getHTMLDescription() |
java.lang.String |
getHTMLDescription(boolean convertPlainTextToHTML) |
ITaggedValueContainer |
getTaggedValues() |
void |
removeGenericValue(IGenericValue genericValue) |
void |
removeGenericValueByIndex(int index) |
void |
setDescription(java.lang.String description) |
void |
setGenericModelType(java.lang.String genericModelType) |
void |
setHTMLDescription(java.lang.String description) |
void |
setTaggedValues(ITaggedValueContainer taggedValues) |
ISimpleRelationship[] |
toFromRelationshipArray()
ISimpleRelationships that connect from this model element. |
IRelationshipEnd[] |
toFromRelationshipEndArray()
IRelationshipEnds that connect from this model element. |
IGenericValue[] |
toGenericValueArray() |
int |
toRelationshipCount()
Number of
ISimpleRelationship that connect to this model element. |
int |
toRelationshipEndCount()
Number of
IRelationshipEnd that connect to this model element. |
java.util.Iterator |
toRelationshipEndIterator()
IRelationshipEnds that connect to this model element. |
java.util.Iterator |
toRelationshipIterator()
ISimpleRelationships that connect to this model element. |
ISimpleRelationship[] |
toToRelationshipArray()
ISimpleRelationships that connect to this model element. |
IRelationshipEnd[] |
toToRelationshipEndArray()
IRelationshipEnds that connect to this model element. |
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, 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, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDocumentation, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toModelPropertyArray, toPropertiesString, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArraystatic final java.lang.String PROP_GENERIC_MODEL_TYPE
static final java.lang.String PROP_DOCUMENTATION
static final java.lang.String PROP_TAGGED_VALUES
static final java.lang.String PROP_GENERIC_VALUES
int fromRelationshipCount()
ISimpleRelationship that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipCount in interface IModelElementISimpleRelationship[] toFromRelationshipArray()
ISimpleRelationships that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toFromRelationshipArray in interface IModelElementISimpleRelationships that connect from this model elementjava.util.Iterator fromRelationshipIterator()
ISimpleRelationships that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipIterator in interface IModelElementISimpleRelationships that connect from this model elementint toRelationshipCount()
ISimpleRelationship that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipCount in interface IModelElementISimpleRelationship[] toToRelationshipArray()
ISimpleRelationships that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toToRelationshipArray in interface IModelElementISimpleRelationships that connect to this model elementjava.util.Iterator toRelationshipIterator()
ISimpleRelationships that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipIterator in interface IModelElementISimpleRelationships that connect to this model elementint fromRelationshipEndCount()
IRelationshipEnd that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipEndCount in interface IModelElementIRelationshipEnd[] toFromRelationshipEndArray()
IRelationshipEnds that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toFromRelationshipEndArray in interface IModelElementIRelationshipEnds that connect from this model elementjava.util.Iterator fromRelationshipEndIterator()
IRelationshipEnds that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipEndIterator in interface IModelElementIRelationshipEnds that connect from this model elementint toRelationshipEndCount()
IRelationshipEnd that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipEndCount in interface IModelElementIRelationshipEnd[] toToRelationshipEndArray()
IRelationshipEnds that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toToRelationshipEndArray in interface IModelElementIRelationshipEnds that connect to this model elementjava.util.Iterator toRelationshipEndIterator()
IRelationshipEnds that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipEndIterator in interface IModelElementIRelationshipEnds that connect to this model elementvoid setGenericModelType(java.lang.String genericModelType)
java.lang.String getGenericModelType()
void setDescription(java.lang.String description)
setDescription in interface IModelElementjava.lang.String getDescription()
getDescription in interface IModelElementvoid setHTMLDescription(java.lang.String description)
setHTMLDescription in interface IModelElementjava.lang.String getHTMLDescription()
getHTMLDescription in interface IModelElementjava.lang.String getHTMLDescription(boolean convertPlainTextToHTML)
getHTMLDescription in interface IModelElementvoid setTaggedValues(ITaggedValueContainer taggedValues)
setTaggedValues in interface IModelElementITaggedValueContainer getTaggedValues()
getTaggedValues in interface IModelElementvoid addGenericValue(IGenericValue genericValue)
void removeGenericValue(IGenericValue genericValue)
IGenericValue getGenericValueByIndex(int index)
void removeGenericValueByIndex(int index)
int genericValueCount()
java.util.Iterator genericValueIterator()
IGenericValue.IGenericValue[] toGenericValueArray()