public interface IBaggage extends IModelElement
Modifier and Type | Field and Description |
---|---|
static int |
BASED_INSTANCE |
static int |
BASED_MODEL_TYPE |
static int |
BASED_REFERENCE |
static java.lang.String |
PROP_BASED |
static java.lang.String |
PROP_CONDITIONS |
static java.lang.String |
PROP_ELEMENT_MODEL_TYPE |
static java.lang.String |
PROP_FROM_BAGGAGE |
static java.lang.String |
PROP_INSTANCES |
static java.lang.String |
PROP_PROPERTIES |
static java.lang.String |
PROP_RELATIONSHIP |
static java.lang.String |
PROP_RELATIONSHIP_BY_PROPERTY |
static java.lang.String |
PROP_TO_BAGGAGE |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
void |
addInstance(IBaggageInstance instance) |
void |
addProperty(IBaggageProperty property) |
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()
IRelationshipEnd s that connect from this model element. |
java.util.Iterator |
fromRelationshipIterator()
ISimpleRelationship s that connect from this model element. |
int |
getBased() |
java.lang.String |
getConditions() |
java.lang.String |
getElementModelType() |
IBaggage |
getFromBaggage() |
IBaggageInstance |
getInstanceByIndex(int index) |
IBaggageProperty |
getPropertyByIndex(int index) |
java.lang.String |
getRelationshipByProperty() |
IBaggage |
getToBaggage() |
int |
instanceCount() |
java.util.Iterator |
instanceIterator()
Returns an iterator over the model elements
IBaggageInstance . |
boolean |
isRelationship() |
int |
propertyCount() |
java.util.Iterator |
propertyIterator()
Returns an iterator over the model elements
IBaggageProperty . |
void |
removeInstance(IBaggageInstance instance) |
void |
removeInstanceByIndex(int index) |
void |
removeProperty(IBaggageProperty property) |
void |
removePropertyByIndex(int index) |
void |
setBased(int based) |
void |
setConditions(java.lang.String conditions) |
void |
setElementModelType(java.lang.String elementModelType) |
void |
setFromBaggage(IBaggage fromBaggage) |
void |
setRelationship(boolean relationship) |
void |
setRelationshipByProperty(java.lang.String relationshipByProperty) |
void |
setToBaggage(IBaggage toBaggage) |
ISimpleRelationship[] |
toFromRelationshipArray()
ISimpleRelationship s that connect from this model element. |
IRelationshipEnd[] |
toFromRelationshipEndArray()
IRelationshipEnd s that connect from this model element. |
IBaggageInstance[] |
toInstanceArray() |
IBaggageProperty[] |
toPropertyArray() |
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()
IRelationshipEnd s that connect to this model element. |
java.util.Iterator |
toRelationshipIterator()
ISimpleRelationship s that connect to this model element. |
ISimpleRelationship[] |
toToRelationshipArray()
ISimpleRelationship s that connect to this model element. |
IRelationshipEnd[] |
toToRelationshipEndArray()
IRelationshipEnd s 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, 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, toModelPropertyArray, toPropertiesString, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray
static final java.lang.String PROP_BASED
static final int BASED_MODEL_TYPE
static final int BASED_INSTANCE
static final int BASED_REFERENCE
static final java.lang.String PROP_ELEMENT_MODEL_TYPE
static final java.lang.String PROP_CONDITIONS
static final java.lang.String PROP_PROPERTIES
static final java.lang.String PROP_INSTANCES
static final java.lang.String PROP_RELATIONSHIP
static final java.lang.String PROP_RELATIONSHIP_BY_PROPERTY
static final java.lang.String PROP_FROM_BAGGAGE
static final java.lang.String PROP_TO_BAGGAGE
int fromRelationshipCount()
ISimpleRelationship
that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipCount
in interface IModelElement
ISimpleRelationship[] toFromRelationshipArray()
ISimpleRelationship
s that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toFromRelationshipArray
in interface IModelElement
ISimpleRelationship
s that connect from this model elementjava.util.Iterator fromRelationshipIterator()
ISimpleRelationship
s that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipIterator
in interface IModelElement
ISimpleRelationship
s 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 IModelElement
ISimpleRelationship[] toToRelationshipArray()
ISimpleRelationship
s that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toToRelationshipArray
in interface IModelElement
ISimpleRelationship
s that connect to this model elementjava.util.Iterator toRelationshipIterator()
ISimpleRelationship
s that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipIterator
in interface IModelElement
ISimpleRelationship
s 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 IModelElement
IRelationshipEnd[] toFromRelationshipEndArray()
IRelationshipEnd
s that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toFromRelationshipEndArray
in interface IModelElement
IRelationshipEnd
s that connect from this model elementjava.util.Iterator fromRelationshipEndIterator()
IRelationshipEnd
s that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipEndIterator
in interface IModelElement
IRelationshipEnd
s 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 IModelElement
IRelationshipEnd[] toToRelationshipEndArray()
IRelationshipEnd
s that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toToRelationshipEndArray
in interface IModelElement
IRelationshipEnd
s that connect to this model elementjava.util.Iterator toRelationshipEndIterator()
IRelationshipEnd
s that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipEndIterator
in interface IModelElement
IRelationshipEnd
s that connect to this model elementvoid setBased(int based)
int getBased()
void setElementModelType(java.lang.String elementModelType)
java.lang.String getElementModelType()
void setConditions(java.lang.String conditions)
java.lang.String getConditions()
void addProperty(IBaggageProperty property)
void removeProperty(IBaggageProperty property)
IBaggageProperty getPropertyByIndex(int index)
void removePropertyByIndex(int index)
int propertyCount()
java.util.Iterator propertyIterator()
IBaggageProperty
.IBaggageProperty[] toPropertyArray()
void addInstance(IBaggageInstance instance)
void removeInstance(IBaggageInstance instance)
IBaggageInstance getInstanceByIndex(int index)
void removeInstanceByIndex(int index)
int instanceCount()
java.util.Iterator instanceIterator()
IBaggageInstance
.IBaggageInstance[] toInstanceArray()
void setRelationship(boolean relationship)
boolean isRelationship()
void setRelationshipByProperty(java.lang.String relationshipByProperty)
java.lang.String getRelationshipByProperty()
void setFromBaggage(IBaggage fromBaggage)
IBaggage getFromBaggage()
void setToBaggage(IBaggage toBaggage)
IBaggage getToBaggage()