JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.inductiveautomation.ignition.common.config
Interface Mergable<T>
All Known Subinterfaces:
AlarmConfiguration
,
AlarmDefinition
,
AlarmEvent
,
AuthenticatedUser
,
MutablePropertyValueSetEdit
,
MutablePropertyValueSource
,
NotificationContext
,
ObservablePropertySet
,
PropertySet
,
QualifiedValuePropertySet
,
TagEditController
<T>,
TagEventScripts
,
User
All Known Implementing Classes:
ADSSOAuthChallenge
,
AlarmConfigurationConfig
,
AlarmConfigurationDiff
,
AlarmDefinitionConfig
,
AlarmDefinitionDiff
,
AlarmEventInstance
,
AuthChallenge
,
BasicAlarmConfiguration
,
BasicAlarmDefinition
,
BasicAlarmEvent
,
BasicAuthChallenge
,
BasicAuthenticatedUser
,
BasicPropertySet
,
BasicTagEditController
,
BasicTagEventScripts
,
BasicUser
,
ChartUIElement
,
ComplexTagDefinition
,
ComplexTagDiff
,
CompositePropertySet
,
DelegatePropertySet
,
DelegatingPropertySet
,
EventData
,
ExtendedAlarmConfiguration
,
ExtendedAlarmDefinition
,
ExtendedPropertySet
,
ExtendedTagEventScripts
,
IdentityTraits
,
IntersectedAlarmConfiguration
,
IntersectedAlarmDefinition
,
IntersectedPropertySet
,
IntersectedTagConfig
,
MemberEditConfigObject
,
OverrideMap
,
OverrideMapDiff
,
OverrideMutatingConfigObject
,
PipelineDescriptor
,
PropertySetConfig
,
PropertySetDiff
,
PyAlarmEventImpl
,
PyUser
,
TagConfigObject
,
TagConfigSet
,
TagConfiguration
,
TagDefinition
,
TagDiff
,
TagEditResources
,
TagEventScriptsDiff
,
TagEventsScriptsConfig
,
TagObjectEditorPanel.ComplexTagController.ComplexTagEditController
,
TagPropertySetWrapper
public interface
Mergable<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
merge
(
T
other)
Merges the values from other collection into this one.
Method Detail
merge
void merge(
T
other)
Merges the values from other collection into this one. Replaces any currently existing value with those from the other set.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method