Class AbstractInput
java.lang.Object
org.palladiosimulator.commons.designpatterns.AbstractObservable<IVisualisationInputListener>
org.palladiosimulator.edp2.visualization.AbstractInput
- All Implemented Interfaces:
IAdaptable
,org.palladiosimulator.commons.designpatterns.IAbstractObservable<IVisualisationInputListener>
,IPropertyConfigurable
- Direct Known Subclasses:
AbstractVisualizationInput
,AbstractVisualizationSingleDatastreamInput
public abstract class AbstractInput
extends org.palladiosimulator.commons.designpatterns.AbstractObservable<IVisualisationInputListener>
implements IPropertyConfigurable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract PropertyConfigurable
getAdapter
(Class adapter) <G extends IPropertyConfigurable>
GgetKeys()
Class<?>
getPropertyType
(String key) boolean
isPropertyNotSet
(String key) void
setProperties
(Map<String, Object> properties) void
unsetProperty
(String key) Methods inherited from class org.palladiosimulator.commons.designpatterns.AbstractObservable
addObserver, getEventDispatcher, getObservers, removeAllObserver, removeObserver
-
Constructor Details
-
AbstractInput
public AbstractInput()
-
-
Method Details
-
createConfiguration
-
getConfiguration
-
getKeys
- Specified by:
getKeys
in interfaceIPropertyConfigurable
- Returns:
- See Also:
-
getProperties
- Specified by:
getProperties
in interfaceIPropertyConfigurable
- Returns:
- See Also:
-
setProperties
- Specified by:
setProperties
in interfaceIPropertyConfigurable
- Parameters:
properties
-- See Also:
-
getDefaultConfiguration
- Specified by:
getDefaultConfiguration
in interfaceIPropertyConfigurable
- Returns:
- See Also:
-
getAdapter
- Specified by:
getAdapter
in interfaceIAdaptable
-
getPropertyKeysTriggeringUpdate
-
getPropertyType
- Specified by:
getPropertyType
in interfaceIPropertyConfigurable
-
isPropertyNotSet
- Specified by:
isPropertyNotSet
in interfaceIPropertyConfigurable
- Parameters:
key
-- Returns:
- See Also:
-
unsetProperty
- Specified by:
unsetProperty
in interfaceIPropertyConfigurable
- Parameters:
key
-- See Also:
-