public class ExciterComp extends WeightedReferenceComp<ExcitationComponent>
ModelComponent.NavpanelVisibility
Modifier and Type | Field and Description |
---|---|
static PropertyList |
myProps |
DEFAULT_WEIGHT
enforceUniqueCompositeNames, enforceUniqueNames, myNumber, NULL_OBJ, useCompactPathNames
Constructor and Description |
---|
ExciterComp() |
ExciterComp(ExcitationComponent ex,
double weight) |
Modifier and Type | Method and Description |
---|---|
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
double |
getExcitation() |
DoubleInterval |
getExcitationBounds() |
PropertyMode |
getExcitationBoundsMode() |
ExcitationComponent |
getExciter() |
void |
setExcitation(double e) |
void |
setExcitationBounds(DoubleInterval bounds) |
void |
setExcitationBoundsMode(PropertyMode mode) |
getWeight, setWeight
getHardReferences, getReference, scanItem, setReference, writeItems
checkFlag, checkName, checkNameUniqueness, clearFlag, clone, connectToHierarchy, copy, createTempFlag, disconnectFromHierarchy, getChildren, getGrandParent, getName, getNameRange, getNavpanelVisibility, getNavpanelVisibility, getNumber, getParent, getProperty, getSoftReferences, hasChildren, hasState, isFixed, isMarked, isScanning, isSelected, isWritable, makeValidName, makeValidName, notifyParentOfChange, postscan, printReferences, recursivelyContained, recursivelyContains, removeTempFlag, scan, setFixed, setFlag, setMarked, setName, setNavpanelVisibility, setNavpanelVisibility, setNumber, setParent, setScanning, setSelected, setWritable, updateReferences, write
public static PropertyList myProps
public ExciterComp()
public ExciterComp(ExcitationComponent ex, double weight)
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class WeightedReferenceComp<ExcitationComponent>
public DoubleInterval getExcitationBounds()
public void setExcitationBounds(DoubleInterval bounds)
public PropertyMode getExcitationBoundsMode()
public void setExcitationBoundsMode(PropertyMode mode)
public ExcitationComponent getExciter()
public void setExcitation(double e)
public double getExcitation()