Package com._1c.g5.v8.dt.bp.scheme.model
Interface GraphicalSchemeConnection
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- GraphicalSchemeItem,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- GraphicalSchemeConnectionImpl
 
 public interface GraphicalSchemeConnection extends GraphicalSchemeItem A representation of the model object 'Graphical Scheme Connection'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrowStylegetBeginArrow()Returns the value of the 'Begin Arrow' attribute.ArrowStylegetEndArrow()Returns the value of the 'End Arrow' attribute.org.eclipse.emf.common.util.EList<Point>getPoints()Returns the value of the 'Points' containment reference list.intgetSourceItemId()Returns the value of the 'Source Item Id' attribute.StringgetSourceItemName()Returns the value of the 'Source Item Name' attribute.intgetSourcePortIndex()Returns the value of the 'Source Port Index' attribute.intgetTargetItemId()Returns the value of the 'Target Item Id' attribute.StringgetTargetItemName()Returns the value of the 'Target Item Name' attribute.intgetTargetPortIndex()Returns the value of the 'Target Port Index' attribute.GraphicalSchemeConnectionTextLocationgetTextLocation()Returns the value of the 'Text Location' attribute.org.eclipse.emf.common.util.EList<Segment>getUserSegments()Returns the value of the 'User Segments' containment reference list.booleanisDecorativeLine()Returns the value of the 'Decorative Line' attribute.voidsetBeginArrow(ArrowStyle value)Sets the value of the 'Begin Arrow' attribute.voidsetDecorativeLine(boolean value)Sets the value of the 'Decorative Line' attribute.voidsetEndArrow(ArrowStyle value)Sets the value of the 'End Arrow' attribute.voidsetSourceItemId(int value)Sets the value of the 'Source Item Id' attribute.voidsetSourceItemName(String value)Sets the value of the 'Source Item Name' attribute.voidsetSourcePortIndex(int value)Sets the value of the 'Source Port Index' attribute.voidsetTargetItemId(int value)Sets the value of the 'Target Item Id' attribute.voidsetTargetItemName(String value)Sets the value of the 'Target Item Name' attribute.voidsetTargetPortIndex(int value)Sets the value of the 'Target Port Index' attribute.voidsetTextLocation(GraphicalSchemeConnectionTextLocation value)Sets the value of the 'Text Location' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemeItemgetBackColor, getCurrentLanguage, getEventHandlers, getFont, getGroupNumber, getHorizontalAlign, getId, getItemType, getLine, getLineColor, getName, getPassageState, getPictureLocation, getPointUUID, getTableCode, getTabOrder, getTextColor, getTitle, getToolTip, getVerticalAlign, getZOrder, isHyperlink, isTransparent, setBackColor, setCurrentLanguage, setFont, setGroupNumber, setHorizontalAlign, setHyperlink, setId, setItemType, setLine, setLineColor, setName, setPassageState, setPictureLocation, setPointUUID, setTableCode, setTabOrder, setTextColor, setTransparent, setVerticalAlign, setZOrder
 
- 
 
- 
- 
- 
Method Detail- 
getPointsorg.eclipse.emf.common.util.EList<Point> getPoints() Returns the value of the 'Points' containment reference list. The list contents are of typePoint.- Returns:
- the value of the 'Points' containment reference list.
- See Also:
- ModelPackage.getGraphicalSchemeConnection_Points()
 
 - 
getSourceItemIdint getSourceItemId() Returns the value of the 'Source Item Id' attribute.- Returns:
- the value of the 'Source Item Id' attribute.
- See Also:
- setSourceItemId(int),- ModelPackage.getGraphicalSchemeConnection_SourceItemId()
 
 - 
setSourceItemIdvoid setSourceItemId(int value) Sets the value of the 'Source Item Id' attribute.- Parameters:
- value- the new value of the 'Source Item Id' attribute.
- See Also:
- getSourceItemId()
 
 - 
getSourceItemNameString getSourceItemName() Returns the value of the 'Source Item Name' attribute.- Returns:
- the value of the 'Source Item Name' attribute.
- See Also:
- setSourceItemName(String),- ModelPackage.getGraphicalSchemeConnection_SourceItemName()
 
 - 
setSourceItemNamevoid setSourceItemName(String value) Sets the value of the 'Source Item Name' attribute.- Parameters:
- value- the new value of the 'Source Item Name' attribute.
- See Also:
- getSourceItemName()
 
 - 
getSourcePortIndexint getSourcePortIndex() Returns the value of the 'Source Port Index' attribute.- Returns:
- the value of the 'Source Port Index' attribute.
- See Also:
- setSourcePortIndex(int),- ModelPackage.getGraphicalSchemeConnection_SourcePortIndex()
 
 - 
setSourcePortIndexvoid setSourcePortIndex(int value) Sets the value of the 'Source Port Index' attribute.- Parameters:
- value- the new value of the 'Source Port Index' attribute.
- See Also:
- getSourcePortIndex()
 
 - 
getTargetItemIdint getTargetItemId() Returns the value of the 'Target Item Id' attribute.- Returns:
- the value of the 'Target Item Id' attribute.
- See Also:
- setTargetItemId(int),- ModelPackage.getGraphicalSchemeConnection_TargetItemId()
 
 - 
setTargetItemIdvoid setTargetItemId(int value) Sets the value of the 'Target Item Id' attribute.- Parameters:
- value- the new value of the 'Target Item Id' attribute.
- See Also:
- getTargetItemId()
 
 - 
getTargetItemNameString getTargetItemName() Returns the value of the 'Target Item Name' attribute.- Returns:
- the value of the 'Target Item Name' attribute.
- See Also:
- setTargetItemName(String),- ModelPackage.getGraphicalSchemeConnection_TargetItemName()
 
 - 
setTargetItemNamevoid setTargetItemName(String value) Sets the value of the 'Target Item Name' attribute.- Parameters:
- value- the new value of the 'Target Item Name' attribute.
- See Also:
- getTargetItemName()
 
 - 
getTargetPortIndexint getTargetPortIndex() Returns the value of the 'Target Port Index' attribute.- Returns:
- the value of the 'Target Port Index' attribute.
- See Also:
- setTargetPortIndex(int),- ModelPackage.getGraphicalSchemeConnection_TargetPortIndex()
 
 - 
setTargetPortIndexvoid setTargetPortIndex(int value) Sets the value of the 'Target Port Index' attribute.- Parameters:
- value- the new value of the 'Target Port Index' attribute.
- See Also:
- getTargetPortIndex()
 
 - 
isDecorativeLineboolean isDecorativeLine() Returns the value of the 'Decorative Line' attribute.- Returns:
- the value of the 'Decorative Line' attribute.
- See Also:
- setDecorativeLine(boolean),- ModelPackage.getGraphicalSchemeConnection_DecorativeLine()
 
 - 
setDecorativeLinevoid setDecorativeLine(boolean value) Sets the value of the 'Decorative Line' attribute.- Parameters:
- value- the new value of the 'Decorative Line' attribute.
- See Also:
- isDecorativeLine()
 
 - 
getTextLocationGraphicalSchemeConnectionTextLocation getTextLocation() Returns the value of the 'Text Location' attribute. The default value is"FirstSegment". The literals are from the enumerationGraphicalSchemeConnectionTextLocation.- Returns:
- the value of the 'Text Location' attribute.
- See Also:
- GraphicalSchemeConnectionTextLocation,- setTextLocation(GraphicalSchemeConnectionTextLocation),- ModelPackage.getGraphicalSchemeConnection_TextLocation()
 
 - 
setTextLocationvoid setTextLocation(GraphicalSchemeConnectionTextLocation value) Sets the value of the 'Text Location' attribute.- Parameters:
- value- the new value of the 'Text Location' attribute.
- See Also:
- GraphicalSchemeConnectionTextLocation,- getTextLocation()
 
 - 
getBeginArrowArrowStyle getBeginArrow() Returns the value of the 'Begin Arrow' attribute. The literals are from the enumerationArrowStyle.- Returns:
- the value of the 'Begin Arrow' attribute.
- See Also:
- ArrowStyle,- setBeginArrow(ArrowStyle),- ModelPackage.getGraphicalSchemeConnection_BeginArrow()
 
 - 
setBeginArrowvoid setBeginArrow(ArrowStyle value) Sets the value of the 'Begin Arrow' attribute.- Parameters:
- value- the new value of the 'Begin Arrow' attribute.
- See Also:
- ArrowStyle,- getBeginArrow()
 
 - 
getEndArrowArrowStyle getEndArrow() Returns the value of the 'End Arrow' attribute. The default value is"Blank". The literals are from the enumerationArrowStyle.- Returns:
- the value of the 'End Arrow' attribute.
- See Also:
- ArrowStyle,- setEndArrow(ArrowStyle),- ModelPackage.getGraphicalSchemeConnection_EndArrow()
 
 - 
setEndArrowvoid setEndArrow(ArrowStyle value) Sets the value of the 'End Arrow' attribute.- Parameters:
- value- the new value of the 'End Arrow' attribute.
- See Also:
- ArrowStyle,- getEndArrow()
 
 - 
getUserSegmentsorg.eclipse.emf.common.util.EList<Segment> getUserSegments() Returns the value of the 'User Segments' containment reference list. The list contents are of typeSegment.- Returns:
- the value of the 'User Segments' containment reference list.
- See Also:
- ModelPackage.getGraphicalSchemeConnection_UserSegments()
 
 
- 
 
-