ujf.verimag.bip.Core.Behaviors
Interface DefinitionBinding

All Superinterfaces:
Binding
All Known Implementing Classes:
DefinitionBindingImpl

public interface DefinitionBinding
extends Binding

A representation of the model object 'Definition Binding'.

The following features are supported:

See Also:
BehaviorsPackage.getDefinitionBinding()

Method Summary
 PortDefinition getDefinition()
          Returns the value of the 'Definition' reference.
 void setDefinition(PortDefinition value)
          Sets the value of the 'Definition' reference.
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.Binding
getOuterPort, setOuterPort
 

Method Detail

getDefinition

PortDefinition getDefinition()
Returns the value of the 'Definition' reference.

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

Returns:
the value of the 'Definition' reference.
See Also:
setDefinition(PortDefinition), BehaviorsPackage.getDefinitionBinding_Definition()

setDefinition

void setDefinition(PortDefinition value)
Sets the value of the 'Definition' reference.

Parameters:
value - the new value of the 'Definition' reference.
See Also:
getDefinition()