Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticLegacyBackendEffectApplicationRoute
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendEffectApplicationRoute
Read-only route over applied semantic legacy-backend effects.
-
Method Summary
Modifier and TypeMethodDescriptionintintintintintintbooleanbooleanbooleanbooleanbooleanreadyForSemanticLegacyBackendEffectApplicationRoute(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) booleanbooleanboolean
-
Method Details
-
getApplicationResult
-
getRoutedApplications
public List<XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect> getRoutedApplications() -
getSourceOwnedApplications
public List<XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect> getSourceOwnedApplications() -
getExpressionCallableApplications
public List<XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect> getExpressionCallableApplications() -
getMetadataApplications
public List<XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect> getMetadataApplications() -
getFirstRoutedApplication
-
getFirstSourceOwnedApplication
public XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect getFirstSourceOwnedApplication() -
getFirstExpressionCallableApplication
public XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect getFirstExpressionCallableApplication() -
getFirstMetadataApplication
public XL16USemanticLegacyBackendEffectApplicationResult.AppliedEffect getFirstMetadataApplication() -
getRoutedApplicationCount
public int getRoutedApplicationCount() -
getRoutedApplicationCount
public int getRoutedApplicationCount(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
getSourceOwnedApplicationCount
public int getSourceOwnedApplicationCount() -
getExpressionCallableApplicationCount
public int getExpressionCallableApplicationCount() -
getMetadataApplicationCount
public int getMetadataApplicationCount() -
getRoutedFamilyCount
public int getRoutedFamilyCount() -
hasSourceOwnedApplications
public boolean hasSourceOwnedApplications() -
hasExpressionCallableApplications
public boolean hasExpressionCallableApplications() -
hasMetadataApplications
public boolean hasMetadataApplications() -
routedAllAppliedEffects
public boolean routedAllAppliedEffects() -
routedAllAppliedEffects
public boolean routedAllAppliedEffects(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
readyForSemanticLegacyBackendEffectApplicationRoute
public boolean readyForSemanticLegacyBackendEffectApplicationRoute() -
readyForSemanticLegacyBackendEffectApplicationRoute
public boolean readyForSemanticLegacyBackendEffectApplicationRoute(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
requiresCompatibilitySourceFallback
public boolean requiresCompatibilitySourceFallback()
-