|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPMatrixLayout
Nested Class Summary | |
---|---|
static class |
IRPMatrixLayout.QueryOrElementsList
This class contains constant values for use with the methods setFromElementTypesUseQueryOrElementsList and setToElementTypesUseQueryOrElementsList. |
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
IRPCollection |
getCellElementTypes()
Returns a collection of the element types that were specified to be displayed in the cells of the matrix. |
IRPCollection |
getFromElementTypes()
Returns a collection of the "from" element types specified to be displayed in the matrix. |
IRPTableLayout |
getFromElementTypesQueryToUse()
Returns the query that was specified to determine the "from" element types. |
int |
getFromElementTypesUseQueryOrElementsList()
Checks whether a query or collection of element types was used to specify the "from" element types. |
IRPCollection |
getToElementTypes()
Returns a collection of the "to" element types specified to be displayed in the matrix. |
IRPTableLayout |
getToElementTypesQueryToUse()
Returns the query that was specified to determine the "to" element types. |
int |
getToElementTypesUseQueryOrElementsList()
Checks whether a query or collection of element types was used to specify the "to" element types. |
void |
setCellElementTypes(IRPCollection pCollection)
Specifies the element types to display in the cells of the matrix. |
void |
setFromElementTypes(IRPCollection pCollection)
Specifies the "from" element types that should be displayed in the matrix. |
void |
setFromElementTypesQueryToUse(IRPTableLayout query)
Specifies the query to use to determine the "from" element types for the matrix layout. |
void |
setFromElementTypesUseQueryOrElementsList(int queryOrElementsList)
Specifies whether a query or collection of element types should be used to determine the "from" element types for the matrix layout. |
void |
setToElementTypes(IRPCollection pCollection)
Specifies the "to" element types that should be displayed in the matrix. |
void |
setToElementTypesQueryToUse(IRPTableLayout query)
Specifies the query to use to determine the "to" element types for the matrix layout. |
void |
setToElementTypesUseQueryOrElementsList(int queryOrElementsList)
Specifies whether a query or collection of element types should be used to determine the "to" element types for the matrix layout. |
Methods inherited from interface com.telelogic.rhapsody.core.IRPUnit |
---|
copyToAnotherProject, getAddToModelMode, getCMHeader, getCMState, getCurrentDirectory, getFilename, getIncludeInNextLoad, getIsStub, getLanguage, getLastModifiedTime, getNestedSaveUnits, getNestedSaveUnitsCount, getStructureDiagrams, isReadOnly, isReferenceUnit, isSeparateSaveUnit, load, moveToAnotherProjectLeaveAReference, referenceToAnotherProject, save, setCMHeader, setFilename, setIncludeInNextLoad, setLanguage, setReadOnly, setSeparateSaveUnit, setUnitPath, unload |
Method Detail |
---|
IRPCollection getCellElementTypes()
IRPCollection getFromElementTypes()
IRPTableLayout getFromElementTypesQueryToUse()
int getFromElementTypesUseQueryOrElementsList()
IRPCollection getToElementTypes()
IRPTableLayout getToElementTypesQueryToUse()
int getToElementTypesUseQueryOrElementsList()
void setCellElementTypes(IRPCollection pCollection)
pCollection
- the element types to display in the cells of the matrixvoid setFromElementTypes(IRPCollection pCollection)
pCollection
- the "from" element types that should be displayed in the matrixvoid setFromElementTypesQueryToUse(IRPTableLayout query)
query
- the query to use to determine the "from" element types for the matrix layout. To clear a previous query, use null for the parameter.void setFromElementTypesUseQueryOrElementsList(int queryOrElementsList)
queryOrElementsList
- one of the constants contained in the class IRPMatrixLayout.QueryOrElementsList: QUERY if a query should be used, ELEMENTS_LIST if a collection of element types should be used.void setToElementTypes(IRPCollection pCollection)
pCollection
- the "to" element types that should be displayed in the matrixvoid setToElementTypesQueryToUse(IRPTableLayout query)
query
- the query to use to determine the "to" element types for the matrix layout. To clear a previous query, use null for the parameter.void setToElementTypesUseQueryOrElementsList(int queryOrElementsList)
queryOrElementsList
- one of the constants contained in the class IRPMatrixLayout.QueryOrElementsList: QUERY if a query should be used, ELEMENTS_LIST if a collection of element types should be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |