Uses of Class
org.lfenergy.compas.scl2007b4.model.TDurationInMilliSec
Packages that use TDurationInMilliSec
Package
Description
sct.commons.dto is a group of DTO utils for operating on
SCL servicesscl.com is a group of services for operating on
Communication objectscl.ied is a group of services for operating on
IED object-
Uses of TDurationInMilliSec in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TDurationInMilliSecModifier and TypeFieldDescriptionprotected TDurationInMilliSecTGSE.maxTimeprotected TDurationInMilliSecTGSE.minTimeMethods in org.lfenergy.compas.scl2007b4.model that return TDurationInMilliSecModifier and TypeMethodDescriptionObjectFactory.createTDurationInMilliSec()Create an instance ofTDurationInMilliSecTGSE.getMaxTime()Gets the value of the maxTime property.TGSE.getMinTime()Gets the value of the minTime property.Methods in org.lfenergy.compas.scl2007b4.model with parameters of type TDurationInMilliSecModifier and TypeMethodDescriptionvoidTGSE.setMaxTime(TDurationInMilliSec value) Sets the value of the maxTime property.voidTGSE.setMinTime(TDurationInMilliSec value) Sets the value of the minTime property. -
Uses of TDurationInMilliSec in org.lfenergy.compas.sct.commons.dto
Methods in org.lfenergy.compas.sct.commons.dto that return TDurationInMilliSecModifier and TypeMethodDescriptionControlBlockNetworkSettings.Settings.maxTime()Returns the value of themaxTimerecord component.ControlBlockNetworkSettings.Settings.minTime()Returns the value of theminTimerecord component.Constructors in org.lfenergy.compas.sct.commons.dto with parameters of type TDurationInMilliSecModifierConstructorDescriptionSettings(Integer vlanId, Byte vlanPriority, TDurationInMilliSec minTime, TDurationInMilliSec maxTime) Creates an instance of aSettingsrecord class. -
Uses of TDurationInMilliSec in org.lfenergy.compas.sct.commons.scl.com
Methods in org.lfenergy.compas.sct.commons.scl.com with parameters of type TDurationInMilliSecModifier and TypeMethodDescriptionvoidConnectedAPAdapter.updateGseOrCreateIfNotExists(String ldInst, String cbName, List<TP> listOfP, TDurationInMilliSec minTime, TDurationInMilliSec maxTime) Create A GSE Section or update an existing GSE Section (the network configuration of a GSEControl block). -
Uses of TDurationInMilliSec in org.lfenergy.compas.sct.commons.scl.ied
Methods in org.lfenergy.compas.sct.commons.scl.ied with parameters of type TDurationInMilliSecModifier and TypeMethodDescriptionControlBlockAdapter.configureNetwork(long appId, String macAddress, Integer vlanId, Byte vlanPriority, TDurationInMilliSec minTime, TDurationInMilliSec maxTime) Configure the Communication section for this ControlBlock - Communication/SubNetwork/ConnectedAP/GSE for GSEControl block - Communication/SubNetwork/ConnectedAP/SMV for SampledValueControl block -
Uses of TDurationInMilliSec in org.lfenergy.compas.sct.commons.util
Methods in org.lfenergy.compas.sct.commons.util that return TDurationInMilliSecModifier and TypeMethodDescriptionstatic TDurationInMilliSecSclConstructorHelper.newDurationInMilliSec(long value) Create new instance of TDurationInMilliSec with unit SECOND and multiplier MILLI.static TDurationInMilliSecSclConstructorHelper.newDurationInMilliSec(BigDecimal value, String unit, String multiplier) Create new instance of TDurationInMilliSecstatic TDurationInMilliSecSclConstructorHelper.newDurationInMilliSec(TDurationInMilliSec tDurationInMilliSec) Clone TDurationInMilliSec.Methods in org.lfenergy.compas.sct.commons.util with parameters of type TDurationInMilliSecModifier and TypeMethodDescriptionstatic TDurationInMilliSecSclConstructorHelper.newDurationInMilliSec(TDurationInMilliSec tDurationInMilliSec) Clone TDurationInMilliSec.