ujf.verimag.bip.Extra.Traceability
Interface TraceableElement

All Known Subinterfaces:
AtomType, BipType, ComponentType, CompoundType, ConnectorType, Contract, PartType, PortType
All Known Implementing Classes:
AtomTypeImpl, BipTypeImpl, ComponentTypeImpl, CompoundTypeImpl, ConnectorTypeImpl, ContractImpl, PartTypeImpl, PortTypeImpl, TraceableElementImpl

public interface TraceableElement

A representation of the model object 'Traceable Element'.

The following features are supported:

See Also:
TraceabilityPackage.getTraceableElement()

Method Summary
 int getStartSourceLine()
          Returns the value of the 'Start Source Line' attribute.
 void setStartSourceLine(int value)
          Sets the value of the 'Start Source Line' attribute.
 

Method Detail

getStartSourceLine

int getStartSourceLine()
Returns the value of the 'Start Source Line' attribute.

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

Returns:
the value of the 'Start Source Line' attribute.
See Also:
setStartSourceLine(int), TraceabilityPackage.getTraceableElement_StartSourceLine()

setStartSourceLine

void setStartSourceLine(int value)
Sets the value of the 'Start Source Line' attribute.

Parameters:
value - the new value of the 'Start Source Line' attribute.
See Also:
getStartSourceLine()