public interface ReducedModel extends ModelEntity
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getControls()
Controls of the model.
|
java.lang.String[] |
getDescriptions(java.lang.String[] names)
Descriptions of properties.
|
java.lang.String[] |
getInternals()
Internal states of the model.
|
java.lang.String[] |
getMatrices()
Projection matrix from full to reduced.
|
java.lang.String[] |
getMetadata()
Metadata of the model.
|
java.lang.String |
getMetadata(java.lang.String name)
Metadata of the model.
|
java.lang.String[] |
getOutputs()
Outputs of the model.
|
java.lang.String[] |
getParameters()
Parameters of the model.
|
java.lang.String[] |
getRange(java.lang.String name)
Range for property.
|
java.lang.String[] |
getStates()
States of the model.
|
java.lang.String[] |
getValues(java.lang.String[] names)
Get values of the model.
|
java.lang.String[] |
getVectors()
Transformation matrix from reduced to full.
|
void |
renameControl(java.lang.String currentName,
java.lang.String newName)
Rename the controls of the model.
|
void |
renameOutput(java.lang.String currentName,
java.lang.String newName)
Rename the outputs of the model.
|
void |
setControl(java.lang.String name,
java.lang.String value)
Set control values of the model.
|
void |
setOutput(java.lang.String name,
java.lang.String value)
Set output expressions describing where to write the outputs of the
model.
|
void |
setParameter(java.lang.String name,
java.lang.String value)
Set parameter values of the model.
|
void |
setState(java.lang.String name,
java.lang.String value)
Set states of the model.
|
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
getContainer, getDisplayString
java.lang.String[] getControls()
java.lang.String[] getDescriptions(java.lang.String[] names)
names
- The names of the properties.java.lang.String[] getInternals()
java.lang.String[] getMatrices()
java.lang.String[] getMetadata()
java.lang.String getMetadata(java.lang.String name)
name
- The name of the metadata.java.lang.String[] getOutputs()
java.lang.String[] getParameters()
java.lang.String[] getRange(java.lang.String name)
name
- The name of the property.java.lang.String[] getStates()
java.lang.String[] getValues(java.lang.String[] names)
names
- The names of the values.java.lang.String[] getVectors()
void renameControl(java.lang.String currentName, java.lang.String newName)
currentName
- The current name of the variable.newName
- The new name of the variable.void renameOutput(java.lang.String currentName, java.lang.String newName)
currentName
- The current name of the variable.newName
- The new name of the variable.void setControl(java.lang.String name, java.lang.String value)
name
- The name of the control.value
- The value of the control.void setOutput(java.lang.String name, java.lang.String value)
name
- The name of the output.value
- The expression for where to write the value.void setParameter(java.lang.String name, java.lang.String value)
name
- The name of the parameter.value
- The value of the parameter.void setState(java.lang.String name, java.lang.String value)
name
- The state names.value
- The value of the state.