public class ThreeWindingsTransformerAdapter extends Object implements ThreeWindingsTransformer
ThreeWindingsTransformer
.ThreeWindingsTransformer.Leg, ThreeWindingsTransformer.Side
Modifier and Type | Method and Description |
---|---|
<E extends Extension<I>> |
addExtension(Class<? super E> type,
E extension)
Add en extension to this extendable object.
|
protected I |
getDelegate() |
<E extends Extension<I>> |
getExtension(Class<? super E> type)
Get an extension based on its class type.
|
<E extends Extension<I>> |
getExtensionByName(String name)
Get an extension based on its name.
|
<E extends Extension<I>> |
getExtensions()
Get all extensions associated with this extendable object..
|
String |
getId()
Get the unique identifier of the object.
|
String |
getImplementationName()
Returns a name that is used to find matching
ExtensionAdderProvider s
when selecting implementations of extensions in Extendable.newExtension(java.lang.Class<B>) . |
protected com.powsybl.iidm.mergingview.MergingViewIndex |
getIndex() |
ThreeWindingsTransformer.Leg |
getLeg1()
Get the leg at the primary side.
|
ThreeWindingsTransformer.Leg |
getLeg2()
Get the leg at the secondary side.
|
ThreeWindingsTransformer.Leg |
getLeg3()
Get the leg at the tertiary side.
|
String |
getNameOrId()
Get the name of the object if it exists.
|
MergingView |
getNetwork()
Get the network associated to the object.
|
Optional<String> |
getOptionalName()
Return an optional containing the name of the object if it exists.
|
String |
getProperty(String key)
Get property associated to specified key.
|
String |
getProperty(String key,
String defaultValue)
Get property associated to specified key, with default value.
|
Set<String> |
getPropertyNames()
Get properties key values.
|
double |
getRatedU0()
Get the ratedU at the fictitious bus in kV (also used as nominal voltage)
|
ThreeWindingsTransformer.Side |
getSide(Terminal side)
Get the side the terminal is connected to.
|
Substation |
getSubstation()
Get the substation to which the transformer belongs.
|
Terminal |
getTerminal(ThreeWindingsTransformer.Side side) |
List<? extends TerminalAdapter> |
getTerminals() |
ConnectableType |
getType()
Get the connectable type.
|
boolean |
hasProperty()
Check that this object has some properties.
|
boolean |
hasProperty(String key)
Check that this object has property with specified name.
|
boolean |
isFictitious()
Get the fictitious status
|
<E extends Extension<I>,B extends ExtensionAdder<I,E>> |
newExtension(Class<B> type)
Returns an extensionAdder to build and add an extension for this extendable.
|
void |
remove()
Remove the equipment.
|
<E extends Extension<I>> |
removeExtension(Class<E> type)
Remove an extension based on its class type.
|
void |
setFictitious(boolean fictitious)
Set the fictitious status
|
String |
setProperty(String key,
String value)
Set property value associated to specified key.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, getName, getNameOrId, getNetwork, getOptionalName, getProperties, getProperty, getProperty, getPropertyNames, hasProperty, hasProperty, isFictitious, setFictitious, setProperty
addExtension, getExtension, getExtensionByName, getExtensions, getImplementationName, newExtension, removeExtension
public ThreeWindingsTransformer.Leg getLeg1()
ThreeWindingsTransformer
getLeg1
in interface ThreeWindingsTransformer
public ThreeWindingsTransformer.Leg getLeg2()
ThreeWindingsTransformer
getLeg2
in interface ThreeWindingsTransformer
public ThreeWindingsTransformer.Leg getLeg3()
ThreeWindingsTransformer
getLeg3
in interface ThreeWindingsTransformer
public List<? extends TerminalAdapter> getTerminals()
getTerminals
in interface Connectable<ThreeWindingsTransformer>
public Terminal getTerminal(ThreeWindingsTransformer.Side side)
getTerminal
in interface ThreeWindingsTransformer
public ThreeWindingsTransformer.Side getSide(Terminal side)
ThreeWindingsTransformer
getSide
in interface ThreeWindingsTransformer
public Substation getSubstation()
ThreeWindingsTransformer
getSubstation
in interface ThreeWindingsTransformer
public ConnectableType getType()
Connectable
getType
in interface Connectable<ThreeWindingsTransformer>
public double getRatedU0()
ThreeWindingsTransformer
getRatedU0
in interface ThreeWindingsTransformer
public void remove()
Connectable
remove
in interface Connectable<ThreeWindingsTransformer>
public MergingView getNetwork()
Identifiable
getNetwork
in interface Identifiable<I extends Identifiable<I>>
public String getId()
Identifiable
getId
in interface Identifiable<I extends Identifiable<I>>
public Optional<String> getOptionalName()
Identifiable
getOptionalName
in interface Identifiable<I extends Identifiable<I>>
public String getNameOrId()
Identifiable
getNameOrId
in interface Identifiable<I extends Identifiable<I>>
public boolean hasProperty()
Identifiable
hasProperty
in interface Identifiable<I extends Identifiable<I>>
public boolean hasProperty(String key)
Identifiable
hasProperty
in interface Identifiable<I extends Identifiable<I>>
public String getProperty(String key)
Identifiable
getProperty
in interface Identifiable<I extends Identifiable<I>>
public String getProperty(String key, String defaultValue)
Identifiable
getProperty
in interface Identifiable<I extends Identifiable<I>>
public String setProperty(String key, String value)
Identifiable
setProperty
in interface Identifiable<I extends Identifiable<I>>
public Set<String> getPropertyNames()
Identifiable
getPropertyNames
in interface Identifiable<I extends Identifiable<I>>
public boolean isFictitious()
Identifiable
isFictitious
in interface Identifiable<I extends Identifiable<I>>
public void setFictitious(boolean fictitious)
Identifiable
setFictitious
in interface Identifiable<I extends Identifiable<I>>
public <E extends Extension<I>> void addExtension(Class<? super E> type, E extension)
Extendable
addExtension
in interface Extendable<I extends Identifiable<I>>
E
- the extension typetype
- the extension class typeextension
- the extensionpublic <E extends Extension<I>> E getExtension(Class<? super E> type)
Extendable
getExtension
in interface Extendable<I extends Identifiable<I>>
E
- the extension typetype
- the extension class typepublic <E extends Extension<I>> E getExtensionByName(String name)
Extendable
getExtensionByName
in interface Extendable<I extends Identifiable<I>>
name
- the extension namepublic <E extends Extension<I>> boolean removeExtension(Class<E> type)
Extendable
removeExtension
in interface Extendable<I extends Identifiable<I>>
E
- the extension typetype
- the extension class typepublic <E extends Extension<I>> Collection<E> getExtensions()
Extendable
getExtensions
in interface Extendable<I extends Identifiable<I>>
public String getImplementationName()
Extendable
ExtensionAdderProvider
s
when selecting implementations of extensions in Extendable.newExtension(java.lang.Class<B>)
. This
is meant to be overriden by extendables when multiple implementations exist.getImplementationName
in interface Extendable<I extends Identifiable<I>>
public <E extends Extension<I>,B extends ExtensionAdder<I,E>> B newExtension(Class<B> type)
Extendable
The extension implementation is selected at runtime based on matching the
Extendable.getImplementationName()
of this extendable to the
ExtensionAdderProvider.getImplementationName()
of a provider.
Implementations are loaded with java's ServiceLoader
using
the ExtensionAdderProvider interface.
newExtension
in interface Extendable<I extends Identifiable<I>>
type
- The interface of the ExtensionAdderprotected I getDelegate()
protected com.powsybl.iidm.mergingview.MergingViewIndex getIndex()
Copyright © 2020. All rights reserved.