Decision Center API

ilog.rules.teamserver.brm
Interface IlrDependency

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable

public interface IlrDependency
extends IlrElementDetails

A representation of the model object 'Dependency'.

The following features are supported:

See Also:
IlrBrmPackage.getDependency()

Method Summary
 String getBaselineName()
          Returns the value of the 'Baseline Name' attribute.
 String getProjectName()
          Returns the value of the 'Project Name' attribute.
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementSummary
getName
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, hashCode, isNew, toIdString
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getBaselineName

String getBaselineName()
Returns the value of the 'Baseline Name' attribute.

Returns:
the value of the 'Baseline Name' attribute.
See Also:
IlrBrmPackage.getDependency_BaselineName()

getProjectName

String getProjectName()
Returns the value of the 'Project Name' attribute.

Returns:
the value of the 'Project Name' attribute.
See Also:
IlrBrmPackage.getDependency_ProjectName()

Decision Center API

© Copyright IBM Corp. 1987, 2013