public interface IFIElement extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_EXCLUDED_ELEMENTS |
static java.lang.String |
PROP_LAYER_FILTERS |
static java.lang.String |
PROP_ORDERED_ELEMENTS |
static java.lang.String |
PROP_SELECTED_ELEMENTS |
static java.lang.String |
PROP_SELECTED_LOOP_IN_DIAGRAM_ADDRESS |
static java.lang.String |
PROP_SELECTED_LOOP_IN_ELEMENT |
static java.lang.String |
PROP_VARIABLES |
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_SELECTED_ELEMENTS
static final java.lang.String PROP_EXCLUDED_ELEMENTS
static final java.lang.String PROP_SELECTED_LOOP_IN_ELEMENT
static final java.lang.String PROP_SELECTED_LOOP_IN_DIAGRAM_ADDRESS
static final java.lang.String PROP_ORDERED_ELEMENTS
static final java.lang.String PROP_VARIABLES
static final java.lang.String PROP_LAYER_FILTERS
void addSelectedElement(IModelElement selectedElement)
void removeSelectedElement(IModelElement selectedElement)
IModelElement getSelectedElementByIndex(int index)
void removeSelectedElementByIndex(int index)
int selectedElementCount()
java.util.Iterator selectedElementIterator()
IModelElement
.IModelElement[] toSelectedElementArray()
void addExcludedElement(IModelElement excludedElement)
void removeExcludedElement(IModelElement excludedElement)
IModelElement getExcludedElementByIndex(int index)
void removeExcludedElementByIndex(int index)
int excludedElementCount()
java.util.Iterator excludedElementIterator()
IModelElement
.IModelElement[] toExcludedElementArray()
void setSelectedLoopInElement(IModelElement selectedLoopInElement)
IModelElement getSelectedLoopInElement()
void setSelectedLoopInDiagramAddress(java.lang.String selectedLoopInDiagramAddress)
java.lang.String getSelectedLoopInDiagramAddress()
void addOrderedElement(IModelElement orderedElement)
void removeOrderedElement(IModelElement orderedElement)
IModelElement getOrderedElementByIndex(int index)
void removeOrderedElementByIndex(int index)
int orderedElementCount()
java.util.Iterator orderedElementIterator()
IModelElement
.IModelElement[] toOrderedElementArray()
void addVariable(IRDTemplateVariable variable)
void removeVariable(IRDTemplateVariable variable)
IRDTemplateVariable getVariableByIndex(int index)
void removeVariableByIndex(int index)
int variableCount()
java.util.Iterator variableIterator()
IRDTemplateVariable
.IRDTemplateVariable[] toVariableArray()
void addLayerFilter(ICompositeValueSpecification layerFilter)
void removeLayerFilter(ICompositeValueSpecification layerFilter)
ICompositeValueSpecification getLayerFilterByIndex(int index)
void removeLayerFilterByIndex(int index)
int layerFilterCount()
java.util.Iterator layerFilterIterator()
ICompositeValueSpecification
.ICompositeValueSpecification[] toLayerFilterArray()