Package | Description |
---|---|
com.modeliosoft.modelio.analyst.model | |
org.modelio.metamodel.analyst | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
KPI |
IAnalystModel.createKPI()
Create a new KPI without container.
The returned KPI has to be added in the KPI container hierarchy. |
KPI |
IAnalystModel.createKPI(java.lang.String name,
KPI owner)
Create a new KPI without container.
The returned KPI has to be added in the KPI container hierarchy. |
KPI |
IAnalystModel.createKPI(java.lang.String name,
KPIContainer owner)
Create a new KPI without container.
The returned KPI has to be added in the KPI container hierarchy. |
Modifier and Type | Method and Description |
---|---|
KPI |
IAnalystModel.createKPI(java.lang.String name,
KPI owner)
Create a new KPI without container.
The returned KPI has to be added in the KPI container hierarchy. |
Modifier and Type | Method and Description |
---|---|
<T extends KPI> |
KPI.getArchivedKPIVersion(java.lang.Class<T> filterClass)
Filtered Getter for relation 'KPI->ArchivedKPIVersion'
Metamodel description:
Older versions of this requirement that have been archived.
|
<T extends KPI> |
KPIContainer.getOwnedKPI(java.lang.Class<T> filterClass)
Filtered Getter for relation 'KPIContainer->OwnedKPI'
Metamodel description:
null
|
<T extends KPI> |
KPI.getSubKPI(java.lang.Class<T> filterClass)
Filtered Getter for relation 'KPI->SubKPI'
Metamodel description:
Decomposition of the requirement into sub requirements.
|
Modifier and Type | Method and Description |
---|---|
KPI |
KPI.getLastKPIVersion()
Getter for relation 'KPI->LastKPIVersion'
Metamodel description:
Last version of this requirement, owning this version of the requirement.
|
KPI |
KPI.getParentKPI()
Getter for relation 'KPI->ParentKPI'
Metamodel description:
Requirement this requirement decomposes.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<KPI> |
KPI.getArchivedKPIVersion()
Getter for relation 'KPI->ArchivedKPIVersion'
Metamodel description:
Older versions of this requirement that have been archived.
|
org.eclipse.emf.common.util.EList<KPI> |
KPIContainer.getOwnedKPI()
Getter for relation 'KPIContainer->OwnedKPI'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<KPI> |
KPI.getSubKPI()
Getter for relation 'KPI->SubKPI'
Metamodel description:
Decomposition of the requirement into sub requirements.
|
Modifier and Type | Method and Description |
---|---|
void |
KPI.setLastKPIVersion(KPI value)
Setter for relation 'KPI->LastKPIVersion'
Metamodel description:
Last version of this requirement, owning this version of the requirement.
|
void |
KPI.setParentKPI(KPI value)
Setter for relation 'KPI->ParentKPI'
Metamodel description:
Requirement this requirement decomposes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractAnalystVisitor.visitKPI(KPI obj) |
java.lang.Object |
IAnalystVisitor.visitKPI(KPI obj) |
default java.lang.Object |
IAbstractAnalystVisitor.visitKPI(KPI obj) |
java.lang.Object |
DefaultAnalystVisitor.visitKPI(KPI obj) |
default java.lang.Object |
IDefaultAnalystVisitor.visitKPI(KPI obj) |