|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPMatrixView
The IRPMatrixView interface represents Matrix View elements in Rhapsody models.
Nested Class Summary | |
---|---|
static class |
IRPMatrixView.ContentFormat
This class contains values that specify export format |
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
java.lang.String |
getContent(java.lang.String format)
Retrieves the content of the matrix in the specified format. |
IRPCollection |
getFromScope()
method GetFromScope |
java.lang.String |
getHTMLContent()
Returns the content of the matrix as HTML. |
IRPCollection |
getImageCollection(java.lang.String sFolder,
java.lang.String sFilename,
java.lang.String sExtension)
method GetImageCollection |
int |
getIncludeDescendantsFromScope()
get property includeDescendantsFromScope |
int |
getIncludeDescendantsToScope()
get property includeDescendantsToScope |
IRPMatrixLayout |
getItsMatrixLayout()
method GetItsMatrixLayout |
IRPCollection |
getToScope()
method GetToScope |
void |
open()
method open |
void |
setFromScope(IRPCollection pCollection)
Specifies the "from" scope to use for this matrix view. |
void |
setIncludeDescendantsFromScope(int includeDescendantsFromScope)
set property includeDescendantsFromScope |
void |
setIncludeDescendantsToScope(int includeDescendantsToScope)
set property includeDescendantsToScope |
void |
setItsMatrixLayout(IRPMatrixLayout pVal)
Specifies the matrix layout to use for this matrix view. |
void |
setToScope(IRPCollection pCollection)
Specifies the "to" scope to use for this matrix view. |
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 |
---|
java.lang.String getContent(java.lang.String format)
format
- one of the formats defined in the class IRPMatrixView.ContentFormat, for example, IRPMatrixView.ContentFormat.CSV
IRPCollection getFromScope()
RhapsodyRuntimeException
java.lang.String getHTMLContent()
IRPCollection getImageCollection(java.lang.String sFolder, java.lang.String sFilename, java.lang.String sExtension)
RhapsodyRuntimeException
IRPMatrixLayout getItsMatrixLayout()
RhapsodyRuntimeException
IRPCollection getToScope()
RhapsodyRuntimeException
void setFromScope(IRPCollection pCollection)
pCollection
- the "from" scope to use for this matrix view. Note that the parameter is a Rhapsody collection, but at the moment, only the first value in the collection is used for the "from" scope.void setItsMatrixLayout(IRPMatrixLayout pVal)
pVal
- the matrix layout to use for this matrix viewvoid setToScope(IRPCollection pCollection)
pCollection
- the "to" scope to use for this matrix view. Note that the parameter is a Rhapsody collection, but at the moment, only the first value in the collection is used for the "to" scope.int getIncludeDescendantsFromScope()
RhapsodyRuntimeException
int getIncludeDescendantsToScope()
RhapsodyRuntimeException
void open()
RhapsodyRuntimeException
void setIncludeDescendantsFromScope(int includeDescendantsFromScope)
RhapsodyRuntimeException
void setIncludeDescendantsToScope(int includeDescendantsToScope)
RhapsodyRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |