Package overit.geocallapp.wfm.assets
Class PropertiesAssets.Asset
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.assets.PropertiesAssets.Asset
- Enclosing class:
PropertiesAssets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LongReturns the maximum loadable depth of the facility tree.static LongReturns the thread number used to generate the facility tree.static booleanSay if the linear asset management is enabled.static booleanChecks if the manned facilities management is enabled.Methods inherited from class overit.geocallapp.utilities.config.Properties
getBooleanProperty, getBooleanProperty, getBooleanSystemProperty, getBooleanSystemProperty, getDoubleProperty, getDoubleProperty, getIntegerProperty, getIntegerProperty, getIntegerSystemProperty, getIntegerSystemProperty, getLongProperty, getLongProperty, getStringListProperty, getStringListProperty, getStringProperty, getStringProperty, getStringSystemProperty, getStringSystemProperty
-
Constructor Details
-
Asset
public Asset()
-
-
Method Details
-
isMannedFacilitiesEnabled
public static boolean isMannedFacilitiesEnabled()Checks if the manned facilities management is enabled. The default value isfalse.- Returns:
trueif the manned facilities management is enabled,falseotherwise
-
isLinearAssetActive
public static boolean isLinearAssetActive()Say if the linear asset management is enabled.- Returns:
trueif the linear asset is enabled,falseotherwise.
-
getTechnicalObjectMaxTreeDepth
Returns the maximum loadable depth of the facility tree. The default value is1000.- Returns:
- the technical object max tree depth
-
getTechnicalObjectTreeGenerationThreadNumber
Returns the thread number used to generate the facility tree.- Returns:
- the technical object tree generation thread number
-