Package | Description |
---|---|
org.ecoinformatics.seek.datasource.eml.eml2 | |
org.kepler.moml | |
org.kepler.sms | |
ptolemy.actor |
Executable entities.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.kernel.util |
Kernel utility classes.
|
ptolemy.moml.unit |
Unit System Modeling Markup Language classes.
|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.actor.lib |
Vergil specific actors.
|
ptolemy.vergil.kernel.attributes |
Vergil shape and text graphical attributes.
|
Modifier and Type | Field and Description |
---|---|
static Settable.Visibility |
Eml200DataSource.DEFAULTFORSCHEMA |
static Settable.Visibility |
Eml200DataSource.DEFAULTFORSQL |
Modifier and Type | Method and Description |
---|---|
Settable.Visibility |
PortAttribute.getVisibility()
NamedObjIds should be invisible to the user
|
Settable.Visibility |
NamedObjId.getVisibility()
NamedObjIds should be invisible to the user
|
Settable.Visibility |
DependencyAttribute.getVisibility()
NamedObjIds should be invisible to the user
|
Modifier and Type | Method and Description |
---|---|
void |
PortAttribute.setVisibility(Settable.Visibility visibility)
this method does not change the visibility.
|
void |
NamedObjId.setVisibility(Settable.Visibility visibility)
this method does not change the visibility.
|
void |
DependencyAttribute.setVisibility(Settable.Visibility visibility)
this method does not change the visibility.
|
Modifier and Type | Method and Description |
---|---|
Settable.Visibility |
SemanticProperty.getVisibility()
SemanticTypes should be invisible to the user
|
Settable.Visibility |
KeplerIOPortReference.getVisibility()
Set visibility to NOT_EDITABLE
|
Settable.Visibility |
KeplerVirtualIOPortReference.getVisibility()
Set visibility to NOT_EDITABLE
|
Settable.Visibility |
SemanticTypeDefinition.getVisibility() |
Modifier and Type | Method and Description |
---|---|
void |
SemanticProperty.setVisibility(Settable.Visibility visibility)
this method does not change the visibility.
|
void |
KeplerIOPortReference.setVisibility(Settable.Visibility visibility)
The visibility cannot be changed.
|
void |
KeplerVirtualIOPortReference.setVisibility(Settable.Visibility visibility)
The visibility cannot be changed.
|
void |
SemanticTypeDefinition.setVisibility(Settable.Visibility visibility)
this method does not change the visibility.
|
Modifier and Type | Method and Description |
---|---|
Settable.Visibility |
LocalClock.getVisibility()
The LocalClock is not editable, thus visibility is
always set to NOT_EDITABLE.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalClock.setVisibility(Settable.Visibility visibility)
This method has to be implemented for the AbstractSettableAttribute
interface.
|
Modifier and Type | Method and Description |
---|---|
Settable.Visibility |
Variable.getVisibility()
Get the visibility of this variable, as set by setVisibility().
|
Modifier and Type | Method and Description |
---|---|
void |
Variable.setVisibility(Settable.Visibility visibility)
Set the visibility of this variable.
|
Modifier and Type | Method and Description |
---|---|
Settable.Visibility |
FSMTransitionParameter.getVisibility()
Get visibility.
|
Modifier and Type | Method and Description |
---|---|
void |
FSMTransitionParameter.setVisibility(Settable.Visibility visibility)
Set visibility.
|
Modifier and Type | Field and Description |
---|---|
static Settable.Visibility |
Settable.EXPERT
Indicator that a user interface should make an instance visible
only to experts.
|
static Settable.Visibility |
Settable.FULL
Indicator that a user interface should make an instance visible.
|
static Settable.Visibility |
Settable.NONE
Indicator that a user interface should not make an instance visible.
|
static Settable.Visibility |
Settable.NOT_EDITABLE
Indicator that a user interface should make an instance
visible, but not allow editing of the variable.
|
Modifier and Type | Method and Description |
---|---|
Settable.Visibility |
Settable.getVisibility()
Get the visibility of this Settable, as set by setVisibility().
|
Settable.Visibility |
StringAttribute.getVisibility()
Get the visibility of this attribute, as set by setVisibility().
|
Settable.Visibility |
Location.getVisibility()
Get the visibility of this attribute, as set by setVisibility().
|
Settable.Visibility |
ConfigurableAttribute.getVisibility()
Get the visibility of this attribute, as set by setVisibility().
|
Modifier and Type | Method and Description |
---|---|
void |
Settable.setVisibility(Settable.Visibility visibility)
Set the visibility of this Settable.
|
void |
StringAttribute.setVisibility(Settable.Visibility visibility)
Set the visibility of this attribute.
|
void |
Location.setVisibility(Settable.Visibility visibility)
Set the visibility of this attribute.
|
void |
ConfigurableAttribute.setVisibility(Settable.Visibility visibility)
Set the visibility of this attribute.
|
Modifier and Type | Method and Description |
---|---|
Settable.Visibility |
UnitAttribute.getVisibility()
Get the visibility of this attribute, as set by setVisibility().
|
Modifier and Type | Method and Description |
---|---|
void |
UnitAttribute.setVisibility(Settable.Visibility visibility)
Set the visibility of this attribute.
|
Modifier and Type | Method and Description |
---|---|
Settable.Visibility |
LayoutHint.getVisibility()
Get the visibility of this Settable, as set by setVisibility().
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutHint.setVisibility(Settable.Visibility visibility)
Set the visibility of this attribute.
|
Modifier and Type | Method and Description |
---|---|
Settable.Visibility |
MonitorReceiverAttribute.getVisibility()
Get the visibility of this Settable, as set by setVisibility().
|
Modifier and Type | Method and Description |
---|---|
void |
MonitorReceiverAttribute.setVisibility(Settable.Visibility visibility)
Set the visibility of this Settable.
|
Modifier and Type | Method and Description |
---|---|
Settable.Visibility |
AttributeValueAttribute.getVisibility()
Get the visibility of this Settable, as set by setVisibility().
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeValueAttribute.setVisibility(Settable.Visibility visibility)
Set the visibility of this Settable.
|