Uses of Class
org.lfenergy.compas.scl2007b4.model.TPrivate
Package
Description
sct.commons.dto is a group of DTO utils for operating on
SCL
servicescommons.scl is a group of services for operating on
Header
,
Substation
,
Communication
,
IED
,
DataTypeTemplates
objectsscl.ied is a group of services for operating on
IED
object-
Uses of TPrivate in org.lfenergy.compas.scl2007b4.model
Modifier and TypeMethodDescriptionTBaseElement.getPrivate()
Gets the value of the private property. -
Uses of TPrivate in org.lfenergy.compas.sct.commons.dto
Modifier and TypeMethodDescriptionPrivateLinkedToStds.tPrivate()
Returns the value of thetPrivate
record component.ModifierConstructorDescriptionPrivateLinkedToStds
(TPrivate tPrivate, List<SCL> stdList) Creates an instance of aPrivateLinkedToStds
record class. -
Uses of TPrivate in org.lfenergy.compas.sct.commons.scl
Modifier and TypeMethodDescriptionvoid
SclElementAdapter.addPrivate
(TPrivate tPrivate) Adds Private to current element -
Uses of TPrivate in org.lfenergy.compas.sct.commons.scl.ied
Modifier and TypeMethodDescriptionIEDAdapter.getPrivateHeader
(String privateType) Gets IED Private corresponding to specified type in parameter -
Uses of TPrivate in org.lfenergy.compas.sct.commons.util
Modifier and TypeMethodDescriptionstatic TPrivate
PrivateUtils.createPrivate
(List<TCompasTopo> compasTopos) Create a single Private of type COMPAS-Topo containing all given TCompasTopostatic TPrivate
PrivateUtils.createPrivate
(TCompasBay compasBay) Create Private of given type as parameterstatic TPrivate
PrivateUtils.createPrivate
(TCompasFunction compasFunction) Create Private of given type as parameterstatic TPrivate
PrivateUtils.createPrivate
(TCompasICDHeader compasICDHeader) Create Private of given type as parameterstatic TPrivate
PrivateUtils.createPrivate
(TCompasSclFileType compasSclFileType) Create Private of given type as parameterstatic TPrivate
PrivateUtils.createPrivate
(TCompasSystemVersion compasSystemVersion) Create Private of given type as parameterModifier and TypeMethodDescriptionstatic boolean
PrivateUtils.comparePrivateCompasICDHeaders
(TPrivate iedPrivate, TPrivate scdPrivate) Compares if two Private:COMPAS-ICDHeader have all attributes equal except IEDNane, BayLabel and IEDinstancestatic void
PrivateUtils.copyCompasICDHeaderFromLNodePrivateIntoSTDPrivate
(TPrivate stdPrivate, TCompasICDHeader compasICDHeader) Copy Private COMPAS_ICDHEADER from LNode of SCD into Private COMPAS_ICDHEADER from IED of STDstatic Optional<TCompasICDHeader>
PrivateUtils.extractCompasICDHeader
(TPrivate tPrivate) Gets Private CompasICDHeader from Privatestatic String
PrivateUtils.stdCheckFormatExceptionMessage
(TPrivate key) Creates formatted message including data's of Private for ExceptionModifier and TypeMethodDescriptionstatic <T> Stream<T>
PrivateUtils.getPrivateStream
(List<TPrivate> privates, Class<T> compasClass)