Decision Center API

ilog.rules.teamserver.model
Interface IlrElementSummary

All Superinterfaces:
ilog.rules.commonbrm.model.IlrElement, IlrElementHandle, Serializable
All Known Subinterfaces:
IlrAbstractQuery, IlrAction, IlrActionObject, IlrActionRule, IlrActivity, IlrActivityComment, IlrActivityCommentAccess, IlrActivityCommentAttachment, IlrActivityCommentEvent, IlrActivityCommentLink, IlrActivityLock, IlrActivitySubscription, IlrActivityUserComment, IlrArgument, IlrBaseline, IlrBasicLock, IlrBasicModelElement, IlrBOM, IlrBOM2XOMMapping, IlrBOMEntry, IlrBOMPathEntry, IlrBranch, IlrBRLRule, IlrBusinessObject, IlrBusinessRule, IlrChangeAct, IlrChart, IlrConnectionEntry, IlrDataConnection, IlrDecisionTable, IlrDecisionTree, IlrDefinition, IlrDependency, IlrElementDetails, IlrEvent, IlrEventArtifact, IlrEventElement, IlrEventFlow, IlrEventObject, IlrEventObjectArtifact, IlrEventRule, IlrEventRuleArtifact, IlrEventRuleGroup, IlrExtractor, IlrFile, IlrFilter, IlrFunction, IlrFunctionTask, IlrHierarchy, IlrInitialValue, IlrLock, IlrManagedBranch, IlrMergeReport, IlrMessageMap, IlrModelElement, IlrNamedConstant, IlrOverriddenRule, IlrPackageElement, IlrParameter, IlrProfile, IlrProjectBOMEntry, IlrProjectElement, IlrProjectInfo, IlrProxy, IlrQuery, IlrReferencingBsln, IlrRelease, IlrResource, IlrRule, IlrRuleApp, IlrRuleAppProperty, IlrRuleArtifact, IlrRuleArtifactTag, IlrRuleflow, IlrRuleflowTag, IlrRulePackage, IlrRuleProject, IlrRuleProjectTag, IlrRuleset, IlrRulesetProperty, IlrRuleTask, IlrScenarioSuite, IlrScenarioSuiteKPIReport, IlrScenarioSuiteReport, IlrScenarioSuiteResource, IlrScenarioTestReport, IlrSchema, IlrScopeElement, IlrServer, IlrSimulation, IlrSmartView, IlrSnapshot, IlrTag, IlrTask, IlrTechnicalRule, IlrTemplate, IlrTestReport, IlrTestSuite, IlrTimestampBsln, IlrTypedElement, IlrUserSetting, IlrValidationAct, IlrVariable, IlrVariableSet, IlrVocabulary

public interface IlrElementSummary
extends IlrElementHandle

Summary of a Decision Center element.

This is a handle on an element that also contains its name, if the element is a model element, that is, an instance of the EMF class brm.ModelElement.

See Also:
IlrSession.getElementSummary(IlrElementHandle)

Method Summary
 String getName()
          Gets the name of the element.
 
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

getName

String getName()
Gets the name of the element.

Returns:
A string. null if this element is not an instance of brm.ModelElement.

Decision Center API

© Copyright IBM Corp. 1987, 2013