Package com.powsybl.entsoe.util
Class EntsoeAreaAdderImpl
- java.lang.Object
-
- com.powsybl.commons.extensions.AbstractExtensionAdder<Substation,EntsoeArea>
-
- com.powsybl.entsoe.util.EntsoeAreaAdderImpl
-
- All Implemented Interfaces:
ExtensionAdder<Substation,EntsoeArea>
,EntsoeAreaAdder
public class EntsoeAreaAdderImpl extends AbstractExtensionAdder<Substation,EntsoeArea> implements EntsoeAreaAdder
- Author:
- Jérémy Labous
-
-
Constructor Summary
Constructors Constructor Description EntsoeAreaAdderImpl(Substation extendable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EntsoeArea
createExtension(Substation extendable)
Creates the extension.EntsoeAreaAdder
withCode(EntsoeGeographicalCode code)
-
Methods inherited from class com.powsybl.commons.extensions.AbstractExtensionAdder
add
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.powsybl.entsoe.util.EntsoeAreaAdder
getExtensionClass
-
Methods inherited from interface com.powsybl.commons.extensions.ExtensionAdder
add
-
-
-
-
Constructor Detail
-
EntsoeAreaAdderImpl
public EntsoeAreaAdderImpl(Substation extendable)
-
-
Method Detail
-
createExtension
protected EntsoeArea createExtension(Substation extendable)
Description copied from class:AbstractExtensionAdder
Creates the extension.- Specified by:
createExtension
in classAbstractExtensionAdder<Substation,EntsoeArea>
- Returns:
- the extension
-
withCode
public EntsoeAreaAdder withCode(EntsoeGeographicalCode code)
- Specified by:
withCode
in interfaceEntsoeAreaAdder
-
-