public class SimulationParameter<QuantityType extends javax.measure.Quantity<QuantityType>> extends Object implements Identifiable<SimpleStringIdentifier>, Nameable, Annotatable
| Constructor and Description |
|---|
SimulationParameter(String identifier) |
SimulationParameter(String identifier,
javax.measure.Quantity<QuantityType> quantity) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
getAnnotations() |
SimpleStringIdentifier |
getIdentifier() |
String |
getName() |
javax.measure.Quantity<QuantityType> |
getQuantity() |
double |
getValue() |
void |
setQuantity(javax.measure.Quantity<QuantityType> quantity) |
void |
setValue(double value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAnnotation, getAnnotationsOfType, getContentOfAnnotation, getContentOfAnnotation, getContentOfAnnotations, getContentOfAnnotationspublic SimulationParameter(String identifier)
public SimulationParameter(String identifier, javax.measure.Quantity<QuantityType> quantity)
public SimpleStringIdentifier getIdentifier()
getIdentifier in interface Identifiable<SimpleStringIdentifier>public List<Annotation> getAnnotations()
getAnnotations in interface Annotatablepublic javax.measure.Quantity<QuantityType> getQuantity()
public void setQuantity(javax.measure.Quantity<QuantityType> quantity)
public double getValue()
public void setValue(double value)
Copyright © 2017. All rights reserved.