Uses of Class
org.lfenergy.compas.sct.commons.dto.ControlBlock
Packages that use ControlBlock
Package
Description
commons.api contains interfaces for manipulating SCL Files
sct.commons.dto is a group of DTO utils for operating on
SCL
servicesscl.ied is a group of services for operating on
IED
object-
Uses of ControlBlock in org.lfenergy.compas.sct.commons
Methods in org.lfenergy.compas.sct.commons that return types with arguments of type ControlBlockModifier and TypeMethodDescriptionSclElementsProviderService.getExtRefSourceInfo
(SCL scd, ExtRefInfo extRefInfo) -
Uses of ControlBlock in org.lfenergy.compas.sct.commons.api
Methods in org.lfenergy.compas.sct.commons.api that return types with arguments of type ControlBlockModifier and TypeMethodDescriptionSclElementsProvider.getExtRefSourceInfo
(SCL scd, ExtRefInfo extRefInfo) Gets all Control Blocks related to extRefInfo in given SCL file -
Uses of ControlBlock in org.lfenergy.compas.sct.commons.dto
Subclasses of ControlBlock in org.lfenergy.compas.sct.commons.dtoModifier and TypeClassDescriptionclass
A representation of the model object GooseControlBlock.class
A representation of the model object ReportControlBlock.class
A representation of the model object SMVControlBlock.Methods in org.lfenergy.compas.sct.commons.dto with parameters of type ControlBlockModifier and TypeMethodDescriptionvoid
LNodeDTO.addControlBlock
(ControlBlock controlBlock) Adds Control Block to LNode Control BlocksMethod parameters in org.lfenergy.compas.sct.commons.dto with type arguments of type ControlBlockModifier and TypeMethodDescriptionvoid
LNodeDTO.addAllControlBlocks
(List<ControlBlock> controlBlockInfoList) Adds lis of Control Block to LNode Control Blocks -
Uses of ControlBlock in org.lfenergy.compas.sct.commons.scl.ied
Methods in org.lfenergy.compas.sct.commons.scl.ied that return types with arguments of type ControlBlockModifier and TypeMethodDescriptionprotected List<ControlBlock>
AbstractLNAdapter.getControlBlocks
(List<TDataSet> tDataSets, TServiceType serviceType) Gets all Control Blocks from LNode for specified Service Type (GOOSE, SMV and REPORT) and Data SetsAbstractLNAdapter.getControlBlocksForMatchingFCDA
(@NonNull ExtRefInfo extRefInfo) Gets Control Blocks matching FCDA compatible with specified in extRefInfoMethods in org.lfenergy.compas.sct.commons.scl.ied with parameters of type ControlBlockModifier and TypeMethodDescriptionAbstractLNAdapter.addControlBlock
(ControlBlock controlBlock) Creates Control Block in specified LNode in current IED