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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract PropertyConfigurablegetAdapter(Class adapter) <G extends IPropertyConfigurable>
GgetKeys()Class<?>getPropertyType(String key) booleanisPropertyNotSet(String key) voidsetProperties(Map<String, Object> properties) voidunsetProperty(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:
getKeysin interfaceIPropertyConfigurable- Returns:
- See Also:
-
getProperties
- Specified by:
getPropertiesin interfaceIPropertyConfigurable- Returns:
- See Also:
-
setProperties
- Specified by:
setPropertiesin interfaceIPropertyConfigurable- Parameters:
properties-- See Also:
-
getDefaultConfiguration
- Specified by:
getDefaultConfigurationin interfaceIPropertyConfigurable- Returns:
- See Also:
-
getAdapter
- Specified by:
getAdapterin interfaceIAdaptable
-
getPropertyKeysTriggeringUpdate
-
getPropertyType
- Specified by:
getPropertyTypein interfaceIPropertyConfigurable
-
isPropertyNotSet
- Specified by:
isPropertyNotSetin interfaceIPropertyConfigurable- Parameters:
key-- Returns:
- See Also:
-
unsetProperty
- Specified by:
unsetPropertyin interfaceIPropertyConfigurable- Parameters:
key-- See Also:
-