Package com.powsybl.iidm.network
Interface Line
- All Superinterfaces:
Branch<Line>
,Connectable<Line>
,Extendable<Line>
,Identifiable<Line>
,LineCharacteristics
,MutableLineCharacteristics<Line>
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault IdentifiableType
getType()
Get identifiable type.default boolean
Deprecated.tie lines are not lines anymore.Methods inherited from interface com.powsybl.iidm.network.Branch
cancelSelectedOperationalLimitsGroup1, cancelSelectedOperationalLimitsGroup2, checkPermanentLimit, checkPermanentLimit, checkPermanentLimit1, checkPermanentLimit1, checkPermanentLimit2, checkPermanentLimit2, checkTemporaryLimits, checkTemporaryLimits, checkTemporaryLimits1, checkTemporaryLimits1, checkTemporaryLimits2, checkTemporaryLimits2, getActivePowerLimits, getActivePowerLimits1, getActivePowerLimits2, getApparentPowerLimits, getApparentPowerLimits1, getApparentPowerLimits2, getCurrentLimits, getCurrentLimits1, getCurrentLimits2, getLimits, getNullableActivePowerLimits, getNullableActivePowerLimits1, getNullableActivePowerLimits2, getNullableApparentPowerLimits, getNullableApparentPowerLimits1, getNullableApparentPowerLimits2, getNullableCurrentLimits, getNullableCurrentLimits1, getNullableCurrentLimits2, getNullableLimits, getOperationalLimitsGroup1, getOperationalLimitsGroup2, getOperationalLimitsGroups1, getOperationalLimitsGroups2, getOverloadDuration, getSelectedOperationalLimitsGroup1, getSelectedOperationalLimitsGroup2, getSelectedOperationalLimitsGroupId1, getSelectedOperationalLimitsGroupId2, getSide, getTerminal, getTerminal, getTerminal1, getTerminal2, isOverloaded, isOverloaded, newActivePowerLimits1, newActivePowerLimits1, newActivePowerLimits2, newActivePowerLimits2, newApparentPowerLimits1, newApparentPowerLimits1, newApparentPowerLimits2, newApparentPowerLimits2, newCurrentLimits1, newCurrentLimits1, newCurrentLimits2, newCurrentLimits2, newOperationalLimitsGroup1, newOperationalLimitsGroup2, removeOperationalLimitsGroup1, removeOperationalLimitsGroup2, setSelectedOperationalLimitsGroup1, setSelectedOperationalLimitsGroup2
Methods inherited from interface com.powsybl.iidm.network.Connectable
connect, connect, connect, disconnect, disconnect, disconnect, getTerminals, remove
Methods inherited from interface com.powsybl.commons.extensions.Extendable
addExtension, getExtension, getExtensionByName, getExtensions, getImplementationName, newExtension, removeExtension
Methods inherited from interface com.powsybl.iidm.network.Identifiable
addAlias, addAlias, addAlias, addAlias, getAliases, getAliasFromType, getAliasType, getId, getNameOrId, getNetwork, getOptionalName, getParentNetwork, getProperty, getProperty, getPropertyNames, hasAliases, hasProperty, hasProperty, isFictitious, removeAlias, removeProperty, setFictitious, setName, setProperty
-
Method Details
-
isTieLine
Deprecated.tie lines are not lines anymore. -
getType
Description copied from interface:Identifiable
Get identifiable type.- Specified by:
getType
in interfaceIdentifiable<Line>
- Returns:
- the identifiable type
-