Generators

org.topcased.modeler.diagramconfigurator
Interface SourceTargetCouple

All Superinterfaces:
EObject, Notifier

public interface SourceTargetCouple
extends EObject

A representation of the model object 'Source Target Couple'.

The following features are supported:

See Also:
DiagramconfiguratorPackage.getSourceTargetCouple()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='It describes the different Policies to set for an EdgeEditPart'" annotation="http://www.eclipse.org/emf/2002/Ecore constraints='SourceNode TargetNode ContainerType ContainerObject ContainerRef RefSourceToEdge RefEdgeToSource RefTargetToEdge RefEdgeToTarget RefSourceToTarget RefTargetToSource RefConstraint'"

Method Summary
 GenClass getContainerObject()
          Returns the value of the 'Container Object' reference.
 EStructuralFeature getContainerRef()
          Returns the value of the 'Container Ref' reference.
 EdgeContainerType getContainerType()
          Returns the value of the 'Container Type' attribute.
 EStructuralFeature getRefEdgeToSource()
          Returns the value of the 'Ref Edge To Source' reference.
 EStructuralFeature getRefEdgeToTarget()
          Returns the value of the 'Ref Edge To Target' reference.
 EStructuralFeature getRefSourceToEdge()
          Returns the value of the 'Ref Source To Edge' reference.
 EStructuralFeature getRefSourceToTarget()
          Returns the value of the 'Ref Source To Target' reference.
 EStructuralFeature getRefTargetToEdge()
          Returns the value of the 'Ref Target To Edge' reference.
 EStructuralFeature getRefTargetToSource()
          Returns the value of the 'Ref Target To Source' reference.
 PartConfiguration getSourceNode()
          Returns the value of the 'Source Node' reference.
 PartConfiguration getTargetNode()
          Returns the value of the 'Target Node' reference.
 boolean isAutoRef()
          Returns the value of the 'Auto Ref' attribute.
 boolean isReversible()
          Returns the value of the 'Reversible' attribute.
 void setAutoRef(boolean value)
          Sets the value of the 'Auto Ref' attribute.
 void setContainerObject(GenClass value)
          Sets the value of the 'Container Object' reference.
 void setContainerRef(EStructuralFeature value)
          Sets the value of the 'Container Ref' reference.
 void setContainerType(EdgeContainerType value)
          Sets the value of the 'Container Type' attribute.
 void setRefEdgeToSource(EStructuralFeature value)
          Sets the value of the 'Ref Edge To Source' reference.
 void setRefEdgeToTarget(EStructuralFeature value)
          Sets the value of the 'Ref Edge To Target' reference.
 void setRefSourceToEdge(EStructuralFeature value)
          Sets the value of the 'Ref Source To Edge' reference.
 void setRefSourceToTarget(EStructuralFeature value)
          Sets the value of the 'Ref Source To Target' reference.
 void setRefTargetToEdge(EStructuralFeature value)
          Sets the value of the 'Ref Target To Edge' reference.
 void setRefTargetToSource(EStructuralFeature value)
          Sets the value of the 'Ref Target To Source' reference.
 void setReversible(boolean value)
          Sets the value of the 'Reversible' attribute.
 void setSourceNode(PartConfiguration value)
          Sets the value of the 'Source Node' reference.
 void setTargetNode(PartConfiguration value)
          Sets the value of the 'Target Node' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getContainerType

EdgeContainerType getContainerType()
Returns the value of the 'Container Type' attribute. The default value is "NONE". The literals are from the enumeration EdgeContainerType.

If the meaning of the 'Container Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Container Type' attribute.
See Also:
EdgeContainerType, setContainerType(EdgeContainerType), DiagramconfiguratorPackage.getSourceTargetCouple_ContainerType()
** Generated **
Model:
default="NONE"

setContainerType

void setContainerType(EdgeContainerType value)
Sets the value of the 'Container Type' attribute.

Parameters:
value - the new value of the 'Container Type' attribute.
See Also:
EdgeContainerType, getContainerType()
** Generated **

isAutoRef

boolean isAutoRef()
Returns the value of the 'Auto Ref' attribute. The default value is "false".

If the meaning of the 'Auto Ref' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Auto Ref' attribute.
See Also:
setAutoRef(boolean), DiagramconfiguratorPackage.getSourceTargetCouple_AutoRef()
** Generated **
Model:
default="false"

setAutoRef

void setAutoRef(boolean value)
Sets the value of the 'Auto Ref' attribute.

Parameters:
value - the new value of the 'Auto Ref' attribute.
See Also:
isAutoRef()
** Generated **

isReversible

boolean isReversible()
Returns the value of the 'Reversible' attribute. The default value is "false".

If the meaning of the 'Reversible' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Reversible' attribute.
See Also:
setReversible(boolean), DiagramconfiguratorPackage.getSourceTargetCouple_Reversible()
** Generated **
Model:
default="false"

setReversible

void setReversible(boolean value)
Sets the value of the 'Reversible' attribute.

Parameters:
value - the new value of the 'Reversible' attribute.
See Also:
isReversible()
** Generated **

getContainerObject

GenClass getContainerObject()
Returns the value of the 'Container Object' reference.

If the meaning of the 'Container Object' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Container Object' reference.
See Also:
setContainerObject(GenClass), DiagramconfiguratorPackage.getSourceTargetCouple_ContainerObject()
** Generated **
Model:

setContainerObject

void setContainerObject(GenClass value)
Sets the value of the 'Container Object' reference.

Parameters:
value - the new value of the 'Container Object' reference.
See Also:
getContainerObject()
** Generated **

getSourceNode

PartConfiguration getSourceNode()
Returns the value of the 'Source Node' reference.

If the meaning of the 'Source Node' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source Node' reference.
See Also:
setSourceNode(PartConfiguration), DiagramconfiguratorPackage.getSourceTargetCouple_SourceNode()
** Generated **
Model:
required="true"

setSourceNode

void setSourceNode(PartConfiguration value)
Sets the value of the 'Source Node' reference.

Parameters:
value - the new value of the 'Source Node' reference.
See Also:
getSourceNode()
** Generated **

getTargetNode

PartConfiguration getTargetNode()
Returns the value of the 'Target Node' reference.

If the meaning of the 'Target Node' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Node' reference.
See Also:
setTargetNode(PartConfiguration), DiagramconfiguratorPackage.getSourceTargetCouple_TargetNode()
** Generated **
Model:
required="true"

setTargetNode

void setTargetNode(PartConfiguration value)
Sets the value of the 'Target Node' reference.

Parameters:
value - the new value of the 'Target Node' reference.
See Also:
getTargetNode()
** Generated **

getContainerRef

EStructuralFeature getContainerRef()
Returns the value of the 'Container Ref' reference.

If the meaning of the 'Container Ref' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Container Ref' reference.
See Also:
setContainerRef(EStructuralFeature), DiagramconfiguratorPackage.getSourceTargetCouple_ContainerRef()
** Generated **
Model:

setContainerRef

void setContainerRef(EStructuralFeature value)
Sets the value of the 'Container Ref' reference.

Parameters:
value - the new value of the 'Container Ref' reference.
See Also:
getContainerRef()
** Generated **

getRefSourceToEdge

EStructuralFeature getRefSourceToEdge()
Returns the value of the 'Ref Source To Edge' reference.

If the meaning of the 'Ref Source To Edge' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ref Source To Edge' reference.
See Also:
setRefSourceToEdge(EStructuralFeature), DiagramconfiguratorPackage.getSourceTargetCouple_RefSourceToEdge()
** Generated **
Model:

setRefSourceToEdge

void setRefSourceToEdge(EStructuralFeature value)
Sets the value of the 'Ref Source To Edge' reference.

Parameters:
value - the new value of the 'Ref Source To Edge' reference.
See Also:
getRefSourceToEdge()
** Generated **

getRefEdgeToSource

EStructuralFeature getRefEdgeToSource()
Returns the value of the 'Ref Edge To Source' reference.

If the meaning of the 'Ref Edge To Source' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ref Edge To Source' reference.
See Also:
setRefEdgeToSource(EStructuralFeature), DiagramconfiguratorPackage.getSourceTargetCouple_RefEdgeToSource()
** Generated **
Model:

setRefEdgeToSource

void setRefEdgeToSource(EStructuralFeature value)
Sets the value of the 'Ref Edge To Source' reference.

Parameters:
value - the new value of the 'Ref Edge To Source' reference.
See Also:
getRefEdgeToSource()
** Generated **

getRefTargetToEdge

EStructuralFeature getRefTargetToEdge()
Returns the value of the 'Ref Target To Edge' reference.

If the meaning of the 'Ref Target To Edge' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ref Target To Edge' reference.
See Also:
setRefTargetToEdge(EStructuralFeature), DiagramconfiguratorPackage.getSourceTargetCouple_RefTargetToEdge()
** Generated **
Model:

setRefTargetToEdge

void setRefTargetToEdge(EStructuralFeature value)
Sets the value of the 'Ref Target To Edge' reference.

Parameters:
value - the new value of the 'Ref Target To Edge' reference.
See Also:
getRefTargetToEdge()
** Generated **

getRefEdgeToTarget

EStructuralFeature getRefEdgeToTarget()
Returns the value of the 'Ref Edge To Target' reference.

If the meaning of the 'Ref Edge To Target' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ref Edge To Target' reference.
See Also:
setRefEdgeToTarget(EStructuralFeature), DiagramconfiguratorPackage.getSourceTargetCouple_RefEdgeToTarget()
** Generated **
Model:

setRefEdgeToTarget

void setRefEdgeToTarget(EStructuralFeature value)
Sets the value of the 'Ref Edge To Target' reference.

Parameters:
value - the new value of the 'Ref Edge To Target' reference.
See Also:
getRefEdgeToTarget()
** Generated **

getRefSourceToTarget

EStructuralFeature getRefSourceToTarget()
Returns the value of the 'Ref Source To Target' reference.

If the meaning of the 'Ref Source To Target' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ref Source To Target' reference.
See Also:
setRefSourceToTarget(EStructuralFeature), DiagramconfiguratorPackage.getSourceTargetCouple_RefSourceToTarget()
** Generated **
Model:

setRefSourceToTarget

void setRefSourceToTarget(EStructuralFeature value)
Sets the value of the 'Ref Source To Target' reference.

Parameters:
value - the new value of the 'Ref Source To Target' reference.
See Also:
getRefSourceToTarget()
** Generated **

getRefTargetToSource

EStructuralFeature getRefTargetToSource()
Returns the value of the 'Ref Target To Source' reference.

If the meaning of the 'Ref Target To Source' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ref Target To Source' reference.
See Also:
setRefTargetToSource(EStructuralFeature), DiagramconfiguratorPackage.getSourceTargetCouple_RefTargetToSource()
** Generated **
Model:

setRefTargetToSource

void setRefTargetToSource(EStructuralFeature value)
Sets the value of the 'Ref Target To Source' reference.

Parameters:
value - the new value of the 'Ref Target To Source' reference.
See Also:
getRefTargetToSource()
** Generated **

Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.