Uses of Class
org.lfenergy.compas.scl2007b4.model.TPrivate
Packages that use 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
Fields in org.lfenergy.compas.scl2007b4.model with type parameters of type TPrivateMethods in org.lfenergy.compas.scl2007b4.model that return TPrivateMethods in org.lfenergy.compas.scl2007b4.model that return types with arguments of type TPrivateModifier and TypeMethodDescriptionTBaseElement.getPrivate()Gets the value of the private property. -
Uses of TPrivate in org.lfenergy.compas.sct.commons.dto
Methods in org.lfenergy.compas.sct.commons.dto that return TPrivateModifier and TypeMethodDescriptionPrivateLinkedToStds.tPrivate()Returns the value of thetPrivaterecord component.Constructors in org.lfenergy.compas.sct.commons.dto with parameters of type TPrivateModifierConstructorDescriptionPrivateLinkedToStds(TPrivate tPrivate, List<SCL> stdList) Creates an instance of aPrivateLinkedToStdsrecord class. -
Uses of TPrivate in org.lfenergy.compas.sct.commons.scl
Methods in org.lfenergy.compas.sct.commons.scl with parameters of type TPrivateModifier and TypeMethodDescriptionvoidSclElementAdapter.addPrivate(TPrivate tPrivate) Adds Private to current element -
Uses of TPrivate in org.lfenergy.compas.sct.commons.scl.ied
Methods in org.lfenergy.compas.sct.commons.scl.ied that return types with arguments of type TPrivateModifier and TypeMethodDescriptionIEDAdapter.getPrivateHeader(String privateType) Gets IED Private corresponding to specified type in parameter -
Uses of TPrivate in org.lfenergy.compas.sct.commons.util
Methods in org.lfenergy.compas.sct.commons.util that return TPrivateModifier and TypeMethodDescriptionstatic TPrivatePrivateUtils.createPrivate(List<TCompasTopo> compasTopos) Create a single Private of type COMPAS-Topo containing all given TCompasTopostatic TPrivatePrivateUtils.createPrivate(TCompasBay compasBay) Create Private of given type as parameterstatic TPrivatePrivateUtils.createPrivate(TCompasFunction compasFunction) Create Private of given type as parameterstatic TPrivatePrivateUtils.createPrivate(TCompasICDHeader compasICDHeader) Create Private of given type as parameterstatic TPrivatePrivateUtils.createPrivate(TCompasSclFileType compasSclFileType) Create Private of given type as parameterstatic TPrivatePrivateUtils.createPrivate(TCompasSystemVersion compasSystemVersion) Create Private of given type as parameterMethods in org.lfenergy.compas.sct.commons.util with parameters of type TPrivateModifier and TypeMethodDescriptionstatic booleanPrivateUtils.comparePrivateCompasICDHeaders(TPrivate iedPrivate, TPrivate scdPrivate) Compares if two Private:COMPAS-ICDHeader have all attributes equal except IEDNane, BayLabel and IEDinstancestatic voidPrivateUtils.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 StringPrivateUtils.stdCheckFormatExceptionMessage(TPrivate key) Creates formatted message including data's of Private for ExceptionMethod parameters in org.lfenergy.compas.sct.commons.util with type arguments of type TPrivateModifier and TypeMethodDescriptionstatic <T> Stream<T>PrivateUtils.getPrivateStream(List<TPrivate> privates, Class<T> compasClass)