Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.app.model.src
Interface CallsRelationship

All Superinterfaces:
Relationship
All Known Implementing Classes:
CallsRelationshipImpl

public interface CallsRelationship
extends Relationship

A representation of the model object 'Calls Relationship'.

The following features are supported:

See Also:
SrcPackage.getCallsRelationship()

Field Summary
static String copyright
           
 
Method Summary
 int getSourcePosition()
          Returns the value of the 'Source Position' attribute.
 boolean isQualifiedPath()
          Returns the value of the 'Qualified Path' attribute.
 void setQualifiedPath(boolean value)
          Sets the value of the 'Qualified Path' attribute.
 void setSourcePosition(int value)
          Sets the value of the 'Source Position' attribute.
 
Methods inherited from interface com.ibm.etools.systems.app.model.Relationship
getSource, getSubtype, getTarget, getType, setSource, setSubtype, setTarget, setType
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getSourcePosition

int getSourcePosition()
Returns the value of the 'Source Position' attribute.

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

Returns:
the value of the 'Source Position' attribute.
See Also:
setSourcePosition(int), SrcPackage.getCallsRelationship_SourcePosition()

setSourcePosition

void setSourcePosition(int value)
Sets the value of the 'Source Position' attribute.

Parameters:
value - the new value of the 'Source Position' attribute.
See Also:
getSourcePosition()

isQualifiedPath

boolean isQualifiedPath()
Returns the value of the 'Qualified Path' attribute.

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

Returns:
the value of the 'Qualified Path' attribute.
See Also:
setQualifiedPath(boolean), SrcPackage.getCallsRelationship_QualifiedPath()

setQualifiedPath

void setQualifiedPath(boolean value)
Sets the value of the 'Qualified Path' attribute.

Parameters:
value - the new value of the 'Qualified Path' attribute.
See Also:
isQualifiedPath()

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.