jar

org.faktorips : faktorips-runtime

Maven & Gradle

Aug 18, 2023
9 usages
13 stars

Faktor-IPS Runtime · Runtime library for Faktor-IPS. When using Java 9 or newer, you need to provide the jaxb-api. When using CSV to read tables, add the optional dependencies to opencsv, commons-lang3 and commons-text. If you want to run Faktor-IPS tests as JUnit-Tests, you need to provide either junit (JUnit 4) or junit-jupiter-api (JUnit 5)

Table Of Contents

Latest Version

Download org.faktorips : faktorips-runtime JAR file - Latest Versions:

All Versions

Download org.faktorips : faktorips-runtime JAR file - All Versions:

Version Vulnerabilities Size Updated
24.1.x
23.6.x
23.1.x
22.12.x
22.6.x
21.12.x
21.6.x
20.12.x
20.6.x
19.12.x
19.7.x
3.22.x
3.21.x
3.20.x
3.19.x
3.18.x
3.17.x
3.16.x
3.15.x
3.14.x
3.13.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window faktorips-runtime-23.6.4.release.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.faktorips.runtime.jaxb

├─ org.faktorips.runtime.jaxb.IpsJAXBContext.class - [JAR]

├─ org.faktorips.runtime.jaxb.LocalDateAdapter.class - [JAR]

├─ org.faktorips.runtime.jaxb.LocalDateTimeAdapter.class - [JAR]

├─ org.faktorips.runtime.jaxb.LocalTimeAdapter.class - [JAR]

├─ org.faktorips.runtime.jaxb.MonthAdapter.class - [JAR]

├─ org.faktorips.runtime.jaxb.MonthDayAdapter.class - [JAR]

├─ org.faktorips.runtime.jaxb.ProductConfigurationXmlAdapter.class - [JAR]

org.faktorips.runtime.model.annotation

├─ org.faktorips.runtime.model.annotation.AnnotatedDeclaration.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsAllowedValues.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsAllowedValuesSetter.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsAssociation.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsAssociationAdder.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsAssociationLinks.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsAssociationRemover.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsAssociations.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsAttribute.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsAttributeSetter.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsAttributes.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsChangingOverTime.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsConfiguredAttribute.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsConfiguredBy.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsConfiguredValidationRule.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsConfigures.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsDefaultValue.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsDefaultValueSetter.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsDerivedUnion.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsDocumented.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsEnumAttribute.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsEnumType.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsExtensibleEnum.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsExtensionProperties.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsExtensionProperty.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsInverseAssociation.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsMatchingAssociation.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsPolicyCmptType.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsProductCmptType.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsPublishedInterface.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsSubsetOfDerivedUnion.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsTableColumn.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsTableStructure.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsTableUsage.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsTableUsages.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsValidatedBy.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsValidationRule.class - [JAR]

├─ org.faktorips.runtime.model.annotation.IpsValidationRules.class - [JAR]

├─ org.faktorips.runtime.model.annotation.package-info.class - [JAR]

org.faktorips.runtime.util.function

├─ org.faktorips.runtime.util.function.IPredicate.class - [JAR]

├─ org.faktorips.runtime.util.function.package-info.class - [JAR]

org.faktorips.runtime.model

├─ org.faktorips.runtime.model.IpsModel.class - [JAR]

├─ org.faktorips.runtime.model.package-info.class - [JAR]

org.faktorips.runtime.xml

├─ org.faktorips.runtime.xml.IIpsDecimalAdapter.class - [JAR]

├─ org.faktorips.runtime.xml.IIpsLocalDateAdapter.class - [JAR]

├─ org.faktorips.runtime.xml.IIpsLocalDateTimeAdapter.class - [JAR]

├─ org.faktorips.runtime.xml.IIpsLocalTimeAdapter.class - [JAR]

├─ org.faktorips.runtime.xml.IIpsMoneyAdapter.class - [JAR]

├─ org.faktorips.runtime.xml.IIpsMonthAdapter.class - [JAR]

├─ org.faktorips.runtime.xml.IIpsMonthDayAdapter.class - [JAR]

├─ org.faktorips.runtime.xml.IIpsXmlAdapter.class - [JAR]

├─ org.faktorips.runtime.xml.IIpsYearAdapter.class - [JAR]

├─ org.faktorips.runtime.xml.IToXmlSupport.class - [JAR]

├─ org.faktorips.runtime.xml.IXmlBindingSupport.class - [JAR]

├─ org.faktorips.runtime.xml.IpsProductConfigurationXmlAdapter.class - [JAR]

├─ org.faktorips.runtime.xml.package-info.class - [JAR]

org.faktorips.runtime.validation

├─ org.faktorips.runtime.validation.DefaultGenericAttributeValidationConfiguration.class - [JAR]

├─ org.faktorips.runtime.validation.GenericRelevanceValidation.class - [JAR]

├─ org.faktorips.runtime.validation.IGenericAttributeValidationConfiguration.class - [JAR]

├─ org.faktorips.runtime.validation.Relevance.class - [JAR]

├─ org.faktorips.runtime.validation.package-info.class - [JAR]

org.faktorips.runtime.internal.delta

├─ org.faktorips.runtime.internal.delta.ChildDeltaCreator.class - [JAR]

org.faktorips.runtime.model.table

├─ org.faktorips.runtime.model.table.TableColumn.class - [JAR]

├─ org.faktorips.runtime.model.table.TableStructure.class - [JAR]

├─ org.faktorips.runtime.model.table.TableStructureKind.class - [JAR]

├─ org.faktorips.runtime.model.table.package-info.class - [JAR]

org.faktorips.runtime.model.enumtype

├─ org.faktorips.runtime.model.enumtype.EnumAttribute.class - [JAR]

├─ org.faktorips.runtime.model.enumtype.EnumType.class - [JAR]

├─ org.faktorips.runtime.model.enumtype.package-info.class - [JAR]

org.faktorips.runtime.model.type

├─ org.faktorips.runtime.model.type.Association.class - [JAR]

├─ org.faktorips.runtime.model.type.AssociationKind.class - [JAR]

├─ org.faktorips.runtime.model.type.Attribute.class - [JAR]

├─ org.faktorips.runtime.model.type.AttributeKind.class - [JAR]

├─ org.faktorips.runtime.model.type.ConstantPolicyAttribute.class - [JAR]

├─ org.faktorips.runtime.model.type.DefaultPolicyAttribute.class - [JAR]

├─ org.faktorips.runtime.model.type.Deprecation.class - [JAR]

├─ org.faktorips.runtime.model.type.Documentation.class - [JAR]

├─ org.faktorips.runtime.model.type.DocumentationKind.class - [JAR]

├─ org.faktorips.runtime.model.type.ModelElement.class - [JAR]

├─ org.faktorips.runtime.model.type.ModelObjectAttribute.class - [JAR]

├─ org.faktorips.runtime.model.type.ModelObjectAttributes.class - [JAR]

├─ org.faktorips.runtime.model.type.PolicyAssociation.class - [JAR]

├─ org.faktorips.runtime.model.type.PolicyAttribute.class - [JAR]

├─ org.faktorips.runtime.model.type.PolicyCmptType.class - [JAR]

├─ org.faktorips.runtime.model.type.ProductAssociation.class - [JAR]

├─ org.faktorips.runtime.model.type.ProductAttribute.class - [JAR]

├─ org.faktorips.runtime.model.type.ProductCmptType.class - [JAR]

├─ org.faktorips.runtime.model.type.TableUsage.class - [JAR]

├─ org.faktorips.runtime.model.type.Type.class - [JAR]

├─ org.faktorips.runtime.model.type.TypeHierarchyVisitor.class - [JAR]

├─ org.faktorips.runtime.model.type.TypePart.class - [JAR]

├─ org.faktorips.runtime.model.type.ValidationRule.class - [JAR]

├─ org.faktorips.runtime.model.type.ValueSetKind.class - [JAR]

├─ org.faktorips.runtime.model.type.package-info.class - [JAR]

org.faktorips.runtime.formula

├─ org.faktorips.runtime.formula.AbstractFormulaEvaluator.class - [JAR]

├─ org.faktorips.runtime.formula.FormulaEvaluatorUtil.class - [JAR]

├─ org.faktorips.runtime.formula.IFormulaEvaluator.class - [JAR]

├─ org.faktorips.runtime.formula.IFormulaEvaluatorFactory.class - [JAR]

org.faktorips.runtime.model.type.read

├─ org.faktorips.runtime.model.type.read.AbstractAssociationDescriptor.class - [JAR]

├─ org.faktorips.runtime.model.type.read.AbstractAttributeDescriptor.class - [JAR]

├─ org.faktorips.runtime.model.type.read.AnnotationProcessor.class - [JAR]

├─ org.faktorips.runtime.model.type.read.AssociationCollector.class - [JAR]

├─ org.faktorips.runtime.model.type.read.AttributeCollector.class - [JAR]

├─ org.faktorips.runtime.model.type.read.PartDescriptor.class - [JAR]

├─ org.faktorips.runtime.model.type.read.PolicyAssociationCollector.class - [JAR]

├─ org.faktorips.runtime.model.type.read.PolicyAttributeCollector.class - [JAR]

├─ org.faktorips.runtime.model.type.read.ProductAssociationCollector.class - [JAR]

├─ org.faktorips.runtime.model.type.read.ProductAttributeCollector.class - [JAR]

├─ org.faktorips.runtime.model.type.read.SimpleGetterMethodAnnotationProcessor.class - [JAR]

├─ org.faktorips.runtime.model.type.read.SimpleGetterMethodCollector.class - [JAR]

├─ org.faktorips.runtime.model.type.read.SimpleGetterMethodModelDescriptor.class - [JAR]

├─ org.faktorips.runtime.model.type.read.SimpleTypePartsReader.class - [JAR]

├─ org.faktorips.runtime.model.type.read.TableUsageCollector.class - [JAR]

├─ org.faktorips.runtime.model.type.read.TypePartCollector.class - [JAR]

├─ org.faktorips.runtime.model.type.read.TypePartsReader.class - [JAR]

├─ org.faktorips.runtime.model.type.read.ValidationRuleCollector.class - [JAR]

├─ org.faktorips.runtime.model.type.read.ValidationRuleDescriptor.class - [JAR]

├─ org.faktorips.runtime.model.type.read.package-info.class - [JAR]

org.faktorips.runtime.caching

├─ org.faktorips.runtime.caching.AbstractComputable.class - [JAR]

├─ org.faktorips.runtime.caching.IComputable.class - [JAR]

├─ org.faktorips.runtime.caching.Memoizer.class - [JAR]

org.faktorips.runtime.internal.productvariant

├─ org.faktorips.runtime.internal.productvariant.ProductVariantRuntimeHelper.class - [JAR]

org.faktorips.runtime.internal.toc

├─ org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents.class - [JAR]

├─ org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.class - [JAR]

├─ org.faktorips.runtime.internal.toc.CustomTocEntryObject.class - [JAR]

├─ org.faktorips.runtime.internal.toc.EnumContentTocEntry.class - [JAR]

├─ org.faktorips.runtime.internal.toc.EnumXmlAdapterTocEntry.class - [JAR]

├─ org.faktorips.runtime.internal.toc.FormulaTestTocEntry.class - [JAR]

├─ org.faktorips.runtime.internal.toc.GenerationTocEntry.class - [JAR]

├─ org.faktorips.runtime.internal.toc.IReadonlyTableOfContents.class - [JAR]

├─ org.faktorips.runtime.internal.toc.ITocEntryFactory.class - [JAR]

├─ org.faktorips.runtime.internal.toc.ModelTypeTocEntry.class - [JAR]

├─ org.faktorips.runtime.internal.toc.PolicyCmptTypeTocEntry.class - [JAR]

├─ org.faktorips.runtime.internal.toc.ProductCmptTocEntry.class - [JAR]

├─ org.faktorips.runtime.internal.toc.ProductCmptTypeTocEntry.class - [JAR]

├─ org.faktorips.runtime.internal.toc.ReadonlyTableOfContents.class - [JAR]

├─ org.faktorips.runtime.internal.toc.TableContentTocEntry.class - [JAR]

├─ org.faktorips.runtime.internal.toc.TestCaseTocEntry.class - [JAR]

├─ org.faktorips.runtime.internal.toc.TocEntry.class - [JAR]

├─ org.faktorips.runtime.internal.toc.TocEntryObject.class - [JAR]

org.faktorips.runtime.test

├─ org.faktorips.runtime.test.AbstractIpsTestRunner.class - [JAR]

├─ org.faktorips.runtime.test.CmdLineIpsTestRunner.class - [JAR]

├─ org.faktorips.runtime.test.IpsFormulaTestCase.class - [JAR]

├─ org.faktorips.runtime.test.IpsTest2.class - [JAR]

├─ org.faktorips.runtime.test.IpsTestCase2.class - [JAR]

├─ org.faktorips.runtime.test.IpsTestCaseBase.class - [JAR]

├─ org.faktorips.runtime.test.IpsTestCaseJUnit5Adapter.class - [JAR]

├─ org.faktorips.runtime.test.IpsTestCaseJUnitAdapter.class - [JAR]

├─ org.faktorips.runtime.test.IpsTestCaseJUnitAdapterUtil.class - [JAR]

├─ org.faktorips.runtime.test.IpsTestFailure.class - [JAR]

├─ org.faktorips.runtime.test.IpsTestListener.class - [JAR]

├─ org.faktorips.runtime.test.IpsTestResult.class - [JAR]

├─ org.faktorips.runtime.test.IpsTestSuite.class - [JAR]

├─ org.faktorips.runtime.test.IpsTestSuiteJUnit5Adapter.class - [JAR]

├─ org.faktorips.runtime.test.IpsTestSuiteJUnitAdapter.class - [JAR]

├─ org.faktorips.runtime.test.SocketIpsTestRunner.class - [JAR]

├─ org.faktorips.runtime.test.TocHierarchyCreator.class - [JAR]

org.faktorips.runtime

├─ org.faktorips.runtime.AssociationChangedEvent.class - [JAR]

├─ org.faktorips.runtime.CardinalityRange.class - [JAR]

├─ org.faktorips.runtime.ClassloaderRuntimeRepository.class - [JAR]

├─ org.faktorips.runtime.ClassloaderRuntimeRepositoryManager.class - [JAR]

├─ org.faktorips.runtime.DefaultCacheFactory.class - [JAR]

├─ org.faktorips.runtime.DefaultObjectReferenceStore.class - [JAR]

├─ org.faktorips.runtime.DefaultReferenceResolver.class - [JAR]

├─ org.faktorips.runtime.DefaultUnresolvedReference.class - [JAR]

├─ org.faktorips.runtime.DeltaComputationOptionsByPosition.class - [JAR]

├─ org.faktorips.runtime.FormulaExecutionException.class - [JAR]

├─ org.faktorips.runtime.GenerationId.class - [JAR]

├─ org.faktorips.runtime.GenericVisitorSupport.class - [JAR]

├─ org.faktorips.runtime.ICacheFactory.class - [JAR]

├─ org.faktorips.runtime.IClRepositoryObject.class - [JAR]

├─ org.faktorips.runtime.IConfigurableModelObject.class - [JAR]

├─ org.faktorips.runtime.ICopySupport.class - [JAR]

├─ org.faktorips.runtime.IDeltaComputationOptions.class - [JAR]

├─ org.faktorips.runtime.IDeltaSupport.class - [JAR]

├─ org.faktorips.runtime.IDependantObject.class - [JAR]

├─ org.faktorips.runtime.IEnumValueLookupService.class - [JAR]

├─ org.faktorips.runtime.IMarker.class - [JAR]

├─ org.faktorips.runtime.IModelObject.class - [JAR]

├─ org.faktorips.runtime.IModelObjectDelta.class - [JAR]

├─ org.faktorips.runtime.IModelObjectDeltaVisitor.class - [JAR]

├─ org.faktorips.runtime.IModelObjectRepository.class - [JAR]

├─ org.faktorips.runtime.IModelObjectVisitor.class - [JAR]

├─ org.faktorips.runtime.INotificationSupport.class - [JAR]

├─ org.faktorips.runtime.IObjectReferenceStore.class - [JAR]

├─ org.faktorips.runtime.IProductComponent.class - [JAR]

├─ org.faktorips.runtime.IProductComponentGeneration.class - [JAR]

├─ org.faktorips.runtime.IProductComponentLink.class - [JAR]

├─ org.faktorips.runtime.IProductComponentLinkSource.class - [JAR]

├─ org.faktorips.runtime.IProductObject.class - [JAR]

├─ org.faktorips.runtime.IPropertyQualifier.class - [JAR]

├─ org.faktorips.runtime.IRuntimeObject.class - [JAR]

├─ org.faktorips.runtime.IRuntimeRepository.class - [JAR]

├─ org.faktorips.runtime.IRuntimeRepositoryLookup.class - [JAR]

├─ org.faktorips.runtime.IRuntimeRepositoryManager.class - [JAR]

├─ org.faktorips.runtime.ITable.class - [JAR]

├─ org.faktorips.runtime.ITimedConfigurableModelObject.class - [JAR]

├─ org.faktorips.runtime.IUnresolvedReference.class - [JAR]

├─ org.faktorips.runtime.IValidationContext.class - [JAR]

├─ org.faktorips.runtime.IVersionChecker.class - [JAR]

├─ org.faktorips.runtime.IVisitorSupport.class - [JAR]

├─ org.faktorips.runtime.IllegalRepositoryModificationException.class - [JAR]

├─ org.faktorips.runtime.InMemoryRuntimeRepository.class - [JAR]

├─ org.faktorips.runtime.IpsEnumToXmlWriter.class - [JAR]

├─ org.faktorips.runtime.IpsPropertyChangeSupport.class - [JAR]

├─ org.faktorips.runtime.IpsTestCase.class - [JAR]

├─ org.faktorips.runtime.Message.class - [JAR]

├─ org.faktorips.runtime.MessageList.class - [JAR]

├─ org.faktorips.runtime.MessageLists.class - [JAR]

├─ org.faktorips.runtime.MsgReplacementParameter.class - [JAR]

├─ org.faktorips.runtime.ObjectProperty.class - [JAR]

├─ org.faktorips.runtime.ProductCmptGenerationNotFoundException.class - [JAR]

├─ org.faktorips.runtime.ProductCmptNotFoundException.class - [JAR]

├─ org.faktorips.runtime.Severity.class - [JAR]

├─ org.faktorips.runtime.SimpleCache.class - [JAR]

├─ org.faktorips.runtime.ValidationContext.class - [JAR]

org.faktorips.runtime.annotation

├─ org.faktorips.runtime.annotation.IpsGenerated.class - [JAR]

├─ org.faktorips.runtime.annotation.package-info.class - [JAR]

org.faktorips.runtime.internal

├─ org.faktorips.runtime.internal.AbstractCacheFactory.class - [JAR]

├─ org.faktorips.runtime.internal.AbstractCachingRuntimeRepository.class - [JAR]

├─ org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository.class - [JAR]

├─ org.faktorips.runtime.internal.AbstractJaxbModelObject.class - [JAR]

├─ org.faktorips.runtime.internal.AbstractModelObject.class - [JAR]

├─ org.faktorips.runtime.internal.AbstractRuntimeRepository.class - [JAR]

├─ org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager.class - [JAR]

├─ org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository.class - [JAR]

├─ org.faktorips.runtime.internal.AbstractXmlInputStreamRepository.class - [JAR]

├─ org.faktorips.runtime.internal.CsvTableReader.class - [JAR]

├─ org.faktorips.runtime.internal.DateTime.class - [JAR]

├─ org.faktorips.runtime.internal.EnumContent.class - [JAR]

├─ org.faktorips.runtime.internal.EnumSaxHandler.class - [JAR]

├─ org.faktorips.runtime.internal.EnumValues.class - [JAR]

├─ org.faktorips.runtime.internal.FormulaHandler.class - [JAR]

├─ org.faktorips.runtime.internal.IXmlPersistenceSupport.class - [JAR]

├─ org.faktorips.runtime.internal.InternationalStringXmlReaderWriter.class - [JAR]

├─ org.faktorips.runtime.internal.IpsEnum.class - [JAR]

├─ org.faktorips.runtime.internal.IpsStringUtils.class - [JAR]

├─ org.faktorips.runtime.internal.MethodNames.class - [JAR]

├─ org.faktorips.runtime.internal.ModelObjectDelta.class - [JAR]

├─ org.faktorips.runtime.internal.MultiValueXmlHelper.class - [JAR]

├─ org.faktorips.runtime.internal.ProductComponent.class - [JAR]

├─ org.faktorips.runtime.internal.ProductComponentGeneration.class - [JAR]

├─ org.faktorips.runtime.internal.ProductComponentLink.class - [JAR]

├─ org.faktorips.runtime.internal.ProductComponentXmlUtil.class - [JAR]

├─ org.faktorips.runtime.internal.ProductConfiguration.class - [JAR]

├─ org.faktorips.runtime.internal.PropertiesReadingInternationalString.class - [JAR]

├─ org.faktorips.runtime.internal.Range.class - [JAR]

├─ org.faktorips.runtime.internal.RuntimeObject.class - [JAR]

├─ org.faktorips.runtime.internal.Table.class - [JAR]

├─ org.faktorips.runtime.internal.TableSaxHandler.class - [JAR]

├─ org.faktorips.runtime.internal.ValidationRuleConfiguration.class - [JAR]

├─ org.faktorips.runtime.internal.ValidationRules.class - [JAR]

├─ org.faktorips.runtime.internal.ValueToXmlHelper.class - [JAR]

├─ org.faktorips.runtime.internal.XmlCallback.class - [JAR]

├─ org.faktorips.runtime.internal.XmlUtil.class - [JAR]

org.faktorips.runtime.util

├─ org.faktorips.runtime.util.MessagesHelper.class - [JAR]

├─ org.faktorips.runtime.util.ProductComponentLinks.class - [JAR]

├─ org.faktorips.runtime.util.StringBuilderJoiner.class - [JAR]

org.faktorips.runtime.internal.tableindex

├─ org.faktorips.runtime.internal.tableindex.AbstractMapStructure.class - [JAR]

├─ org.faktorips.runtime.internal.tableindex.EmptySearchStructure.class - [JAR]

├─ org.faktorips.runtime.internal.tableindex.KeyStructure.class - [JAR]

├─ org.faktorips.runtime.internal.tableindex.MergeAndCopyStructure.class - [JAR]

├─ org.faktorips.runtime.internal.tableindex.RangeStructure.class - [JAR]

├─ org.faktorips.runtime.internal.tableindex.RangeType.class - [JAR]

├─ org.faktorips.runtime.internal.tableindex.ResultStructure.class - [JAR]

├─ org.faktorips.runtime.internal.tableindex.SearchStructure.class - [JAR]

├─ org.faktorips.runtime.internal.tableindex.TwoColumnRange.class - [JAR]

├─ org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure.class - [JAR]

├─ org.faktorips.runtime.internal.tableindex.UniqueResultStructure.class - [JAR]

org.faktorips.runtime.internal.xml

├─ org.faktorips.runtime.internal.xml.XmlBindingSupportHelper.class - [JAR]

org.faktorips.runtime.productdataprovider

├─ org.faktorips.runtime.productdataprovider.AbstractProductDataProvider.class - [JAR]

├─ org.faktorips.runtime.productdataprovider.ClassLoaderDataSource.class - [JAR]

├─ org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProvider.class - [JAR]

├─ org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProviderFactory.class - [JAR]

├─ org.faktorips.runtime.productdataprovider.DataModifiedException.class - [JAR]

├─ org.faktorips.runtime.productdataprovider.DataModifiedRuntimeException.class - [JAR]

├─ org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository.class - [JAR]

├─ org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager.class - [JAR]

├─ org.faktorips.runtime.productdataprovider.IDetachedContentRuntimeRepository.class - [JAR]

├─ org.faktorips.runtime.productdataprovider.IProductDataProvider.class - [JAR]

├─ org.faktorips.runtime.productdataprovider.IProductDataProviderFactory.class - [JAR]

org.faktorips.runtime.productswitch

├─ org.faktorips.runtime.productswitch.AdvancedProductFinder.class - [JAR]

├─ org.faktorips.runtime.productswitch.MatchingProductFinder.class - [JAR]

├─ org.faktorips.runtime.productswitch.ProductFinderResult.class - [JAR]

├─ org.faktorips.runtime.productswitch.ProductSwitch.class - [JAR]

├─ org.faktorips.runtime.productswitch.ProductSwitchResults.class - [JAR]

Advertisement

Dependencies from Group

Aug 18, 2023
9 usages
13 stars
Aug 18, 2023
2 usages
13 stars
Apr 12, 2023
1 usages
13 stars

Discover Dependencies

Jan 04, 2020
6 usages
13 stars
Mar 04, 2015
49 usages
49 stars
Jan 29, 2015
11 usages
146 stars
Sep 10, 2018
1 stars
Mar 25, 2023
12 usages
0 stars
Oct 25, 2018
6 usages
2 stars
Jun 22, 2020
6 usages
24 stars
Feb 27, 2023
12 usages
328 stars
Aug 16, 2023
29 usages
174 stars