A B C D E F G H I J K L M N O P R S T U V W X

A

AbstractCacheFactory - Class in org.faktorips.runtime.internal
 
AbstractCacheFactory() - Constructor for class org.faktorips.runtime.internal.AbstractCacheFactory
 
AbstractCachingRuntimeRepository - Class in org.faktorips.runtime.internal
This abstract runtime repository handles the caching for already loaded instances.
AbstractCachingRuntimeRepository(String, ICacheFactory, ClassLoader) - Constructor for class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
AbstractClassLoadingRuntimeRepository - Class in org.faktorips.runtime.internal
An abstract repository that handles the common stuff between the AbstractTocBasedRuntimeRepository and the concrete runtime repositories.
AbstractClassLoadingRuntimeRepository(String, ICacheFactory, ClassLoader) - Constructor for class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
AbstractComputable<K,V> - Class in org.faktorips.runtime.caching
 
AbstractComputable(Class<? super V>) - Constructor for class org.faktorips.runtime.caching.AbstractComputable
 
AbstractFormulaEvaluator - Class in org.faktorips.runtime.formula
An abstract implementation of IFormulaEvaluator holding the product component generation or product component and handles the exceptions thrown by the AbstractFormulaEvaluator.evaluateInternal(String, Object...) method.
AbstractFormulaEvaluator(Object, Map<String, String>) - Constructor for class org.faktorips.runtime.formula.AbstractFormulaEvaluator
 
AbstractIpsTestRunner - Class in org.faktorips.runtime.test
Abstract class for all ips test runner implementation.
AbstractIpsTestRunner() - Constructor for class org.faktorips.runtime.test.AbstractIpsTestRunner
 
AbstractMapStructure<K,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R> - Class in org.faktorips.runtime.internal.tableindex
Abstract implementation for all structures that map keys to nested structures much like a map.
AbstractMapStructure(Map<K, V>) - Constructor for class org.faktorips.runtime.internal.tableindex.AbstractMapStructure
Creates a new AbstractMapStructure with the specified map instance.
AbstractModelElement - Class in org.faktorips.runtime.modeltype.internal
 
AbstractModelElement(IRuntimeRepository) - Constructor for class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
AbstractModelObject - Class in org.faktorips.runtime.internal
Abstract base class for all policy component types.
AbstractModelObject() - Constructor for class org.faktorips.runtime.internal.AbstractModelObject
 
AbstractProductDataProvider - Class in org.faktorips.runtime.productdataprovider
This is the abstract implementation for product data providers.
AbstractProductDataProvider(IVersionChecker) - Constructor for class org.faktorips.runtime.productdataprovider.AbstractProductDataProvider
This constructor needs a IVersionChecker that is used to verify the compatibility of the product data versions
AbstractReadonlyTableOfContents - Class in org.faktorips.runtime.internal.toc
A table of contents for the runtime repository.
AbstractReadonlyTableOfContents(ClassLoader) - Constructor for class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Creates a new TOC that uses the given ClassLoader to find ITocEntryFactory implementations via ServiceLoader.
AbstractRuntimeRepository - Class in org.faktorips.runtime.internal
Abstract implementation of runtime repository.
AbstractRuntimeRepository(String) - Constructor for class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
AbstractRuntimeRepositoryManager - Class in org.faktorips.runtime.internal
The AbstractRuntimeRepositoryManager manages the referenced IRuntimeRepositoryManager.
AbstractRuntimeRepositoryManager() - Constructor for class org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager
Creates a new AbstractRuntimeRepositoryManager
AbstractTocBasedRuntimeRepository - Class in org.faktorips.runtime.internal
Abstract base implementation of runtime repository that uses a table of contents to lazily load the product data.
AbstractTocBasedRuntimeRepository(String, ICacheFactory, ClassLoader) - Constructor for class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
AbstractTocEntryFactory<T extends TocEntryObject> - Class in org.faktorips.runtime.internal.toc
 
AbstractTocEntryFactory() - Constructor for class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory
 
AbstractTocEntryFactory.EnumContentTocEntryFactory - Class in org.faktorips.runtime.internal.toc
 
AbstractTocEntryFactory.EnumContentTocEntryFactory() - Constructor for class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.EnumContentTocEntryFactory
 
AbstractTocEntryFactory.EnumXmlAdapterTocEntryFactory - Class in org.faktorips.runtime.internal.toc
 
AbstractTocEntryFactory.EnumXmlAdapterTocEntryFactory() - Constructor for class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.EnumXmlAdapterTocEntryFactory
 
AbstractTocEntryFactory.FormulaTestTocEntryFactory - Class in org.faktorips.runtime.internal.toc
 
AbstractTocEntryFactory.FormulaTestTocEntryFactory() - Constructor for class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.FormulaTestTocEntryFactory
 
AbstractTocEntryFactory.PolicyCmptTypeTocEntryFactory - Class in org.faktorips.runtime.internal.toc
 
AbstractTocEntryFactory.PolicyCmptTypeTocEntryFactory() - Constructor for class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.PolicyCmptTypeTocEntryFactory
 
AbstractTocEntryFactory.ProductCmptTocEntryFactory - Class in org.faktorips.runtime.internal.toc
 
AbstractTocEntryFactory.ProductCmptTocEntryFactory() - Constructor for class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.ProductCmptTocEntryFactory
 
AbstractTocEntryFactory.ProductCmptTypeTocEntryFactory - Class in org.faktorips.runtime.internal.toc
 
AbstractTocEntryFactory.ProductCmptTypeTocEntryFactory() - Constructor for class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.ProductCmptTypeTocEntryFactory
 
AbstractTocEntryFactory.TableContentTocEntryFactory - Class in org.faktorips.runtime.internal.toc
 
AbstractTocEntryFactory.TableContentTocEntryFactory() - Constructor for class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.TableContentTocEntryFactory
 
AbstractTocEntryFactory.TestCaseTocEntryFactory - Class in org.faktorips.runtime.internal.toc
 
AbstractTocEntryFactory.TestCaseTocEntryFactory() - Constructor for class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.TestCaseTocEntryFactory
 
accept(IModelObjectDeltaVisitor) - Method in interface org.faktorips.runtime.IModelObjectDelta
Accepts the given visitor.
accept(IModelObjectDeltaVisitor) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
accept(IModelObjectVisitor) - Method in interface org.faktorips.runtime.IVisitorSupport
Accepts the given visitor.
ACCEPT_VISITOR - Static variable in class org.faktorips.runtime.internal.MethodNames
 
add(Message) - Method in class org.faktorips.runtime.MessageList
Adds the message to the list.
add(MessageList) - Method in class org.faktorips.runtime.MessageList
Adds the messages in the given list to this list.
add(MessageList, ObjectProperty, boolean) - Method in class org.faktorips.runtime.MessageList
Copies the messages from the given list to this list and sets the message's invalid object properties.
addCDataValueToElement(String, Element, String) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
Adds the value to the given xml element.
addChildDelta(IModelObjectDelta) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
Adds the child delta to this delta and sets this delta's kindOfChange accordingly.
addDirectlyReferencedManager(IRuntimeRepositoryManager) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager
 
addDirectlyReferencedManager(IRuntimeRepositoryManager) - Method in interface org.faktorips.runtime.IRuntimeRepositoryManager
Use this method to add a referenced IRuntimeRepositoryManager.
addDirectlyReferencedRepository(IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
addDirectlyReferencedRepository(IRuntimeRepository) - Method in interface org.faktorips.runtime.IRuntimeRepository
Adds a repository this repository depends on because the one to add contains product data that is referenced from this repository.
ADDED - Static variable in interface org.faktorips.runtime.IModelObjectDelta
Delta kind constant indicating that the model object has been added to it's parent.
addEnumValueLookupService(IEnumValueLookupService<?>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
addEnumValueLookupService(IEnumValueLookupService<?>) - Method in interface org.faktorips.runtime.IRuntimeRepository
Adds the service to lookup enumeration values for the enumeration type specified by IEnumValueLookupService.getEnumTypeClass().
addEnumXmlAdapter(XmlAdapter<?, ?>) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
Adds an XmlAdapter for a Faktor-IPS enumeration that defers its content to a enumeration content to this repository.
addExtensionAttribute(IModelObject, String, Object) - Method in class org.faktorips.runtime.test.IpsTestCase2
Adds a extension attribute value identified by the attribute name and the test object the attribute is related to.
addFailure(IpsTestFailure) - Method in class org.faktorips.runtime.test.IpsTestResult
 
addInternationalStringsToElement(Element, List<DefaultInternationalString>) - Static method in class org.faktorips.runtime.internal.MultiValueXmlHelper
Adds all international strings in the given list as a "multi-value" child element to the given element.
addInternationalStringToElement(DefaultInternationalString, Element, String) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
Adds the DefaultInternationalString to the given xml element.
addListener(IpsTestListener) - Method in class org.faktorips.runtime.test.IpsTestResult
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.faktorips.runtime.INotificationSupport
 
addPropertyChangeListener(PropertyChangeListener, boolean) - Method in interface org.faktorips.runtime.INotificationSupport
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.faktorips.runtime.INotificationSupport
 
addPropertyChangeListener(PropertyChangeListener, boolean) - Method in class org.faktorips.runtime.IpsPropertyChangeSupport
 
addRow(List<String>, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.Table
Is used by the generated class to retrieve the values for a single row.
addTableUsageToElement(Element, String, String) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
Adds a table usage to the XML element.
addTest(IpsTest2) - Method in class org.faktorips.runtime.test.IpsTestSuite
Adds the test to the suite.
addToCardinalityMap(Map<String, IntegerRange>, String, Element) - Static method in class org.faktorips.runtime.internal.ProductComponentGeneration
This method for implementations of the doInitReferencesFromXml method to read the cardinality bounds from an xml dom element.
addToXml(Element) - Method in class org.faktorips.runtime.internal.toc.FormulaTestTocEntry
 
addToXml(Element) - Method in class org.faktorips.runtime.internal.toc.GenerationTocEntry
 
addToXml(Element) - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
 
addToXml(Element) - Method in class org.faktorips.runtime.internal.toc.TocEntry
Adds this instance's property values to the xml element.
addToXml(Element) - Method in class org.faktorips.runtime.internal.toc.TocEntryObject
 
addUnresolvedReference(IUnresolvedReference) - Method in class org.faktorips.runtime.DefaultObjectReferenceStore
 
addUnresolvedReference(IUnresolvedReference) - Method in interface org.faktorips.runtime.IObjectReferenceStore
 
addValueAndReturnElement(String, Element, String) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
Adds the value to the given xml element as does ValueToXmlHelper.addValueToElement(String, Element, String).
addValuesToElement(Element, List<String>) - Static method in class org.faktorips.runtime.internal.MultiValueXmlHelper
Adds all values in the given list as a "multi-value" child element to the given element.
addValueToElement(String, Element, String) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
Adds the value to the given xml element.
ALL_TESTS_FINISHED - Static variable in class org.faktorips.runtime.test.SocketIpsTestRunner
 
ALL_TESTS_STARTED - Static variable in class org.faktorips.runtime.test.SocketIpsTestRunner
Socket messages
areValuesEqual(Class<?>, String, Object, Object) - Method in class org.faktorips.runtime.DeltaComputationOptionsByPosition
 
areValuesEqual(Class<?>, String, Object, Object) - Method in interface org.faktorips.runtime.IDeltaComputationOptions
Compares two values for equality by the given model class and property, where either one or both values may be null.
assertEquals(Object, Object, IpsTestResult) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that two objects are equal.
assertEquals(Object, Object, IpsTestResult, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that two objects are equal.
assertEquals(Object, Object, IpsTestResult, String, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that two objects are equal.
assertEqualsIgnoreScale(Decimal, Decimal, IpsTestResult) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Deprecated. Decimal class already ignores the scale in it's equals method.
assertEqualsIgnoreScale(Decimal, Decimal, IpsTestResult, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Deprecated. Decimal class already ignores the scale in it's equals method.
assertEqualsIgnoreScale(Decimal, Decimal, IpsTestResult, String, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Deprecated. Decimal class already ignores the scale in it's equals method.
assertFalse(boolean, IpsTestResult) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that a condition is false.
assertFalse(boolean, IpsTestResult, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that a condition is false.
assertFalse(boolean, IpsTestResult, String, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that a condition is false.
assertNotNull(Object, IpsTestResult) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that an object is not null.
assertNotNull(Object, IpsTestResult, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that an object is not null.
assertNotNull(Object, IpsTestResult, String, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that an object is not null.
assertNull(Object, IpsTestResult) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that an object is null.
assertNull(Object, IpsTestResult, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that an object is null.
assertNull(Object, IpsTestResult, String, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that an object is null.
assertTrue(boolean, IpsTestResult) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that a condition is true.
assertTrue(boolean, IpsTestResult, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that a condition is true.
assertTrue(boolean, IpsTestResult, String, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Asserts that a condition is true.
AssociationChangedEvent - Class in org.faktorips.runtime
Extension of PropertyChangeEvent for explicitly modeling properties as associations and firing events when association targets are added or removed from the association.
AssociationChangedEvent(Object, String, Object, Object) - Constructor for class org.faktorips.runtime.AssociationChangedEvent
 
ATTRIBUTE_NAME_RUNTIME_ID - Static variable in class org.faktorips.runtime.internal.productvariant.ProductVariantRuntimeHelper
 
ATTRIBUTE_NAME_VARIED_PRODUCT_CMPT - Static variable in class org.faktorips.runtime.internal.productvariant.ProductVariantRuntimeHelper
 

B

build() - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager.Builder
This method builds a DetachedContentRuntimeRepositoryManager.

C

CardinalityRange - Class in org.faktorips.runtime
A Range class for cardinalities.
CardinalityRange(Integer, Integer, Integer) - Constructor for class org.faktorips.runtime.CardinalityRange
Constructs a CardinalityRange with the given lower and upper bounds as well as the given default value.
CHANGED - Static variable in interface org.faktorips.runtime.IModelObjectDelta
Delta kind constant indicating that the model object has changed somehow.
characters(char[], int, int) - Method in class org.faktorips.runtime.internal.EnumSaxHandler
 
characters(char[], int, int) - Method in class org.faktorips.runtime.internal.TableSaxHandler
 
checkPropertyChange(String, Object, Object, IDeltaComputationOptions) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
checkPropertyChange(String, int, int, IDeltaComputationOptions) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
checkPropertyChange(String, boolean, boolean, IDeltaComputationOptions) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
checkPropertyChange(String, double, double, IDeltaComputationOptions) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
checkPropertyChange(String, float, float, IDeltaComputationOptions) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
checkPropertyChange(String, char, char, IDeltaComputationOptions) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
CHILD_CHANGED - Static variable in interface org.faktorips.runtime.IModelObjectDelta
Delta change type constant indicating that at least one child (that has neither been added or removed or just moved) has changed.
CLASS_CHANGED - Static variable in interface org.faktorips.runtime.IModelObjectDelta
Delta change type constant indicating that the class of the object has changed.
classLoader - Variable in class org.faktorips.runtime.test.AbstractIpsTestRunner
 
ClassLoaderDataSource - Class in org.faktorips.runtime.productdataprovider
Able to load Documents and InputStreams from XML resources using a ClassLoader.
ClassLoaderDataSource(ClassLoader) - Constructor for class org.faktorips.runtime.productdataprovider.ClassLoaderDataSource
 
ClassLoaderProductDataProvider - Class in org.faktorips.runtime.productdataprovider
The ClassLoaderProductDataProvider is an implementation of IProductDataProvider normally for testing purpose.
ClassLoaderProductDataProvider(ClassLoaderDataSource, String, boolean) - Constructor for class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProvider
 
ClassLoaderProductDataProviderFactory - Class in org.faktorips.runtime.productdataprovider
 
ClassLoaderProductDataProviderFactory(String) - Constructor for class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProviderFactory
 
ClassloaderRuntimeRepository - Class in org.faktorips.runtime
A runtime repository that loads the resources by calling ClassLoader.getResourceAsStream(String)
ClassloaderRuntimeRepository(ClassLoader, String) - Constructor for class org.faktorips.runtime.ClassloaderRuntimeRepository
Creates a new repository that loads it's contents from the given classloader and the given package.
ClassloaderRuntimeRepository(ClassLoader, String, String) - Constructor for class org.faktorips.runtime.ClassloaderRuntimeRepository
Creates a new repository that loads it's contents from the given classloader and the given package and toc resource using the default document builder.
ClassloaderRuntimeRepository(ClassLoader, String, String, ICacheFactory) - Constructor for class org.faktorips.runtime.ClassloaderRuntimeRepository
Creates a new repository that loads it's contents from the given classloader and the given package using the given xml document builder.
ClassloaderRuntimeRepositoryManager - Class in org.faktorips.runtime
This is a IRuntimeRepositoryManager for the ClassloaderRuntimeRepository.
ClassloaderRuntimeRepositoryManager(ClassLoader, String, String) - Constructor for class org.faktorips.runtime.ClassloaderRuntimeRepositoryManager
The constructor needs all the information to create a ClassloaderRuntimeRepository
clear() - Method in class org.faktorips.runtime.MessageList
Removes all of the messages from this list.
CmdLineIpsTestRunner - Class in org.faktorips.runtime.test
Command line test runner.
CmdLineIpsTestRunner(String) - Constructor for class org.faktorips.runtime.test.CmdLineIpsTestRunner
 
code(String) - Method in class org.faktorips.runtime.Message.Builder
Set the message's code that identifies the kind of the message.
compareTo(GenerationId) - Method in class org.faktorips.runtime.GenerationId
 
compareTo(DateTime) - Method in class org.faktorips.runtime.internal.DateTime
 
COMPILED_EXPRESSION_XML_TAG - Static variable in class org.faktorips.runtime.formula.AbstractFormulaEvaluator
 
compute(K) - Method in interface org.faktorips.runtime.caching.IComputable
Compute an object of type V identified by the key of type K
compute(K) - Method in class org.faktorips.runtime.caching.Memoizer
 
compute(Object) - Method in class org.faktorips.runtime.SimpleCache
 
COMPUTE_DELTA - Static variable in class org.faktorips.runtime.internal.MethodNames
 
computeDelta(IModelObject, IDeltaComputationOptions) - Method in interface org.faktorips.runtime.IDeltaSupport
Computes a delta between this object and the given other object.
containsErrorMsg() - Method in class org.faktorips.runtime.MessageList
Returns true if one the messages in the list is an error message, otherwise false.
containsNull() - Method in class org.faktorips.runtime.internal.EnumValues
 
containsNull() - Method in class org.faktorips.runtime.internal.Range
 
CONTINUE_VALIDATION - Static variable in class org.faktorips.runtime.internal.AbstractModelObject
Constant for the return values of validate methods (i.e.
copy(ProductConfiguration) - Method in class org.faktorips.runtime.internal.ProductConfiguration
Copies the product component and product component generation from the other object.
copy() - Method in class org.faktorips.runtime.internal.tableindex.KeyStructure
 
copy() - Method in interface org.faktorips.runtime.internal.tableindex.MergeAndCopyStructure
This method copies the object which calls it.
copy() - Method in class org.faktorips.runtime.internal.tableindex.RangeStructure
 
copy() - Method in class org.faktorips.runtime.internal.tableindex.ResultStructure
 
copy() - Method in class org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure
 
copy() - Method in class org.faktorips.runtime.internal.tableindex.UniqueResultStructure
This method copies the object which calls it.
COPY_PRODUCT_CMPT_AND_GENERATION_INTERNAL - Static variable in class org.faktorips.runtime.internal.MethodNames
Method is generated in the first product configured policy class in hierarchy.
countFailures() - Method in class org.faktorips.runtime.test.IpsTestResult
 
countTestCases() - Method in class org.faktorips.runtime.test.IpsFormulaTestCase
 
countTestCases() - Method in class org.faktorips.runtime.test.IpsTest2
Returns the number of test cases in this test.
countTestCases() - Method in class org.faktorips.runtime.test.IpsTestCase2
 
countTestCases() - Method in class org.faktorips.runtime.test.IpsTestSuite
 
countTests(String) - Method in class org.faktorips.runtime.test.AbstractIpsTestRunner
Counts all ips test cases in the given packages.
The format of the input string is:
create(String) - Static method in class org.faktorips.runtime.ClassloaderRuntimeRepository
Creates a new repository that loads it's contents from the given toc resource using this class' classloader and the default xml document builder to parse the xml data.
create(String, ICacheFactory) - Static method in class org.faktorips.runtime.ClassloaderRuntimeRepository
Creates a new repository that loads it's contents from the given toc resource using this class' classloader and the default xml document builder to parse the xml data.
create(String, ClassLoader) - Static method in class org.faktorips.runtime.ClassloaderRuntimeRepository
Creates a new repository that loads it's contents from the given toc resource and classloader using the default document builder to parse the xml data.
create(String, ClassLoader, ICacheFactory) - Static method in class org.faktorips.runtime.ClassloaderRuntimeRepository
Creates a new repository that loads it's contents from the given toc resource and classloader using the default document builder to parse the xml data.
create() - Static method in class org.faktorips.runtime.internal.tableindex.KeyStructure
Creates a new empty KeyStructure.
create(RangeType) - Static method in class org.faktorips.runtime.internal.tableindex.RangeStructure
Creates an empty RangeStructure.
create() - Static method in class org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure
Creates an empty TwoColumnRangeStructure.
create() - Method in class org.faktorips.runtime.Message.Builder
Creates a new Message with all previously given properties.
CREATE_CHILD_FROM_XML - Static variable in class org.faktorips.runtime.internal.MethodNames
 
CREATE_POLICY_COMPONENT - Static variable in class org.faktorips.runtime.internal.MethodNames
 
CREATE_UNRESOLVED_REFERENCE - Static variable in class org.faktorips.runtime.internal.MethodNames
 
createBinder() - Method in class org.faktorips.runtime.jaxb.IpsJAXBContext
 
createBinder(Class<T>) - Method in class org.faktorips.runtime.jaxb.IpsJAXBContext
 
createCache(IComputable<K, V>) - Method in class org.faktorips.runtime.DefaultCacheFactory
 
createCache(IComputable<K, V>) - Method in interface org.faktorips.runtime.ICacheFactory
Creates a new cache of the given type.
createChildDeltas(ModelObjectDelta, IModelObject, IModelObject, String, IDeltaComputationOptions) - Static method in class org.faktorips.runtime.internal.ModelObjectDelta
 
createChildDeltas(ModelObjectDelta, List<? extends IModelObject>, List<? extends IModelObject>, String, IDeltaComputationOptions) - Static method in class org.faktorips.runtime.internal.ModelObjectDelta
 
createChildFromXml(Element) - Method in class org.faktorips.runtime.internal.AbstractModelObject
 
createCopy(Message, Object, Object) - Static method in class org.faktorips.runtime.Message
Creates a copy from the message and replaces all references to the old object with the new object.
createCopy(MessageList, Object, Object) - Static method in class org.faktorips.runtime.MessageList
Creates a copy from the message list and replaces all references to the old object with the new object.
createCustomObject(CustomTocEntryObject<T>) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
createCustomObject(CustomTocEntryObject<T>) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
createDateOnly(GregorianCalendar) - Static method in class org.faktorips.runtime.internal.DateTime
Creates a new date time object with the year, month and day information from the GregorianCalendar.
createEnumCache(IComputable<Class<?>, List<?>>) - Method in interface org.faktorips.runtime.ICacheFactory
 
createEnumCache(IComputable<Class<?>, List<?>>) - Method in class org.faktorips.runtime.internal.AbstractCacheFactory
 
createEnumValues(EnumContentTocEntry, Class<T>) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
createEnumValues(EnumContentTocEntry, Class<T>) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
createEnumXmlAdapter(String, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
Creates and returns an XmlAdapter instance for the provided class name.
createFormulaEvaluator(Object, Map<String, String>) - Method in interface org.faktorips.runtime.formula.IFormulaEvaluatorFactory
This method creates a new formula evaluator.
createFromXml(Element) - Method in class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory
 
createFromXml(ProductCmptTocEntry, Element) - Static method in class org.faktorips.runtime.internal.toc.GenerationTocEntry
 
createFromXml(Element) - Method in interface org.faktorips.runtime.internal.toc.ITocEntryFactory
Creates a TocEntryObject from it's XML representation.
createJAXBIntrospector() - Method in class org.faktorips.runtime.jaxb.IpsJAXBContext
 
createJUnitTest(IpsTest2) - Static method in class org.faktorips.runtime.test.IpsTestSuiteJUnitAdapter
Creates an adapter test for the given ips test.
createMarshaller() - Method in class org.faktorips.runtime.jaxb.IpsJAXBContext
 
createNewInstance(ProductComponentGeneration, ProductComponent) - Method in class org.faktorips.runtime.internal.productvariant.ProductVariantRuntimeHelper
Creates a new instance of the given ProductComponentGeneration's class.
createNewRuntimeRepository() - Method in class org.faktorips.runtime.ClassloaderRuntimeRepositoryManager
 
createNewRuntimeRepository() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager
Creates a new repository.
createNewRuntimeRepository() - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager
 
createPolicyComponent() - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Creates a new policy component that is configured by this product component generation.
createPolicyComponent() - Method in interface org.faktorips.runtime.IProductComponent
Creates a new policy component that is configured by this product component.
createPolicyComponent() - Method in interface org.faktorips.runtime.IProductComponentGeneration
Creates a new policy component that is configured by this product component generation.
createProductCmpt(ProductCmptTocEntry) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
createProductCmpt(ProductCmptTocEntry) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
createProductCmptCache(IComputable<String, IProductComponent>) - Method in interface org.faktorips.runtime.ICacheFactory
 
createProductCmptCache(IComputable<String, IProductComponent>) - Method in class org.faktorips.runtime.internal.AbstractCacheFactory
 
createProductCmptGeneration(GenerationTocEntry) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
createProductCmptGeneration(GenerationTocEntry) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
createProductCmptGenerationCache(IComputable<GenerationId, IProductComponentGeneration>) - Method in interface org.faktorips.runtime.ICacheFactory
 
createProductCmptGenerationCache(IComputable<GenerationId, IProductComponentGeneration>) - Method in class org.faktorips.runtime.internal.AbstractCacheFactory
 
createProductComponentGenerationInstance(GenerationTocEntry, ProductComponent) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
createProductComponentInstance(String, String, String, String) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
createRepositories() - Method in class org.faktorips.runtime.test.AbstractIpsTestRunner
Creates the repositories.
createRepositories() - Method in class org.faktorips.runtime.test.CmdLineIpsTestRunner
 
createRepositories() - Method in class org.faktorips.runtime.test.SocketIpsTestRunner
 
createRuntimeObject(IRuntimeRepository) - Method in class org.faktorips.runtime.internal.toc.CustomTocEntryObject
Returns the object identified by this TOC entry.
createTable(TableContentTocEntry) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
createTable(TableContentTocEntry) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
Creates the table object for the given toc entry.
createTableCache(IComputable<String, ITable>) - Method in interface org.faktorips.runtime.ICacheFactory
 
createTableCache(IComputable<String, ITable>) - Method in class org.faktorips.runtime.internal.AbstractCacheFactory
 
createTestCase(TestCaseTocEntry, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
createTestCase(TestCaseTocEntry, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
Creates the test case object for the given toc entry.
createUnmarshaller() - Method in class org.faktorips.runtime.jaxb.IpsJAXBContext
 
createUnresolvedReference(Object, String, String) - Method in class org.faktorips.runtime.internal.AbstractModelObject
 
createValidator() - Method in class org.faktorips.runtime.jaxb.IpsJAXBContext
 
createValueElement(String, String, Document, boolean) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
 
createWith(K, V) - Static method in class org.faktorips.runtime.internal.tableindex.KeyStructure
Creates a new KeyStructure and put the given key value pair.
createWith(RangeType, K, V) - Static method in class org.faktorips.runtime.internal.tableindex.RangeStructure
Creates a new RangeStructure and adds the given key-value pair.
createWith(R) - Static method in class org.faktorips.runtime.internal.tableindex.ResultStructure
Creates a new ResultSet with the given resultValue as its only result value.
createWith(Set<R>) - Static method in class org.faktorips.runtime.internal.tableindex.ResultStructure
Creates a new ResultSet with the given set of result values.
createWith(K, K, V) - Static method in class org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure
Creates a new TwoColumnRangeStructure and adds the given range-value pair.
createWith(R) - Static method in class org.faktorips.runtime.internal.tableindex.UniqueResultStructure
Creates a new ResultSet with the given resultValue as its only result value.
CustomTocEntryObject<T> - Class in org.faktorips.runtime.internal.toc
A TOC entry for a custom type of runtime object.
CustomTocEntryObject(String, String, String) - Constructor for class org.faktorips.runtime.internal.toc.CustomTocEntryObject
 

D

DataModifiedException - Exception in org.faktorips.runtime.productdataprovider
Exception thrown if the requested data has been modified since last correct modification check.
DataModifiedException(String, String, String) - Constructor for exception org.faktorips.runtime.productdataprovider.DataModifiedException
 
DataModifiedRuntimeException - Exception in org.faktorips.runtime.productdataprovider
Exception thrown if the requested data has been modified since last correct modification check.
DataModifiedRuntimeException(DataModifiedException) - Constructor for exception org.faktorips.runtime.productdataprovider.DataModifiedRuntimeException
 
DataModifiedRuntimeException(String, String, String) - Constructor for exception org.faktorips.runtime.productdataprovider.DataModifiedRuntimeException
Constructs a new DataModifiedRuntimeException with a nested DataModifiedException
DateTime - Class in org.faktorips.runtime.internal
Represents date and time information like 2006-01-01 10:00pm independent of the time zone.
DateTime(int, int, int) - Constructor for class org.faktorips.runtime.internal.DateTime
 
DateTime(int, int, int, int, int, int) - Constructor for class org.faktorips.runtime.internal.DateTime
 
DefaultCacheFactory - Class in org.faktorips.runtime
Default cache factory.
DefaultCacheFactory(ClassLoader) - Constructor for class org.faktorips.runtime.DefaultCacheFactory
 
DefaultCacheFactory(ClassLoader, int, int, int, int, int) - Constructor for class org.faktorips.runtime.DefaultCacheFactory
Deprecated. use the default constructor and set the cache size by calling DefaultCacheFactory.setInitialSize(Class, int) instead
DefaultObjectReferenceStore - Class in org.faktorips.runtime
Default implementation.
DefaultObjectReferenceStore() - Constructor for class org.faktorips.runtime.DefaultObjectReferenceStore
 
DefaultReferenceResolver - Class in org.faktorips.runtime
Resolves the unresolved references in the given store.
DefaultReferenceResolver() - Constructor for class org.faktorips.runtime.DefaultReferenceResolver
 
DefaultUnresolvedReference - Class in org.faktorips.runtime
 
DefaultUnresolvedReference(Object, Object, Method, Class<?>, Object) - Constructor for class org.faktorips.runtime.DefaultUnresolvedReference
 
DefaultUnresolvedReference(Object, Object, String, Class<?>, Object) - Constructor for class org.faktorips.runtime.DefaultUnresolvedReference
 
DeltaComputationOptionsByPosition - Class in org.faktorips.runtime
Delta computation options that create child deltas per position and don't ignore any property.
DeltaComputationOptionsByPosition() - Constructor for class org.faktorips.runtime.DeltaComputationOptionsByPosition
 
DESCRIPTIONS_PROPERTY_LOCALE - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
DESCRIPTIONS_XML_TAG - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
DESCRIPTIONS_XML_WRAPPER_TAG - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
DetachedContentRuntimeRepository - Class in org.faktorips.runtime.productdataprovider
/** The DetachedContentRuntimeRepository is a runtime repository that is able to parse the product data provided from a IProductDataProvider and instantiates the necessary objects.
DetachedContentRuntimeRepositoryManager - Class in org.faktorips.runtime.productdataprovider
The DetachedContentRuntimeRepositoryManager manages the access to the DetachedContentRuntimeRepository.
DetachedContentRuntimeRepositoryManager.Builder - Class in org.faktorips.runtime.productdataprovider
 
DetachedContentRuntimeRepositoryManager.Builder(IProductDataProviderFactory) - Constructor for class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager.Builder
The only mandatory parameter is the IProductDataProviderFactory.
DIFFERENT_OBJECT_AT_POSITION - Static variable in interface org.faktorips.runtime.IModelObjectDelta
Delta kind constant indicating that a different model object is now at a given position.
doInitFormulaFromXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponent
Initializes all formulas contained by Element.
doInitFormulaFromXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Initializes all formulas contained by genElement.
doInitPropertiesFromXml(Map<String, Element>) - Method in class org.faktorips.runtime.internal.ProductComponent
Initializes the properties with the data in the map.
doInitPropertiesFromXml(Map<String, Element>) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Initializes the properties with the data in the map.
doInitReferencesFromXml(Map<String, List<Element>>) - Method in class org.faktorips.runtime.internal.ProductComponent
 
doInitReferencesFromXml(Map<String, List<Element>>) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Initializes the links with the data in the map.
doInitTableUsagesFromXml(Map<String, Element>) - Method in class org.faktorips.runtime.internal.ProductComponent
Initializes the table content usages with the data in the map.
doInitTableUsagesFromXml(Map<String, Element>) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Initializes the table content usages with the data in the map.
doInitValidationRuleConfigsFromXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Creates a map containing the validation rule configurations found in the indicated generation's XML element.

E

EFFECTIVE_FROM_HAS_CHANGED - Static variable in class org.faktorips.runtime.internal.MethodNames
Method is generated in the first product configured policy class in hierarchy.
EMPTY - Static variable in interface org.faktorips.runtime.IModelObjectDelta
Constant indicating that the delta is empty, no difference exists between the two objects.
EMPTY - Static variable in class org.faktorips.runtime.internal.IpsStringUtils
 
EMPTY - Static variable in class org.faktorips.runtime.internal.StringUtils
Deprecated. This method is deprecated due to import collisions with the StringUtils.class of the apache.common.lang package. Use the EMPTY constant of IpsStringUtils instead. It provides the same content.
emptyResult() - Method in class org.faktorips.runtime.internal.tableindex.AbstractMapStructure
Simply returns an EmptySearchStructure.
endElement(String, String, String) - Method in class org.faktorips.runtime.internal.EnumSaxHandler
 
endElement(String, String, String) - Method in class org.faktorips.runtime.internal.TableSaxHandler
 
EnumContentTocEntry - Class in org.faktorips.runtime.internal.toc
A TocEntryObject representing an enum content element
EnumContentTocEntry(String, String, String, String) - Constructor for class org.faktorips.runtime.internal.toc.EnumContentTocEntry
Creates an entry that refers to an enum content.
EnumSaxHandler - Class in org.faktorips.runtime.internal
SAX event handler for ips enumeration contents.
EnumSaxHandler() - Constructor for class org.faktorips.runtime.internal.EnumSaxHandler
 
EnumValues - Class in org.faktorips.runtime.internal
Represents a collection of enum values.
EnumValues(String[], boolean) - Constructor for class org.faktorips.runtime.internal.EnumValues
Creates a new EnumValues object.
EnumXmlAdapterTocEntry - Class in org.faktorips.runtime.internal.toc
A TocEntryObject representing a enum xml adapter element
EnumXmlAdapterTocEntry(String, String, String) - Constructor for class org.faktorips.runtime.internal.toc.EnumXmlAdapterTocEntry
 
equals(Object) - Method in class org.faktorips.runtime.CardinalityRange
 
equals(Object) - Method in class org.faktorips.runtime.GenerationId
 
equals(Object) - Method in class org.faktorips.runtime.internal.DateTime
 
equals(Object) - Method in class org.faktorips.runtime.internal.tableindex.ResultStructure
 
equals(Object) - Method in class org.faktorips.runtime.internal.tableindex.UniqueResultStructure
 
equals(Object) - Method in class org.faktorips.runtime.internal.toc.FormulaTestTocEntry
 
equals(Object) - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
 
equals(Object) - Method in class org.faktorips.runtime.internal.toc.TocEntry
 
equals(Object) - Method in class org.faktorips.runtime.internal.toc.TocEntryObject
 
equals(Object) - Method in class org.faktorips.runtime.Message
Returns true if o is a Message and severity, code and text are equal.
equals(Object) - Method in class org.faktorips.runtime.MessageList
 
equals(Object) - Method in class org.faktorips.runtime.MsgReplacementParameter
 
equals(Object) - Method in class org.faktorips.runtime.ObjectProperty
 
ERROR - Static variable in class org.faktorips.runtime.Message
Severity error.
error(String) - Static method in class org.faktorips.runtime.Message
Creates a new Message.Builder with Message.ERROR and the given message.
evaluate(String, Object...) - Method in class org.faktorips.runtime.formula.AbstractFormulaEvaluator
Evaluates a formula that was added through the builder
evaluate(String, Object...) - Method in interface org.faktorips.runtime.formula.IFormulaEvaluator
Evaluates the formula with the given name and the specified parameters.
evaluateInternal(String, Object...) - Method in class org.faktorips.runtime.formula.AbstractFormulaEvaluator
This method evaluates the formula with the given name and the specified parameters.
execAsserts() - Method in class org.faktorips.runtime.IpsTestCase
Compares the actual output (created by the business function) with the expected result.
execBusinessFcts() - Method in class org.faktorips.runtime.IpsTestCase
Executes the business function(s) to test.
execute() - Method in interface org.faktorips.runtime.TableFunctionExecution
Executes the java code that is generated for a table function call of the formula language.
executeAsserts(IpsTestResult) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Method to execute several asserts and store the results in the given result object.
executeBusinessLogic() - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Method to execute the business logic.
exists() - Method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil.ExistsHelper
 
existsInternal() - Method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil.ExistsHelper
 
EXTENSION_PROPERTIES_PROPERTY_ID - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
EXTENSION_PROPERTIES_PROPERTY_NULL - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
EXTENSION_PROPERTIES_XML_TAG - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
EXTENSION_PROPERTIES_XML_WRAPPER_TAG - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
extractListFromString(String) - Static method in class org.faktorips.runtime.test.AbstractIpsTestRunner
 

F

fail(Object, Object, IpsTestResult, String, String, String) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
Adds a new failure to the given result.
fillCopy(T) - Method in class org.faktorips.runtime.internal.tableindex.AbstractMapStructure
 
findDatatype() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAttribute
 
fireAssociationAdded(String, Object) - Method in class org.faktorips.runtime.IpsPropertyChangeSupport
Report a bound association property update to any registered listeners.
fireAssociationChange(AssociationChangedEvent) - Method in class org.faktorips.runtime.IpsPropertyChangeSupport
Fire an existing AssociationChangedEvent to any registered listeners.
fireAssociationRemoved(String, Object) - Method in class org.faktorips.runtime.IpsPropertyChangeSupport
Report a bound association property update to any registered listeners.
fireChildPropertyChange(PropertyChangeEvent) - Method in class org.faktorips.runtime.IpsPropertyChangeSupport
This will be called if any child of this object fires a change event.
firePropertyChange(PropertyChangeEvent) - Method in class org.faktorips.runtime.IpsPropertyChangeSupport
Events with the same source as the source registered as sourceBean are fired as usual, others are fired using IpsPropertyChangeSupport.fireChildPropertyChange(PropertyChangeEvent).
FORMULA_TEST_XML_TAG - Static variable in class org.faktorips.runtime.internal.toc.FormulaTestTocEntry
 
FormulaEvaluatorUtil - Class in org.faktorips.runtime.formula
Provides methods that can be used in formula evaluation.
FormulaEvaluatorUtil.AssociationTo1Helper<S extends IModelObject,T extends IModelObject> - Class in org.faktorips.runtime.formula
Helper class for navigating 1-to-1 associations from a list of source objects of type <S> to target objects of type <T>.
FormulaEvaluatorUtil.AssociationTo1Helper() - Constructor for class org.faktorips.runtime.formula.FormulaEvaluatorUtil.AssociationTo1Helper
 
FormulaEvaluatorUtil.AssociationToManyHelper<S extends IModelObject,T extends IModelObject> - Class in org.faktorips.runtime.formula
Helper class for navigating 1-to-many associations from a list of source objects of type <S> to target objects of type <T>.
FormulaEvaluatorUtil.AssociationToManyHelper() - Constructor for class org.faktorips.runtime.formula.FormulaEvaluatorUtil.AssociationToManyHelper
 
FormulaEvaluatorUtil.AttributeAccessorHelper<S extends IModelObject,E> - Class in org.faktorips.runtime.formula
Helper class to get the values from a list of source objects of type <S> to target type <E>.
FormulaEvaluatorUtil.AttributeAccessorHelper() - Constructor for class org.faktorips.runtime.formula.FormulaEvaluatorUtil.AttributeAccessorHelper
 
FormulaEvaluatorUtil.ExistsHelper - Class in org.faktorips.runtime.formula
Helper class to encapsulate a function call to verify the existence of an object that could result in an Exception (for example a NullPointerException or IndexOutOfBoundsException when navigating over associations in model objects) which should just be treated as a false result.
FormulaEvaluatorUtil.ExistsHelper() - Constructor for class org.faktorips.runtime.formula.FormulaEvaluatorUtil.ExistsHelper
 
FormulaEvaluatorUtil.FunctionWithListAsArgumentHelper<E> - Class in org.faktorips.runtime.formula
Base class for functions working on list arguments.
FormulaEvaluatorUtil.FunctionWithListAsArgumentHelper() - Constructor for class org.faktorips.runtime.formula.FormulaEvaluatorUtil.FunctionWithListAsArgumentHelper
 
FormulaExecutionException - Exception in org.faktorips.runtime
Exception that indicates that the execution of a formula has changed.
FormulaExecutionException(String, String, String, Throwable) - Constructor for exception org.faktorips.runtime.FormulaExecutionException
 
FormulaExecutionException(IProductComponentGeneration, String, Object...) - Constructor for exception org.faktorips.runtime.FormulaExecutionException
 
FormulaExecutionException(IProductComponent, String, Object...) - Constructor for exception org.faktorips.runtime.FormulaExecutionException
 
FormulaExecutionException(String, Object...) - Constructor for exception org.faktorips.runtime.FormulaExecutionException
 
FormulaTestTocEntry - Class in org.faktorips.runtime.internal.toc
A special kind of TestCaseTocEntry for formula test entries
FormulaTestTocEntry(String, String, String, String, String) - Constructor for class org.faktorips.runtime.internal.toc.FormulaTestTocEntry
 
forName(String) - Static method in enum org.faktorips.runtime.modeltype.IModelTypeAttribute.AttributeType
 
fromXml(Element) - Static method in class org.faktorips.runtime.internal.InternationalStringXmlReaderWriter
Reads the localized strings stored in the given XML Element.
fromXml(Element, String) - Static method in class org.faktorips.runtime.internal.InternationalStringXmlReaderWriter
Reads the localized strings stored in the child Element with the specified name.
FULL_RANGE - Static variable in class org.faktorips.runtime.CardinalityRange
A cardinality that describes the full range from 0 to * with default 0.

G

generateSchema(SchemaOutputResolver) - Method in class org.faktorips.runtime.jaxb.IpsJAXBContext
 
GenerationId - Class in org.faktorips.runtime
The identification of a generation consists of the qualified product component name and the valid from date.
GenerationId(String, DateTime) - Constructor for class org.faktorips.runtime.GenerationId
 
GenerationTocEntry - Class in org.faktorips.runtime.internal.toc
A toc entry that refers to an ips object generation.
GenerationTocEntry(ProductCmptTocEntry, DateTime, String, String) - Constructor for class org.faktorips.runtime.internal.toc.GenerationTocEntry
 
get(Locale) - Method in class org.faktorips.runtime.internal.PropertiesReadingInternationalString
 
get() - Method in class org.faktorips.runtime.internal.tableindex.AbstractMapStructure
 
get(Object) - Method in class org.faktorips.runtime.internal.tableindex.KeyStructure
 
get(Object) - Method in class org.faktorips.runtime.internal.tableindex.RangeStructure
 
get(Object) - Method in class org.faktorips.runtime.internal.tableindex.ResultStructure
 
get() - Method in class org.faktorips.runtime.internal.tableindex.ResultStructure
 
get(Object) - Method in class org.faktorips.runtime.internal.tableindex.SearchStructure
Returns the nested SearchStructure for the given key.
get() - Method in class org.faktorips.runtime.internal.tableindex.SearchStructure
Returns the set of resulting values.
get(Object) - Method in class org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure
 
get(Object) - Method in class org.faktorips.runtime.internal.tableindex.UniqueResultStructure
 
get() - Method in class org.faktorips.runtime.internal.tableindex.UniqueResultStructure
 
GET_EFFECTIVE_FROM_AS_CALENDAR - Static variable in class org.faktorips.runtime.internal.MethodNames
 
GET_EXISTING_PRODUCT_COMPONENT - Static variable in class org.faktorips.runtime.internal.MethodNames
 
GET_EXISTING_PRODUCT_COMPONENT_GENERATION - Static variable in class org.faktorips.runtime.internal.MethodNames
 
GET_PARENT - Static variable in class org.faktorips.runtime.internal.MethodNames
 
GET_PRODUCT_CMPT_GENERATION - Static variable in class org.faktorips.runtime.internal.MethodNames
 
GET_PRODUCT_COMPONENT - Static variable in class org.faktorips.runtime.internal.MethodNames
 
GET_PRODUCT_COMPONENT_ID - Static variable in class org.faktorips.runtime.internal.MethodNames
 
GET_REPOSITORY - Static variable in class org.faktorips.runtime.internal.MethodNames
 
GET_THIS_REPOSITORY - Static variable in class org.faktorips.runtime.internal.MethodNames
Use this instead of MethodNames.GET_REPOSITORY when the method is in this class.
GET_VALID_FROM - Static variable in class org.faktorips.runtime.internal.MethodNames
 
getActualRuntimeRepository() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager
Deprecated. since 3.9.0: The method name was a false translation from German. The correct method is called AbstractRuntimeRepositoryManager.getCurrentRuntimeRepository()
getActualRuntimeRepository() - Method in interface org.faktorips.runtime.IRuntimeRepositoryManager
Deprecated. since 3.9.0: The method name was a false translation from German. The correct method is called IRuntimeRepositoryManager.getCurrentRuntimeRepository()
getActualRuntimeRepository() - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager
Deprecated. since 3.9.0: The method name was a false translation from German. The correct method is called DetachedContentRuntimeRepositoryManager.getCurrentRuntimeRepository()
getActualValue() - Method in class org.faktorips.runtime.test.IpsTestFailure
Returns the actual value found after executing the business logic.
getAddedAssociationTarget() - Method in class org.faktorips.runtime.AssociationChangedEvent
 
getAllInternalEnumXmlAdapters(IRuntimeRepository) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getAllInternalEnumXmlAdapters(IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getAllInternalEnumXmlAdapters(IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Returns all enumeration XmlAdapters available in this repository that generated by Faktor-IPS.
getAllIpsTestCases(List<IpsTest2>, IRuntimeRepository) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getAllIpsTestCases(IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getAllIpsTestCases(List<IpsTest2>, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as AbstractRuntimeRepository.getAllIpsTestCases(IRuntimeRepository) but searches only in this repository and not the ones, this repository depends on.
getAllIpsTestCases(List<IpsTest2>, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getAllIpsTestCases(IRuntimeRepository) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns a list of all test cases stored in the repository and all repositories this one references.
getAllModelTypeImplementationClasses(Set<String>) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getAllModelTypeImplementationClasses() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getAllModelTypeImplementationClasses(Set<String>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as getAllModelTypeImplementationClasses() but searches only in this repository and not the ones, this repository depends on.
getAllModelTypeImplementationClasses(Set<String>) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getAllModelTypeImplementationClasses() - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns a set containing the Java Class names of the implementation classes for all model types available in this repository (either directly or via a referenced repository).
getAllObjects() - Method in class org.faktorips.runtime.DefaultObjectReferenceStore
 
getAllObjects() - Method in interface org.faktorips.runtime.IObjectReferenceStore
Returns a list containing all objects registered.
getAllProductComponentIds(List<String>) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getAllProductComponentIds() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getAllProductComponentIds(List<String>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as getAllProductComponentIds() but searches only in this repository and not the ones, this repository depends on.
getAllProductComponentIds(List<String>) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getAllProductComponentIds() - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns a list of the IDs of all product components held by this repository or any dependent repository.
getAllProductComponents(String, List<IProductComponent>) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getAllProductComponents(List<IProductComponent>) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getAllProductComponents(String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getAllProductComponents(String, List<IProductComponent>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as getAllProductComponent(String kindId) but searches only in this repository and not the ones, this repository depends on.
getAllProductComponents(Class<T>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getAllProductComponents() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getAllProductComponents(List<IProductComponent>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as getAllProductComponents() but searches only in this repository and not the ones, this repository depends on.
getAllProductComponents(String, List<IProductComponent>) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getAllProductComponents(List<IProductComponent>) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getAllProductComponents(String) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns all product components that belong to the indicated product component kind.
getAllProductComponents(Class<T>) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns all product components that are instances of the indicated class.
getAllProductComponents() - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns all product components available in this repository.
getAllProductComponentsInternal(Class<T>, List<T>) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
Override the default implementation for better performance.
getAllProductComponentsInternal(Class<T>, List<T>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as AbstractRuntimeRepository.getAllProductComponents(Class) but only searches in own repository not in referenced ones and adding result to parameter result
getAllReferencedRepositories() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getAllReferencedRepositories() - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns all repositories this one depends on directly or indirectly.
getAllReferencedRepositoryManagers() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager
 
getAllReferencedRepositoryManagers() - Method in interface org.faktorips.runtime.IRuntimeRepositoryManager
Collect all referenced manager.
getAllTables(List<ITable>) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getAllTables() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getAllTables(List<ITable>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as getAllTables() but searches only in this repository and not the ones, this repository depends on.
getAllTables(List<ITable>) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getAllTables() - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns all tables available in this repository.
getAllUnresolvedReferences() - Method in class org.faktorips.runtime.DefaultObjectReferenceStore
 
getAllUnresolvedReferences() - Method in interface org.faktorips.runtime.IObjectReferenceStore
 
getAssociation() - Method in interface org.faktorips.runtime.IModelObjectDelta
The name of the association to that the object has been added / has been removed from or is moved in.
getAssociation() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
getAssociation(String) - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns the association with the given name declared in this type or one of it's super types.
getAssociation(String) - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getAssociationName() - Method in class org.faktorips.runtime.AssociationChangedEvent
 
getAssociationName() - Method in class org.faktorips.runtime.internal.ProductComponentLink
 
getAssociationName() - Method in interface org.faktorips.runtime.IProductComponentLink
Returns the name of the association this link belongs to.
getAssociations() - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns the type's associations including those defined in it's super types.
getAssociations() - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getAssociationType() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns the type of this association.
getAssociationType() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getAttribute(String) - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns the attribute with the given name declared in this type or one of it's super types.
getAttribute(String) - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getAttributes() - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns a list containing the type's attributes including those defined in the type's super types.
getAttributes() - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getAttributeType() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
 
getAttributeType() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAttribute
 
getAttributeValue(IModelObject, String) - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns the value of the given model object's attribute identified by the given attribute name.
getAttributeValue(IModelObject, String) - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getAttributeValues(List<? extends S>) - Method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil.AttributeAccessorHelper
Returns a List of values from model objects found by calling FormulaEvaluatorUtil.AttributeAccessorHelper.getValueInternal(IModelObject) for every object in the sourceObjects List.
getBaseTocEntryFactories() - Static method in class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory
 
getBaseVersion() - Method in class org.faktorips.runtime.productdataprovider.AbstractProductDataProvider
Getting the really actual version of the product data.
getBaseVersion() - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProvider
 
getCardinality() - Method in class org.faktorips.runtime.internal.ProductComponentLink
 
getCardinality() - Method in interface org.faktorips.runtime.IProductComponentLink
 
getCDATAorTextContent(Node) - Static method in class org.faktorips.runtime.internal.XmlUtil
Returns the node's first CDATA section if the node has one.
getChangedProperties() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns the properties that have a different a value in the model object and the reference model object.
getChangedProperties() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
getChildDeltas() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns deltas for all children of the model object which were added, removed, or changed.
getChildDeltas(int) - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns deltas for all children of this model object whose kind is included in the given mask.
getChildDeltas() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
getChildDeltas(int) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
getClass(String, ClassLoader) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
Returns the class for the given qualified class name.
getClassLoader() - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
getClassLoader() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Returns the class loader that is used to load Java classes by this repository.
getClassLoader() - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the class loader that is used to load Java classes by this repository.
getClassLoader() - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderDataSource
 
getCode() - Method in class org.faktorips.runtime.Message
Returns the message code.
getConcurrencyLevel() - Method in class org.faktorips.runtime.DefaultCacheFactory
 
getCurrentRuntimeRepository() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager
Call a modification check on the product data provider.
getCurrentRuntimeRepository() - Method in interface org.faktorips.runtime.IRuntimeRepositoryManager
Call a modification check on the product data provider.
getCurrentRuntimeRepository() - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager
 
getCustomRuntimeObject(Class<T>, String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getCustomRuntimeObject(Class<T>, String) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns a object of type T, identified by it's qualified name, or null if no such object exists in this repository or it's referenced repositories.
getCustomRuntimeObjectInternal(Class<T>, String) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getCustomRuntimeObjectInternal(Class<T>, String) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getCustomRuntimeObjectInternal(Class<T>, String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as getCustomRuntimeObject(Class type, String id) but searches only in this repository and not the ones this repository depends on.
getCustomTocEntry(Class<T>, String) - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
 
getCustomTocEntry(Class<T>, String) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getDataModifiedException() - Method in exception org.faktorips.runtime.productdataprovider.DataModifiedRuntimeException
Getting the nested DataModifiedException
getDatatype() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
 
getDatatype() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAttribute
 
getDay() - Method in class org.faktorips.runtime.internal.DateTime
 
getDeclaredAssociation(int) - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns the association at the given index.
getDeclaredAssociation(String) - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns the association with the given name declared in this type.
getDeclaredAssociation(int) - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getDeclaredAssociation(String) - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getDeclaredAssociations() - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns a list containing all associations declared in this model type.
getDeclaredAssociations() - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getDeclaredAttribute(int) - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns the declared attribute at the given index.
getDeclaredAttribute(String) - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns the attribute with the given name declared in this type.
getDeclaredAttribute(int) - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getDeclaredAttribute(String) - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getDeclaredAttributes() - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns a list containing all attributes declared in this model type.
getDeclaredAttributes() - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getDefaultCardinality() - Method in class org.faktorips.runtime.CardinalityRange
 
getDescription(Locale) - Method in interface org.faktorips.runtime.modeltype.IModelElement
Returns the description for the given locale.
getDescription(Locale) - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
getDirectlyReferencedRepositories() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getDirectlyReferencedRepositories() - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the runtime repositories this one directly depends on.
getDirectlyReferencedRepositoryManagers() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager
 
getDirectlyReferencedRepositoryManagers() - Method in interface org.faktorips.runtime.IRuntimeRepositoryManager
Get the list of direct references managers.
getDocumentBuilder() - Method in class org.faktorips.runtime.ClassloaderRuntimeRepository
 
getDocumentBuilder() - Method in class org.faktorips.runtime.IpsTestCase
 
getDocumentBuilder() - Method in class org.faktorips.runtime.productdataprovider.AbstractProductDataProvider
Getting the thread local instance of DocumentBuilder
getDocumentElement(ProductCmptTocEntry) - Method in class org.faktorips.runtime.ClassloaderRuntimeRepository
 
getDocumentElement(GenerationTocEntry) - Method in class org.faktorips.runtime.ClassloaderRuntimeRepository
 
getDocumentElement(TestCaseTocEntry) - Method in class org.faktorips.runtime.ClassloaderRuntimeRepository
 
getDocumentElement(CustomTocEntryObject<T>) - Method in class org.faktorips.runtime.ClassloaderRuntimeRepository
 
getDocumentElement(ProductCmptTocEntry) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
This method returns the xml element of the product component identified by the tocEntry
getDocumentElement(GenerationTocEntry) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
This method returns the xml element of the product component generation identified by the tocEntry
getDocumentElement(TestCaseTocEntry) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
This method returns the xml element of the test case identified by the tocEntry
getDocumentElement(CustomTocEntryObject<T>) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
This method returns the xml element of the product component identified by the tocEntry
getDocumentElement(ProductCmptTocEntry) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository
 
getDocumentElement(GenerationTocEntry) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository
 
getDocumentElement(TestCaseTocEntry) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository
 
getDocumentElement(CustomTocEntryObject<T>) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository
 
getEffectiveFromAsCalendar() - Method in interface org.faktorips.runtime.IConfigurableModelObject
Returns the date since when this model object is effective.
getEffetiveDate() - Method in exception org.faktorips.runtime.ProductCmptGenerationNotFoundException
Returns the effective date for that a generation was requested.
getElement(Node, String, int) - Static method in class org.faktorips.runtime.internal.XmlUtil
Returns the child element with the given tag name and index.
getElementsFromNode(Element, String, String, String) - Static method in class org.faktorips.runtime.internal.XmlUtil
Returns a list of element's with the following criteria: the node name must be equals to the given node name the node must contain an attribute with the attribute name the value of the attribute (with the given name) must be equal to the given value
getEntries() - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getEnumContentAsStream(EnumContentTocEntry) - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProvider
 
getEnumContentAsStream(EnumContentTocEntry) - Method in interface org.faktorips.runtime.productdataprovider.IProductDataProvider
Getting the input stream of enum content for given tocEntry.
getEnumContentTocEntries() - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns all toc's entries representing enum contents.
getEnumContentTocEntries() - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getEnumContentTocEntry(String) - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns the toc entry representing enum contents for the specified implementation class.
getEnumContentTocEntry(String) - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns the toc entry representing enum contents for the specified implementation class.
getEnumContentTocEntry(String) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getEnumNodeList(Element) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getEnumTypeClass() - Method in interface org.faktorips.runtime.IEnumValueLookupService
Returns the enumeration class, e.g.
getEnumValue(Object) - Method in interface org.faktorips.runtime.IEnumValueLookupService
Returns the value identified by the given id or null if no value exists with that id.
getEnumValue(String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Deprecated. This method does only return valid enums if the id attribute of the enum is of type String. You should never use this method! Use AbstractRuntimeRepository.getEnumValue(Class, Object) instead. This method may be returned in future releases.
getEnumValue(Class<T>, Object) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getEnumValue(Class<T>, Object) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the enumeration value for the provided enumeration class and string representation of the value.
getEnumValue(String) - Method in interface org.faktorips.runtime.IRuntimeRepository
Deprecated. This method does only return valid enums if the id attribute of the enum is of type String. You should never use this method! Use IRuntimeRepository.getEnumValue(Class, Object) instead. This method may be returned in future releases.
getEnumValueList() - Method in class org.faktorips.runtime.internal.EnumSaxHandler
 
getEnumValueLookupService(Class<T>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getEnumValueLookupService(Class<T>) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the lookup service for the given enumeration type.
getEnumValues() - Method in interface org.faktorips.runtime.IEnumValueLookupService
Returns the enumeration values.
getEnumValues(Class<T>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getEnumValues(Class<T>) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the type safe List of enumeration values of the provided faktor ips generated enumeration class.
getEnumValuesDefinedInType(Class<T>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Returns the values that are defined in the type by a constant called 'VALUES'.
getEnumValueSetFromElement(Element, String) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
 
getEnumValuesInternal(Class<T>) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getEnumValuesInternal(Class<T>) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getEnumValuesInternal(Class<T>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Returns the list of enumeration values of the enumeration type that is identified by its class which is provided to it.
getEnumXmlAdapterTocEntries() - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns all toc entries that link to an enumeration xml adapter.
getEnumXmlAdapterTocEntries() - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns all toc entries that link to an enumeration xml adapter.
getEnumXmlAdapterTocEntries() - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getEstablishMethod() - Method in class org.faktorips.runtime.DefaultUnresolvedReference
 
getExistingProductComponent(String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getExistingProductComponent(String) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the product component identified by the given id.
getExistingProductComponentGeneration(String, Calendar) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getExistingProductComponentGeneration(String, Calendar) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the product component generation identified by the id and the effective date.
getExpectedValue() - Method in class org.faktorips.runtime.test.IpsTestFailure
Returns the value that is expected to be the result of the business logic execution.
getExtensionAttributeValue(IModelObject, String) - Method in class org.faktorips.runtime.test.IpsTestCase2
Returns the value of the given extension attribute identified by the attribute name and the model object the attribute is related to.
getExtensionPropertyIds() - Method in class org.faktorips.runtime.internal.RuntimeObject
 
getExtensionPropertyIds() - Method in interface org.faktorips.runtime.IRuntimeObject
 
getExtensionPropertyIds() - Method in interface org.faktorips.runtime.modeltype.IModelElement
Returns a set of the extension property ids defined for this element.
getExtensionPropertyIds() - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
getExtensionPropertyValue(String) - Method in class org.faktorips.runtime.internal.RuntimeObject
 
getExtensionPropertyValue(String) - Method in interface org.faktorips.runtime.IRuntimeObject
 
getExtensionPropertyValue(String) - Method in interface org.faktorips.runtime.modeltype.IModelElement
 
getExtensionPropertyValue(String) - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
getFallBackValue() - Method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil.FunctionWithListAsArgumentHelper
Returns the value this function defaults to if an empty list or null is given as an argument.
getFirstCDataSection(Node) - Static method in class org.faktorips.runtime.internal.XmlUtil
Returns the node's first CDATA section or null if the node hasn't got one.
getFirstElement(Node, String) - Static method in class org.faktorips.runtime.internal.XmlUtil
 
getFirstElement(Node) - Static method in class org.faktorips.runtime.internal.XmlUtil
Returns the first Element node
getFirstMessage(Severity) - Method in class org.faktorips.runtime.MessageList
Returns the first message with the given severity or null if none is found.
getFormulaEvaluator() - Method in class org.faktorips.runtime.internal.ProductComponent
 
getFormulaEvaluator() - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getFormulaEvaluatorFactory() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
For default there is no formula evaluation supported.
getFormulaEvaluatorFactory() - Method in interface org.faktorips.runtime.IRuntimeRepository
Getting a formula evaluator factory to create a new formula evaluator.
getFormulaEvaluatorFactory() - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository
Getting the IFormulaEvaluatorFactory set in the constructor.
getFullPath() - Method in class org.faktorips.runtime.test.IpsTest2
Returns the test's file name including the path.
getGenerationBase(Calendar) - Method in class org.faktorips.runtime.internal.ProductComponent
 
getGenerationBase(Calendar) - Method in interface org.faktorips.runtime.IProductComponent
Returns the generation that is effective on the given date or null if no generation is effective on that date.
getGenerationEntries() - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Returns the generation entries or an empty array if this entry does not contain any generation entries.
getGenerationEntry(Calendar) - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Returns the toc entry for the generation valid on the given effective date, or null if no generation is effective on the given date or the effective is null.
getGenerationEntry(DateTime) - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Return the Generation Toc Entry for the exact valid at DateTime.
getGenerationImplClassName() - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Returns the name of the generation implementation class
getHour() - Method in class org.faktorips.runtime.internal.DateTime
 
getId() - Method in class org.faktorips.runtime.internal.ProductComponent
 
getId() - Method in interface org.faktorips.runtime.IProductComponent
Returns the product component's id that uniquely identifies it in the repository it belongs to.
getImplementationClassName() - Method in class org.faktorips.runtime.internal.toc.TocEntry
 
getIndex() - Method in class org.faktorips.runtime.ObjectProperty
In case of ObjectProperty.getObject() is an array or list this index defines which object of the index is referenced.
getInitialSize(Class<?>) - Method in class org.faktorips.runtime.DefaultCacheFactory
 
getInternationalStringFromElement(Element, String) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
Returns the DefaultInternationalString stored in the child element of the given element with the indicated name.
getInternationalStringFromElement(Element) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
Returns the DefaultInternationalString stored in the given element.
getInternationalStringsFromXML(Element) - Static method in class org.faktorips.runtime.internal.MultiValueXmlHelper
Reads DefaultInternationalString values from the XML structure.
getInvalidObjectProperties() - Method in class org.faktorips.runtime.Message
Returns the list of object properties the message refers to.
getInverseAssociation() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns the name of the inverse association if it is defined.
getInverseAssociation() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getIpsObjectId() - Method in class org.faktorips.runtime.internal.toc.TocEntryObject
Returns the id for the object (either the runtime id if the object is a product component or the qualified name if the object is a table
getIpsObjectQualifiedName() - Method in class org.faktorips.runtime.internal.toc.TocEntryObject
Returns the qualified name of the object.
getIpsObjectTypeId() - Method in class org.faktorips.runtime.internal.toc.CustomTocEntryObject
Returns the Id of the IpsObjectType for which this TOC entry was created.
getIpsTest(String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getIpsTest(String, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getIpsTest(String) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the test (either test case or suite) for the given qualified name.
getIpsTest(String, IRuntimeRepository) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the test (either test case or suite) for the given qualified name.
getIpsTestCase(String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getIpsTestCase(String, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getIpsTestCase(String) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the test case for the given qualified name.
getIpsTestCase(String, IRuntimeRepository) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the test case for the given qualified name.
getIpsTestCaseInternal(String, IRuntimeRepository) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getIpsTestCaseInternal(String, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as AbstractRuntimeRepository.getIpsTestCase(String, IRuntimeRepository) but searches only in this repository and not the ones, this repository depends on.
getIpsTestCaseInternal(String, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
IpsTestCases are created new every time and should not be cached because the test data could change for every test creation.
getIpsTestCasesStartingWith(String, List<IpsTest2>, IRuntimeRepository) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getIpsTestCasesStartingWith(String, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getIpsTestCasesStartingWith(String, List<IpsTest2>, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Gets all ips test cases starting with the given qualified name prefix.
getIpsTestCasesStartingWith(String, List<IpsTest2>, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getIpsTestCasesStartingWith(String, IRuntimeRepository) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns a list of test cases starting with the given qualified name prefix stored in the repository and all repositories this one references.
getIpsTestSuite(String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getIpsTestSuite(String, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getIpsTestSuite(String) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns a test suite that contains all tests that have qualified names starting with the given prefix.
getIpsTestSuite(String, IRuntimeRepository) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns a test suite that contains all tests that have qualified names starting with the given prefix.
getJavaClass() - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns the Java class for this type.
getJavaClass() - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getJavaInterface() - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns the Java interface for this type.
getJavaInterface() - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getKind() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns the kind of change.
getKind() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
getKindId() - Method in class org.faktorips.runtime.internal.ProductComponent
 
getKindId() - Method in class org.faktorips.runtime.internal.toc.FormulaTestTocEntry
 
getKindId() - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Returns the id of the product component kind, if this entry describes a product component, otherwise an empty string.
getKindId() - Method in interface org.faktorips.runtime.IProductComponent
Returns the id of the product component kind that this product component belongs to.
getKindOfChange() - Method in interface org.faktorips.runtime.IModelObjectDelta
If delta's kind is IModelObjectDelta.CHANGED, this method returns the kind of changed defined by the constant listed below.
getKindOfChange() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
getLabel(Locale) - Method in interface org.faktorips.runtime.modeltype.IModelElement
Returns the label for the given locale.
getLabel(Locale) - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
getLabelForPlural(Locale) - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns the plural label for the given locale.
getLabelForPlural(Locale) - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getLastModificationStamp(String) - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderDataSource
 
getLatestGenerationEntry() - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Returns the latest GenerationTocEntry with repect to the generations validity date.
getLatestProductComponentGeneration(IProductComponent) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getLatestProductComponentGeneration() - Method in class org.faktorips.runtime.internal.ProductComponent
 
getLatestProductComponentGeneration() - Method in interface org.faktorips.runtime.IProductComponent
Returns the latest product component generation of the provided product component or null if non available.
getLatestProductComponentGeneration(IProductComponent) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the latest product component generation of the provided product component.
getLatestProductComponentGenerationInternal(IProductComponent) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getLatestProductComponentGenerationInternal(IProductComponent) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getLatestProductComponentGenerationInternal(IProductComponent) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getLink(String, IProductComponent) - Method in class org.faktorips.runtime.internal.ProductComponent
 
getLink(String, IProductComponent) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getLink(String, IProductComponent) - Method in interface org.faktorips.runtime.IProductComponent
Returns the IProductComponentLink for the association with the given role name to the given product component or null if no such association exists.
getLink(String, IProductComponent) - Method in interface org.faktorips.runtime.IProductComponentGeneration
Returns the IProductComponentLink for the association with the given role name to the given product component or null if no such association exists.
getLinks() - Method in class org.faktorips.runtime.internal.ProductComponent
 
getLinks() - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getLinks() - Method in interface org.faktorips.runtime.IProductComponent
Returns a List of all the IProductComponentLinks from this product component generation to other product components.
getLinks() - Method in interface org.faktorips.runtime.IProductComponentGeneration
Returns a List of all the IProductComponentLinks from this product component generation to other product components.
getListModelObjectById(List<? extends T>, String) - Static method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil
Returns all IConfigurableModelObject in the list that is configured by a IProductComponent with the given ID, the list is empty if no such object is found in the list.
getLocale() - Method in interface org.faktorips.runtime.IValidationContext
Returns the Locale that is to use for the creation of validation messages.
getLocale() - Method in class org.faktorips.runtime.ValidationContext
 
getLower() - Method in class org.faktorips.runtime.internal.Range
 
getMap() - Method in class org.faktorips.runtime.internal.tableindex.AbstractMapStructure
 
getMap() - Method in class org.faktorips.runtime.internal.tableindex.RangeStructure
 
getMap() - Method in class org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure
 
getMarkers() - Method in class org.faktorips.runtime.Message
Returns a set of IMarkers associated with this class.
getMatchingAssociationName() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns the name of the matching product respectively policy component type association or null if no matching association is defined for this associations.
getMatchingAssociationName() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getMatchingAssociationSource() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns the qualified target name of the matching product respectively policy component type association or null if no matching association is defined for component associations.
getMatchingAssociationSource() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getMaxCardinality() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns the maximum cardinality for this association.
getMaxCardinality() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getMessage(int) - Method in class org.faktorips.runtime.MessageList
Returns the message at the indicated index (indexing starts with 0).
getMessage() - Method in exception org.faktorips.runtime.productdataprovider.DataModifiedException
 
getMessage() - Method in class org.faktorips.runtime.test.IpsTestFailure
Returns the message of the test failure.
getMessage(String, Locale) - Method in class org.faktorips.runtime.util.MessagesHelper
Getting the message for the given key in the specified locale.
getMessage(String, Locale, Object...) - Method in class org.faktorips.runtime.util.MessagesHelper
Getting the message for the given key in the specified language.
getMessageByCode(String) - Method in class org.faktorips.runtime.MessageList
Returns the first message in the list that has the specified message code.
getMessagesByCode(String) - Method in class org.faktorips.runtime.MessageList
Returns a new message list containing all the message in this list that have the specified message code.
getMessagesFor(Object) - Method in class org.faktorips.runtime.MessageList
Returns a new list with the messages in this list that belong to the given object (any property).
getMessagesFor(Object, String, int) - Method in class org.faktorips.runtime.MessageList
Returns a new list with the messages in this list that belong to the given object and property and the property is of the given index.
getMessagesFor(Object, String) - Method in class org.faktorips.runtime.MessageList
Returns a new list with the messages in this list that belong to the given object and property.
getMethod(String) - Method in class org.faktorips.runtime.DeltaComputationOptionsByPosition
 
getMethod(String) - Method in interface org.faktorips.runtime.IDeltaComputationOptions
Returns if the delta computation computes child deltas per position/index or per object.
getMinCardinality() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns the minimum cardinality for this association.
getMinCardinality() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getMinute() - Method in class org.faktorips.runtime.internal.DateTime
 
getModelObjectById(List<? extends T>, String) - Static method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil
Returns the (first) IConfigurableModelObject in the list that is configured by a IProductComponent with the given ID, null if no such object is found in the list.
getModelObjectById(T, String) - Static method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil
Returns the IModelObject if it is a IConfigurableModelObject configured by a IProductComponent with the given ID, null otherwise.
getModelType(Class<?>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getModelType(String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getModelType(IModelObject) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getModelType(IProductComponent) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getModelType(Class<?>) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the IModelType containing the meta information for the given model object class.
getModelType(IModelObject) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the IModelType containing the meta information for the given model object.
getModelType(IProductComponent) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the IModelType containing the meta information for the given product component.
getModelType() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns the model type this association belongs to.
getModelType() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
Returns the model type this attribute belongs to.
getModelType() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getModelType() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAttribute
 
getModelTypeTocEntries() - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns all toc's entries representing model types.
getModelTypeTocEntries() - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns all toc's entries representing model types.
getModelTypeTocEntries() - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getMonth() - Method in class org.faktorips.runtime.internal.DateTime
 
getName() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getName() - Method in class org.faktorips.runtime.internal.Table
 
getName() - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the repository's name.
getName() - Method in interface org.faktorips.runtime.ITable
Returns the qualified name of this table.
getName() - Method in interface org.faktorips.runtime.modeltype.IModelElement
Returns the name of this model type.
getName() - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
getName() - Method in class org.faktorips.runtime.MsgReplacementParameter
Returns the parameter's name.
getName() - Method in class org.faktorips.runtime.test.IpsTest2
Returns the test's unqualified name.
getNamePlural() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns the plural form of this model type's name or null if no plural for for the name is set.
getNamePlural() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getNameToExpressionMap() - Method in class org.faktorips.runtime.formula.AbstractFormulaEvaluator
Returns a defensive copy of the map of expressions/formulas held by this evaluator.
getNameToExpressionMap() - Method in interface org.faktorips.runtime.formula.IFormulaEvaluator
Returns a defensive copy of the map of expressions/formulas held by this evaluator.
getNextGeneration() - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getNextGeneration() - Method in interface org.faktorips.runtime.IProductComponentGeneration
Returns the next generation if available if not null will be returned.
getNextGenerationEntry(Calendar) - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Returns the GenerationTocEntry successor of the one that is found for the provided validity date.
getNextProductComponentGeneration(IProductComponentGeneration) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getNextProductComponentGeneration(IProductComponentGeneration) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the product component generation that follows the provided generation with respect to its valid from date.
getNextProductComponentGenerationInternal(IProductComponentGeneration) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getNextProductComponentGenerationInternal(IProductComponentGeneration) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getNextProductComponentGenerationInternal(IProductComponentGeneration) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getNoOfMessages() - Method in class org.faktorips.runtime.MessageList
Deprecated. use #size() instead
getNotCachedCustomObject(Class<T>, String) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getNotCachedCustomObject(Class<T>, String) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getNotCachedEnumValues(Class<T>) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getNotCachedEnumValues(Class<T>) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getNotCachedEnumXmlAdapter(IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getNotCachedEnumXmlAdapter(IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getNotCachedProductComponent(String) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getNotCachedProductComponent(String) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getNotCachedProductComponentGeneration(GenerationId) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getNotCachedProductComponentGeneration(GenerationId) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getNotCachedTable(String) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getNotCachedTable(String) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getNumberOfGenerationEntries() - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Returns the number of genertion entries.
getNumberOfProductComponentGenerations(IProductComponent) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getNumberOfProductComponentGenerations(IProductComponent) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the number of product component generations of the provided product component.
getNumberOfProductComponentGenerationsInternal(IProductComponent) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getNumberOfProductComponentGenerationsInternal(IProductComponent) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getNumberOfProductComponentGenerationsInternal(IProductComponent) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getNumberOfValues() - Method in class org.faktorips.runtime.internal.EnumValues
 
getNumOfInvalidObjectProperties() - Method in class org.faktorips.runtime.Message
Returns the number of referenced invalid object properties.
getNumOfReplacementParameters() - Method in class org.faktorips.runtime.Message
Returns the number of replacement parameters..
getObject(Class<?>, Object) - Method in class org.faktorips.runtime.DefaultObjectReferenceStore
 
getObject() - Method in class org.faktorips.runtime.formula.AbstractFormulaEvaluator
 
getObject() - Method in interface org.faktorips.runtime.formula.IFormulaEvaluator
Returns the product component generation or product component this is an evaluator for.
getObject(Class<?>, Object) - Method in interface org.faktorips.runtime.IObjectReferenceStore
 
getObject() - Method in class org.faktorips.runtime.ObjectProperty
The object that is identified by this ObjectProperty.
getOriginalObject() - Method in interface org.faktorips.runtime.IModelObjectDelta
The model object this delta is computed for.
getOriginalObject() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
getOriginalProdCmpt(IRuntimeRepository, Element) - Method in class org.faktorips.runtime.internal.productvariant.ProductVariantRuntimeHelper
 
getParent() - Method in class org.faktorips.runtime.internal.toc.GenerationTocEntry
 
getParentModelObject() - Method in interface org.faktorips.runtime.IDependantObject
Returns the parent this object belongs to.
getPreliminaryResult(E, E) - Method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil.FunctionWithListAsArgumentHelper
Calculates a preliminary result based on the current result and the next value in the list.
getPreviousGeneration() - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getPreviousGeneration() - Method in interface org.faktorips.runtime.IProductComponentGeneration
Returns the previous generation if available if not null will be returned.
getPreviousGenerationEntry(Calendar) - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Returns the GenerationTocEntry that is prior to the one that is found for the provided validity date.
getPreviousProductComponentGeneration(IProductComponentGeneration) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getPreviousProductComponentGeneration(IProductComponentGeneration) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the product component generation that is prior to the provided generation with respect to its valid from date.
getPreviousProductComponentGenerationInternal(IProductComponentGeneration) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getPreviousProductComponentGenerationInternal(IProductComponentGeneration) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getPreviousProductComponentGenerationInternal(IProductComponentGeneration) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getProductCmptData(ProductCmptTocEntry) - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProvider
 
getProductCmptData(ProductCmptTocEntry) - Method in interface org.faktorips.runtime.productdataprovider.IProductDataProvider
Getting the product component data element for given tocEntry.
getProductCmptGeneration() - Method in interface org.faktorips.runtime.IConfigurableModelObject
Deprecated. since 3.15, this interface describes configurable model objects that are not changing over time, meaning that they do not support generations. On the other hand, model objects that support this concept are now represented by the new interface ITimedConfigurableModelObject. Calling this operation on an object that does not implement ITimedConfigurableModelObject will result in an UnsupportedOperationException.
getProductCmptGeneration(Calendar) - Method in class org.faktorips.runtime.internal.ProductConfiguration
Returns the product component generation that configures a policy component.
getProductCmptGeneration() - Method in interface org.faktorips.runtime.ITimedConfigurableModelObject
Returns the product component generation this policy component is based on.
getProductCmptGenerationData(GenerationTocEntry) - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProvider
 
getProductCmptGenerationData(GenerationTocEntry) - Method in interface org.faktorips.runtime.productdataprovider.IProductDataProvider
Getting the product component generation data element for given tocEntry.
getProductCmptId() - Method in exception org.faktorips.runtime.ProductCmptGenerationNotFoundException
Returns the product component id of the product component generation that hasn't been found.
getProductCmptId() - Method in exception org.faktorips.runtime.ProductCmptNotFoundException
Returns the id of the product component that hasn't been found.
getProductCmptTocEntries() - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns all toc's entries representing product components.
getProductCmptTocEntries(String) - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns all toc's entries representing product components that belong to the indicated product component kind.
getProductCmptTocEntries() - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns all toc's entries representing product components.
getProductCmptTocEntries(String) - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns all toc's entries representing product components that belong to the indicated product component kind.
getProductCmptTocEntries() - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getProductCmptTocEntries(String) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getProductCmptTocEntry(String) - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns the toc entry representing a product component for the given id or null if no entry exists for the given id.
getProductCmptTocEntry(String, String) - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns the toc entry representing a product component for the given product component kind id and versionId or null if no such entry exists.
getProductCmptTocEntry(String) - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns the toc entry representing a product component for the given id or null if no entry exists for the given id.
getProductCmptTocEntry(String, String) - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns the toc entry representing a product component for the given product component kind id and versionId or null if no such entry exists.
getProductCmptTocEntry(String) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getProductCmptTocEntry(String, String) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getProductComponent() - Method in interface org.faktorips.runtime.IConfigurableModelObject
Returns the product component this policy component is based on.
getProductComponent(String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getProductComponent(String, String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getProductComponent() - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getProductComponent() - Method in class org.faktorips.runtime.internal.ProductConfiguration
Returns the product component that configures a policy component.
getProductComponent() - Method in interface org.faktorips.runtime.IProductComponentGeneration
Returns the product component this generation belongs to.
getProductComponent(String) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the product component identified by the given id.
getProductComponent(String, String) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the product component identified by the given KindId and versionId.
getProductComponentGeneration(String, Calendar) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getProductComponentGeneration(String, Calendar) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the product component generation identified by the id and the effective date.
getProductComponentGenerationImplClass(GenerationTocEntry) - Method in class org.faktorips.runtime.ClassloaderRuntimeRepository
 
getProductComponentGenerationImplClass(GenerationTocEntry) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
This method returns the name of the product component generation implementation class identified by the tocEntry.
getProductComponentGenerationImplClass(GenerationTocEntry) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository
 
getProductComponentGenerationInternal(String, Calendar) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getProductComponentGenerationInternal(String, DateTime) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getProductComponentGenerationInternal(String, Calendar) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as getProductComponentGeneration(String id, Calendar effectiveDate) but searches only in this repository and not the ones, this repository depends on.
getProductComponentGenerationInternal(String, Calendar) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getProductComponentGenerations(IProductComponent, List<IProductComponentGeneration>) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getProductComponentGenerations(IProductComponent) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getProductComponentGenerations(IProductComponent, List<IProductComponentGeneration>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as getProductComponentGenerations() but searches only in this repository and not the ones, this repository depends on.
getProductComponentGenerations(IProductComponent, List<IProductComponentGeneration>) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getProductComponentGenerations(IProductComponent) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns all product component generations for the given product component.
getProductComponentInternal(String) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getProductComponentInternal(String, String) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getProductComponentInternal(String) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getProductComponentInternal(String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as getProductComponent(String id) but searches only in this repository and not the ones, this repository depends on.
getProductComponentInternal(String, String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as getProductComponent(String kindId, String versionId) but searches only in this repository and not the ones, this repository depends on.
getProductComponentInternal(String, String) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getProductDataVersion() - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
 
getProductDataVersion() - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Return the version of the product data in this table of content.
getProductDataVersion() - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository
Returning the actual version set in the product data provider.
getProductDataVersion() - Method in interface org.faktorips.runtime.productdataprovider.IDetachedContentRuntimeRepository
Returning the actual version set in the product data provider.
getProductVariantHelper() - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
getProperty() - Method in class org.faktorips.runtime.ObjectProperty
The name of the property that is identified by this ObjectProperty.
getQName() - Method in class org.faktorips.runtime.GenerationId
 
getQualifiedName() - Method in class org.faktorips.runtime.test.IpsTest2
Returns the test's qualified name.
getQualifier() - Method in class org.faktorips.runtime.ObjectProperty
Returns the IPropertyQualifier defined at the instantiation of this ObjectProperty.
getRangeElement(Element) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getRangeFromElement(Element, String) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
 
getReferenceObject() - Method in interface org.faktorips.runtime.IModelObjectDelta
The model object that is taken as a reference to which the orginal model object is compared to.
getReferenceObject() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
getRemovedAssociationTarget() - Method in class org.faktorips.runtime.AssociationChangedEvent
 
getReplacementParameters() - Method in class org.faktorips.runtime.Message
Returns the list of replacement parameters.
getReplacementValue(String) - Method in class org.faktorips.runtime.Message
Returns the value for the given replacement parameter.
getRepositories() - Method in class org.faktorips.runtime.test.AbstractIpsTestRunner
Returns all stored repositories.
If the repositories currently not exists in memory create the repositories first.
The repository will be created by the to be implemented method: createRepositories()
getRepository() - Method in class org.faktorips.runtime.internal.ProductComponent
 
getRepository() - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getRepository() - Method in interface org.faktorips.runtime.IProductComponent
Returns the repository this product component belongs to.
getRepository() - Method in interface org.faktorips.runtime.IProductComponentGeneration
Returns the repository this product component generation belongs to.
getRepository() - Method in interface org.faktorips.runtime.IProductComponentLinkSource
Getting the runtime repository of this link source.
getRepository() - Method in class org.faktorips.runtime.jaxb.IpsJAXBContext
Returns the Faktor-IPS runtime repository.
getRepository() - Method in interface org.faktorips.runtime.modeltype.IModelElement
Returns the repository this model element belongs to.
getRepository() - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
getRepository() - Method in class org.faktorips.runtime.test.IpsTest2
Returns the runtime repository for searching and creating object during the test run.
getRepositoryListFromInputString(String) - Method in class org.faktorips.runtime.test.AbstractIpsTestRunner
Returns a list of repository names from a given string of repositories.
The format of the input string is:
getRepositoryName() - Method in exception org.faktorips.runtime.ProductCmptGenerationNotFoundException
Returns the name of the repository that was searched for the product component generation.
getRepositoryName() - Method in exception org.faktorips.runtime.ProductCmptNotFoundException
Returns the name of the repository that was searched for the product component.
getRepositoryPackages() - Method in class org.faktorips.runtime.test.AbstractIpsTestRunner
Returns the repository packages names
getResourceAsStream(String) - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderDataSource
 
getResourceClassLoader() - Method in class org.faktorips.runtime.ValidationContext
 
getResult(List<E>) - Method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil.FunctionWithListAsArgumentHelper
Returns the result of this function given a list of values.
getRuleName() - Method in class org.faktorips.runtime.internal.ValidationRuleConfiguration
 
getRuntimeObjectClass() - Method in class org.faktorips.runtime.internal.toc.CustomTocEntryObject
The class of the objects referenced by this TOC entry.
getRuntimeRepository() - Method in interface org.faktorips.runtime.IRuntimeRepositoryLookup
Returns an instance of IRuntimeRepository that is used to load the product component and generation of a serialized ProductConfiguration after deserialization.
getRuntimeRepositoryLookup() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getRuntimeRepositoryLookup() - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the IRuntimeRepositoryLookup that was previously set using IRuntimeRepository.setRuntimeRepositoryLookup(IRuntimeRepositoryLookup).
getSecond() - Method in class org.faktorips.runtime.internal.DateTime
 
getSeverity() - Method in class org.faktorips.runtime.Message
Returns the message's severity as one of the constants ERROR, WARNING, INFO or NONE.
getSeverity() - Method in class org.faktorips.runtime.MessageList
Returns the message list's severity.
getSource() - Method in class org.faktorips.runtime.internal.ProductComponentLink
 
getSource() - Method in interface org.faktorips.runtime.IProductComponentLink
Returns the IProductComponentLinkSource this link originates from.
getSourceObj() - Method in class org.faktorips.runtime.DefaultUnresolvedReference
 
getSourceObjId() - Method in class org.faktorips.runtime.DefaultUnresolvedReference
 
getStep() - Method in class org.faktorips.runtime.internal.Range
 
getSuperType() - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns this model type's super type or null if it has none.
getSuperType() - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getTable(Class<T>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getTable(String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
getTable(Class<T>) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the table contents for the given table class.
getTable(String) - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns the table contents for the given qualified table name.
getTableContentAsStream(TableContentTocEntry) - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProvider
 
getTableContentAsStream(TableContentTocEntry) - Method in interface org.faktorips.runtime.productdataprovider.IProductDataProvider
Getting the input stream of table content for given tocEntry.
getTableInternal(Class<T>) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
InMemoryRepository also searches for tables that are instances of subclasses of the given tableClass.
getTableInternal(String) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
getTableInternal(String) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
getTableInternal(Class<T>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as AbstractRuntimeRepository.getTable(Class) but searches only in this repository and not the ones, this repository depends on.
getTableInternal(String) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Same as AbstractRuntimeRepository.getTable(String)) but searches only in this repository and not the ones, this repository depends on.
getTableInternal(Class<T>) - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getTableOfContents() - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
getTableTocEntries() - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns all toc's entries representing tables.
getTableTocEntries() - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns all toc's entries representing tables.
getTableTocEntries() - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getTableTocEntryByClassname(String) - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns a toc entry representing a table for the table's class object.
getTableTocEntryByClassname(String) - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns a toc entry representing a table for the table's class object.
getTableTocEntryByClassname(String) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getTableTocEntryByQualifiedTableName(String) - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns a toc entry representing a table for this table's qualified table name.
getTableTocEntryByQualifiedTableName(String) - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns a toc entry representing a table for this table's qualified table name.
getTableTocEntryByQualifiedTableName(String) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getTarget() - Method in class org.faktorips.runtime.internal.ProductComponentLink
 
getTarget() - Method in interface org.faktorips.runtime.IProductComponentLink
Returns the target product component.
getTarget() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns the target model type object of this association.
getTarget() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getTargetClass() - Method in class org.faktorips.runtime.DefaultUnresolvedReference
 
getTargetId() - Method in class org.faktorips.runtime.DefaultUnresolvedReference
 
getTargetId() - Method in class org.faktorips.runtime.internal.ProductComponentLink
 
getTargetId() - Method in interface org.faktorips.runtime.IProductComponentLink
Returns the target product component's id.
getTargetInternal(S) - Method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil.AssociationTo1Helper
Returns the target IModelObject by following a 1-to-1 association from the given source object.
getTargetObjects(IModelObject, String) - Method in interface org.faktorips.runtime.modeltype.IModelType
Returns a list of the target(s) of the given model object's association identified by the given association name.
getTargetObjects(IModelObject) - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns a list of the target(s) of the given model object's association identified by this model type association.
getTargetObjects(IModelObject, String) - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
getTargetObjects(IModelObject) - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getTargets(List<? extends S>) - Method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil.AssociationTo1Helper
Returns a List of target model objects found by calling FormulaEvaluatorUtil.AssociationTo1Helper.getTargetInternal(IModelObject) for every object in the sourceObjects List.
getTargets(List<? extends S>) - Method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil.AssociationToManyHelper
Returns a List of target model objects found by calling FormulaEvaluatorUtil.AssociationToManyHelper.getTargetsInternal(IModelObject) for every object in the sourceObjects List.
getTargetsInternal(S) - Method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil.AssociationToManyHelper
Returns a List of target model objects by following a 1-to-many association from the given source object.
getTest(String) - Method in class org.faktorips.runtime.test.IpsTestSuite
Returns the test with the given name.
getTestCase() - Method in class org.faktorips.runtime.test.IpsTestFailure
Returns the test case that has failed.
getTestcaseElement(TestCaseTocEntry) - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProvider
 
getTestcaseElement(TestCaseTocEntry) - Method in interface org.faktorips.runtime.productdataprovider.IProductDataProvider
Getting the test case data element for given tocEntry.
getTestCaseTocEntries() - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns all toc's entries representing test cases.
getTestCaseTocEntries() - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns all toc's entries representing test cases.
getTestCaseTocEntries() - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getTestCaseTocEntryByQName(String) - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Returns a toc entry representing a test case for the given qualified name.
getTestCaseTocEntryByQName(String) - Method in interface org.faktorips.runtime.internal.toc.IReadonlyTableOfContents
Returns a toc entry representing a test case for the given qualified name.
getTestCaseTocEntryByQName(String) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getTestedAttribute() - Method in class org.faktorips.runtime.test.IpsTestFailure
Returns the name of the attribute in the test object where the actual value is not the one expected.
getTestObject() - Method in class org.faktorips.runtime.test.IpsTestFailure
If this is a failed assertion failure then the method returns the path to the test object of the expected result that contains the expected value that is not equal to the actual value.
getTests() - Method in class org.faktorips.runtime.test.AbstractIpsTestRunner
Returns all tests.
getTests() - Method in class org.faktorips.runtime.test.IpsTestSuite
Returns all tests in the suite.
getText() - Method in class org.faktorips.runtime.Message
Returns the humand readable message text.
getText() - Method in class org.faktorips.runtime.MessageList
Returns the text of all messages in the list, separated by the system's default line separator.
getTextNode(Node) - Static method in class org.faktorips.runtime.internal.XmlUtil
Returns the node's text child node or null if the node hasn't got a text node.
getThrowable() - Method in class org.faktorips.runtime.test.IpsTestFailure
Returns the throwable object (any kind of exception or error which occurs during the test run).
getToc() - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProvider
 
getToc() - Method in interface org.faktorips.runtime.productdataprovider.IProductDataProvider
Getting the toc in the product data provider and returns it.
getTocEntryData(CustomTocEntryObject<T>) - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProvider
 
getTocEntryData(CustomTocEntryObject<T>) - Method in interface org.faktorips.runtime.productdataprovider.IProductDataProvider
Getting the data element for the given tocEntry.
getTypedTocEntries(Class<T>) - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
 
getTypedTocEntries(Class<T>) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
getUnique() - Method in class org.faktorips.runtime.internal.tableindex.SearchStructure
Returns the value if there is exactly one value.
getUnique(R) - Method in class org.faktorips.runtime.internal.tableindex.SearchStructure
Returns the value if there is exactly one value or the given defaultValue if this structure is empty.
getUnique(R) - Method in class org.faktorips.runtime.internal.tableindex.UniqueResultStructure
 
getUnique() - Method in class org.faktorips.runtime.internal.tableindex.UniqueResultStructure
 
getUnrestrictedValueSet(Element, String) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
 
getUpper() - Method in class org.faktorips.runtime.internal.Range
 
getUsedName() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns the singular or plural form of this model type's name as used in code generation depending on cardinality.
getUsedName() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
getValidFrom() - Method in class org.faktorips.runtime.GenerationId
 
getValidFrom() - Method in class org.faktorips.runtime.internal.ProductComponent
 
getValidFrom(TimeZone) - Method in class org.faktorips.runtime.internal.ProductComponent
 
getValidFrom() - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getValidFrom(TimeZone) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getValidFrom() - Method in class org.faktorips.runtime.internal.toc.GenerationTocEntry
 
getValidFrom() - Method in interface org.faktorips.runtime.IProductComponent
Returns the date from which this product component is valid.
getValidFrom(TimeZone) - Method in interface org.faktorips.runtime.IProductComponent
Returns the date from which this product component is valid as a Date.
getValidFrom() - Method in interface org.faktorips.runtime.IProductComponentGeneration
Returns the date from which this generation is valid.
getValidFrom(TimeZone) - Method in interface org.faktorips.runtime.IProductComponentGeneration
Returns the point in time this generation is valid from in the given time zone.
getValidFromInMillisec(TimeZone) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
getValidFromInMillisec(TimeZone) - Method in class org.faktorips.runtime.internal.toc.GenerationTocEntry
Returns the point in time this generation is valid from in the given time zone.
getValidResult(V) - Method in class org.faktorips.runtime.internal.tableindex.AbstractMapStructure
Checks whether the given result is null and returns a fall-back result (an empty ResultStructure) in that case.
getValidTo() - Method in class org.faktorips.runtime.internal.ProductComponent
 
getValidTo() - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Returns the validTo date or null if the object doesn't supports a valid to attribute.
getValidTo() - Method in interface org.faktorips.runtime.IProductComponent
Returns the date when this product component expires.
getValue(int) - Method in class org.faktorips.runtime.internal.EnumValues
 
getValue(TreeMap<K, V>, K) - Method in enum org.faktorips.runtime.internal.tableindex.RangeType
Retrieves the matching value from the given map using the given key.
getValue(String) - Method in interface org.faktorips.runtime.IValidationContext
Returns the value for property with the specified name.
getValue(IModelObject) - Method in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
Returns the value of the given model object's attribute identified by this model type attribute.
getValue(IModelObject) - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAttribute
 
getValue() - Method in class org.faktorips.runtime.MsgReplacementParameter
Returns the parameter's value.
getValue(String) - Method in class org.faktorips.runtime.ValidationContext
 
getValueClass() - Method in class org.faktorips.runtime.caching.AbstractComputable
 
getValueClass() - Method in interface org.faktorips.runtime.caching.IComputable
Getting the Class of the value this computable produces.
getValueClass() - Method in class org.faktorips.runtime.caching.Memoizer
 
getValueClass() - Method in class org.faktorips.runtime.SimpleCache
 
getValueFromElement(Element, String) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
Returns the string representation of the value stored in the child element of the given element with the indicated name.
getValueFromElement(Element) - Static method in class org.faktorips.runtime.internal.ValueToXmlHelper
Returns the string representation of the value stored in given value element.
getValueFromNode(Element, String) - Static method in class org.faktorips.runtime.internal.XmlUtil
Returns the value of the first element with the given node name, starts searching by the given Element
getValueInternal(S) - Method in class org.faktorips.runtime.formula.FormulaEvaluatorUtil.AttributeAccessorHelper
Returns the value of the property from the IModelObject by calling the getter method of the property.
getValueSetType() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
Returns the type of value set restricting this attribute
getValueSetType() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAttribute
 
getValuesFromXML(Element) - Static method in class org.faktorips.runtime.internal.MultiValueXmlHelper
Reads String values from the a XML structure.
getVersion() - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProvider
 
getVersion() - Method in interface org.faktorips.runtime.productdataprovider.IProductDataProvider
Getting the version of the product data provider.
getVersionChecker() - Method in class org.faktorips.runtime.productdataprovider.AbstractProductDataProvider
 
getVersionId() - Method in class org.faktorips.runtime.internal.ProductComponent
 
getVersionId() - Method in class org.faktorips.runtime.internal.toc.FormulaTestTocEntry
 
getVersionId() - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Returns the version id if this entry describes a product component, otherwise an empty string.
getVersionId() - Method in interface org.faktorips.runtime.IProductComponent
Returns the version id that identifies this product component in its kind.
getXmlAdapter() - Method in interface org.faktorips.runtime.IEnumValueLookupService
Returns an XmlAdapter that should be used for marshaling/unmarshaling data with JAXB for the enumeration class this is a lookup service for.
getXmlAsStream(EnumContentTocEntry) - Method in class org.faktorips.runtime.ClassloaderRuntimeRepository
 
getXmlAsStream(TableContentTocEntry) - Method in class org.faktorips.runtime.ClassloaderRuntimeRepository
 
getXmlAsStream(EnumContentTocEntry) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
Returns the XML data for the specified tocEntry as InputStream
getXmlAsStream(TableContentTocEntry) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
Returns the XML data for the specified tocEntry as InputStream
getXmlAsStream(EnumContentTocEntry) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository
 
getXmlAsStream(TableContentTocEntry) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository
 
getXmlElementTag() - Method in class org.faktorips.runtime.internal.toc.EnumContentTocEntry
 
getXmlElementTag() - Method in class org.faktorips.runtime.internal.toc.EnumXmlAdapterTocEntry
 
getXmlElementTag() - Method in class org.faktorips.runtime.internal.toc.FormulaTestTocEntry
 
getXmlElementTag() - Method in class org.faktorips.runtime.internal.toc.GenerationTocEntry
 
getXmlElementTag() - Method in class org.faktorips.runtime.internal.toc.PolicyCmptTypeTocEntry
 
getXmlElementTag() - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
 
getXmlElementTag() - Method in class org.faktorips.runtime.internal.toc.ProductCmptTypeTocEntry
 
getXmlElementTag() - Method in class org.faktorips.runtime.internal.toc.TableContentTocEntry
 
getXmlElementTag() - Method in class org.faktorips.runtime.internal.toc.TestCaseTocEntry
 
getXmlElementTag() - Method in class org.faktorips.runtime.internal.toc.TocEntry
Getting the xml element tag for this toc entry
getXmlResourceName() - Method in class org.faktorips.runtime.internal.toc.GenerationTocEntry
 
getXmlResourceName() - Method in class org.faktorips.runtime.internal.toc.TocEntry
 
getXmlTag() - Method in class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.EnumContentTocEntryFactory
 
getXmlTag() - Method in class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.EnumXmlAdapterTocEntryFactory
 
getXmlTag() - Method in class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.FormulaTestTocEntryFactory
 
getXmlTag() - Method in class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.PolicyCmptTypeTocEntryFactory
 
getXmlTag() - Method in class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.ProductCmptTocEntryFactory
 
getXmlTag() - Method in class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.ProductCmptTypeTocEntryFactory
 
getXmlTag() - Method in class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.TableContentTocEntryFactory
 
getXmlTag() - Method in class org.faktorips.runtime.internal.toc.AbstractTocEntryFactory.TestCaseTocEntryFactory
 
getXmlTag() - Method in interface org.faktorips.runtime.internal.toc.ITocEntryFactory
Returns the XML tag identifying a TocEntryObject this factory can create.
getYear() - Method in class org.faktorips.runtime.internal.DateTime
 

H

hashCode() - Method in class org.faktorips.runtime.CardinalityRange
 
hashCode() - Method in class org.faktorips.runtime.GenerationId
 
hashCode() - Method in class org.faktorips.runtime.internal.DateTime
 
hashCode() - Method in class org.faktorips.runtime.internal.tableindex.ResultStructure
 
hashCode() - Method in class org.faktorips.runtime.internal.tableindex.UniqueResultStructure
 
hashCode() - Method in class org.faktorips.runtime.internal.toc.FormulaTestTocEntry
 
hashCode() - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
 
hashCode() - Method in class org.faktorips.runtime.internal.toc.TocEntry
 
hashCode() - Method in class org.faktorips.runtime.internal.toc.TocEntryObject
 
hashCode() - Method in class org.faktorips.runtime.Message
 
hashCode() - Method in class org.faktorips.runtime.MessageList
 
hashCode() - Method in class org.faktorips.runtime.MsgReplacementParameter
 
hashCode() - Method in class org.faktorips.runtime.ObjectProperty
 
hasIndex() - Method in class org.faktorips.runtime.ObjectProperty
Returns whether this ObjectProperty has an index that identifies an object in an array or list.
hasListeners(String) - Method in interface org.faktorips.runtime.INotificationSupport
 
hasMarker(IMarker) - Method in class org.faktorips.runtime.Message
Returns true if the message contains the specified IMarker marker otherwise false.
hasMarkers() - Method in class org.faktorips.runtime.Message
Returns true if the message has markers otherwise false.
hasReplacementParameter(String) - Method in class org.faktorips.runtime.Message
Returns true if the message has a replacement parameter with the given name, otherwise false.

I

ICacheFactory - Interface in org.faktorips.runtime
A factory for creating caches used by the repository.
IClRepositoryObject - Interface in org.faktorips.runtime
Objects that are loaded by the class loader repository need to implement this interface.
IComputable<K,V> - Interface in org.faktorips.runtime.caching
Interface to compute objects of type V identified by a key of type K
IConfigurableModelObject - Interface in org.faktorips.runtime
Base interface for all model objects that are configurable by a product component.
ICopySupport - Interface in org.faktorips.runtime
Interface indicating that the model object can create a copy of itself.
IDeltaComputationOptions - Interface in org.faktorips.runtime
Callback interface for the delta computation.
IDeltaComputationOptions.ComputationMethod - Enum in org.faktorips.runtime
 
IDeltaSupport - Interface in org.faktorips.runtime
Interface indicating that it is possible to compute a delta between two instances of the class implementing this interface.
IDependantObject - Interface in org.faktorips.runtime
Interface that defines a model object as dependent object, i.e.
IDetachedContentRuntimeRepository - Interface in org.faktorips.runtime.productdataprovider
 
IEnumValueLookupService<T> - Interface in org.faktorips.runtime
A service that can look up the values for exactly one enumeration type in a data source that is not the Faktor-IPS runtime repository.
IFormulaEvaluator - Interface in org.faktorips.runtime.formula
Evaluates the formulas of a product component or product component generation.
IFormulaEvaluatorFactory - Interface in org.faktorips.runtime.formula
An interface for formula evaluator factories to create a IFormulaEvaluator.
ignore(Class<?>, String) - Method in class org.faktorips.runtime.DeltaComputationOptionsByPosition
Returns false.
ignore(Class<?>, String) - Method in interface org.faktorips.runtime.IDeltaComputationOptions
Returns true if the given property should be ignored in the delta computation.
IllegalRepositoryModificationException - Exception in org.faktorips.runtime
An exception that indicates that a method do modify the repository contents was called, but the repository does not allow to modify its contents.
IllegalRepositoryModificationException() - Constructor for exception org.faktorips.runtime.IllegalRepositoryModificationException
 
IMarker - Interface in org.faktorips.runtime
The implementation of this interface is used to provide additional information for an Message.
IModelElement - Interface in org.faktorips.runtime.modeltype
Base Interface for all model elements.
IModelObject - Interface in org.faktorips.runtime
Base interface for all model objects.
IModelObjectDelta - Interface in org.faktorips.runtime
A model object delta represents the delta between two model objects.
IModelObjectDeltaVisitor - Interface in org.faktorips.runtime
Visitor to visit a model object delta.
IModelObjectRepository - Interface in org.faktorips.runtime
Interface for a repository containing model objects.
IModelObjectVisitor - Interface in org.faktorips.runtime
Visitor for hierarchical model object structures.
IModelType - Interface in org.faktorips.runtime.modeltype
 
IModelTypeAssociation - Interface in org.faktorips.runtime.modeltype
 
IModelTypeAssociation.AssociationType - Enum in org.faktorips.runtime.modeltype
Enum defining the possible association types.
IModelTypeAttribute - Interface in org.faktorips.runtime.modeltype
 
IModelTypeAttribute.AttributeType - Enum in org.faktorips.runtime.modeltype
Enum defining the possible attribute types.
IModelTypeAttribute.ValueSetType - Enum in org.faktorips.runtime.modeltype
Enum defining the possible value set types.
INFO - Static variable in class org.faktorips.runtime.Message
Severity info.
info(String) - Static method in class org.faktorips.runtime.Message
Creates a new Message.Builder with Message.INFO and the given message.
init() - Method in class org.faktorips.runtime.internal.Table
 
INIT_PROPERTIES_FROM_XML - Static variable in class org.faktorips.runtime.internal.MethodNames
 
initAssociationFromXml(Element, Object, IObjectReferenceStore) - Method in class org.faktorips.runtime.internal.AbstractModelObject
 
initCaches(ClassLoader) - Method in class org.faktorips.runtime.internal.AbstractCachingRuntimeRepository
 
initClRepositoryObject(CustomTocEntryObject<T>, IClRepositoryObject) - Method in class org.faktorips.runtime.internal.AbstractClassLoadingRuntimeRepository
 
initDescriptionsFromXml(XMLStreamReader) - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
initExpectedResultFromXml(Element) - Method in class org.faktorips.runtime.test.IpsTestCase2
Initialized the expected result from the given element.
initExtensionPropertiesFromXml(Element) - Method in class org.faktorips.runtime.internal.RuntimeObject
 
initExtPropertiesFromXml(XMLStreamReader) - Method in interface org.faktorips.runtime.modeltype.IModelElement
Initializes the model element's extension properties with the data stored in the xml element at the parser's current position.
initExtPropertiesFromXml(XMLStreamReader) - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
initFromXml(Element) - Method in interface org.faktorips.runtime.IClRepositoryObject
Initializes this object with the data stored in the XML element.
initFromXml(Element, boolean, IRuntimeRepository, IObjectReferenceStore) - Method in class org.faktorips.runtime.internal.AbstractModelObject
Initializes the policy component's state with the data stored in the given xml element.
initFromXml(Element, boolean, IRuntimeRepository, IObjectReferenceStore, XmlCallback) - Method in class org.faktorips.runtime.internal.AbstractModelObject
Initializes the policy component's state with the data stored in the given xml element.
initFromXml(Element, boolean, IRuntimeRepository, IObjectReferenceStore, XmlCallback, String) - Method in class org.faktorips.runtime.internal.AbstractModelObject
Initializes the policy component's state with the data stored in the given xml element.
initFromXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponent
Initializes the generation with the data from the xml element.
initFromXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Initializes the generation with the data from the xml element.
initFromXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponentLink
 
initFromXml(Element, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.ProductConfiguration
Loads the product component this ProductConfiguration manages.
initFromXml(InputStream, IRuntimeRepository, String) - Method in class org.faktorips.runtime.internal.Table
Initializes this object with the data stored in the XML element.
initFromXml(Element) - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Initializes the table of contents with data stored in the xml element.
initFromXml(Element) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
initFromXml(XMLStreamReader) - Method in interface org.faktorips.runtime.modeltype.IModelElement
Initializes the model element's state with the data stored in the xml element at the parser's current position.
initFromXml(XMLStreamReader) - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
initFromXml(XMLStreamReader) - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
initFromXml(XMLStreamReader) - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
initFromXml(XMLStreamReader) - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAttribute
 
initFromXml(Element) - Method in class org.faktorips.runtime.test.IpsTestCase2
Initialized the input and expected result objects from the xml.
initHashMaps(int) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
initialize() - Method in interface org.faktorips.runtime.IConfigurableModelObject
Initializes the model object with the defaults from it's product component generation.
initialize() - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
Nothing to do for the in memory repository.
initialize() - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
Initializes the runtime repository by loading the table of contents.
initInputFromXml(Element) - Method in class org.faktorips.runtime.test.IpsTestCase2
Initialized the input from the given element.
initKeyMaps() - Method in class org.faktorips.runtime.internal.Table
Is used by the generated classes to build up the the maps and trees that are used by the also generated find-methods.
initLabelFromXml(XMLStreamReader) - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
initLabelFromXml(XMLStreamReader) - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
initLabelsFromXml(XMLStreamReader) - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
 
initProductComponentGenerationVariation(IRuntimeRepository, GenerationTocEntry, Element) - Method in class org.faktorips.runtime.internal.productvariant.ProductVariantRuntimeHelper
The given generation is initialized with the data of the original product component generation and the variations defined by the variant.
initProductComponentVariation(ProductComponent, ProductComponent, Element) - Method in class org.faktorips.runtime.internal.productvariant.ProductVariantRuntimeHelper
The given product component is initialized with the data of the original product component and the variations defined by the variant.
initProperties(String, IModelObject, Map<String, String>) - Method in interface org.faktorips.runtime.internal.XmlCallback
Callback method will be called for each node element inside the XML structure.
initPropertiesFromXml(Map<String, String>, IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractModelObject
 
InMemoryRuntimeRepository - Class in org.faktorips.runtime
A runtime repository that keeps it's data in memory.
InMemoryRuntimeRepository() - Constructor for class org.faktorips.runtime.InMemoryRuntimeRepository
 
InMemoryRuntimeRepository(String) - Constructor for class org.faktorips.runtime.InMemoryRuntimeRepository
 
INotificationSupport - Interface in org.faktorips.runtime
Interface for classes that allow listeners for their properties.
internalAddEntry(TocEntryObject) - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
Adds the entry to the table of contents.
internalAddEntry(TocEntryObject) - Method in class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
 
InternationalStringXmlReaderWriter - Class in org.faktorips.runtime.internal
Helper class to read international strings from XML and write them back to XML.
invalidObject(ObjectProperty) - Method in class org.faktorips.runtime.Message.Builder
Set an object property that message refers to.
invalidObjects(List<ObjectProperty>) - Method in class org.faktorips.runtime.Message.Builder
Add a list of object properties that message refers to.
invalidObjects(ObjectProperty...) - Method in class org.faktorips.runtime.Message.Builder
Set object properties that message refers to.
invalidObjectWithProperties(Object, String...) - Method in class org.faktorips.runtime.Message.Builder
Add some object properties the message refers to by creating instances of ObjectProperty for every given property and the given object.
IObjectReferenceStore - Interface in org.faktorips.runtime
 
IProductComponent - Interface in org.faktorips.runtime
Interface for all product components.
IProductComponentGeneration - Interface in org.faktorips.runtime
A product component generation represents the state of a product component valid for a period of time.
IProductComponentLink<T extends IProductComponent> - Interface in org.faktorips.runtime
This class represents a link between two product components.
IProductComponentLinkSource - Interface in org.faktorips.runtime
The source of an IProductComponentLink.
IProductDataProvider - Interface in org.faktorips.runtime.productdataprovider
A IProductDataProvider provides the content of product data identified by its toc entry.
IProductDataProviderFactory - Interface in org.faktorips.runtime.productdataprovider
 
IPropertyQualifier - Interface in org.faktorips.runtime
The implementation of this interface is used to provide additional information for an ObjectProperty.
IpsFormulaTestCase - Class in org.faktorips.runtime.test
Class to execute and test formulas on product cmpts.
IpsFormulaTestCase(String) - Constructor for class org.faktorips.runtime.test.IpsFormulaTestCase
 
IpsJAXBContext - Class in org.faktorips.runtime.jaxb
Wraps a given JAXBContext and provides marshallers/unmarshallers that resolve the reference from configurable model objects to product components.
IpsJAXBContext(JAXBContext, List<? extends XmlAdapter<?, ?>>, IRuntimeRepository) - Constructor for class org.faktorips.runtime.jaxb.IpsJAXBContext
 
IpsPropertyChangeSupport - Class in org.faktorips.runtime
Extension of PropertyChangeSupport providing special methods to fire AssociationChangedEvents.
IpsPropertyChangeSupport(Object) - Constructor for class org.faktorips.runtime.IpsPropertyChangeSupport
 
IpsStringUtils - Class in org.faktorips.runtime.internal
A collection of utility methods for Strings.
IpsTest2 - Class in org.faktorips.runtime.test
 
IpsTest2(String) - Constructor for class org.faktorips.runtime.test.IpsTest2
 
IpsTestCase - Class in org.faktorips.runtime
Base class for IPS test cases.
IpsTestCase(String) - Constructor for class org.faktorips.runtime.IpsTestCase
Creates a new test case.
IpsTestCase2 - Class in org.faktorips.runtime.test
An ips test case defines the fixture to run a test.
IpsTestCase2(String) - Constructor for class org.faktorips.runtime.test.IpsTestCase2
 
IpsTestCaseBase - Class in org.faktorips.runtime.test
 
IpsTestCaseBase(String) - Constructor for class org.faktorips.runtime.test.IpsTestCaseBase
 
IpsTestCaseJUnitAdapter - Class in org.faktorips.runtime.test
Ips test case adapter.
IpsTestCaseJUnitAdapter(IpsTestCaseBase) - Constructor for class org.faktorips.runtime.test.IpsTestCaseJUnitAdapter
 
IpsTestCaseJUnitAdapter(String) - Constructor for class org.faktorips.runtime.test.IpsTestCaseJUnitAdapter
Dummy constructor to meet the contract to JUnits test case, this prevents the JUnit warning "has no public constructor TestCase(String name)".
IpsTestFailure - Class in org.faktorips.runtime.test
 
IpsTestFailure(IpsTestCaseBase, Throwable) - Constructor for class org.faktorips.runtime.test.IpsTestFailure
Creates a new test error.
IpsTestFailure(IpsTestCaseBase, Object, Object) - Constructor for class org.faktorips.runtime.test.IpsTestFailure
Creates a new test failure that was caused because the given actual value is not equal to the expected value.
IpsTestFailure(IpsTestCaseBase, Object, Object, String, String, String) - Constructor for class org.faktorips.runtime.test.IpsTestFailure
Creates a new test failure that was caused because the given actual value is not equal to the expected value.
IpsTestFailure(IpsTestCaseBase) - Constructor for class org.faktorips.runtime.test.IpsTestFailure
Creates a new test failure that was caused because an assertion has failed.
IpsTestListener - Interface in org.faktorips.runtime.test
 
IpsTestResult - Class in org.faktorips.runtime.test
 
IpsTestResult() - Constructor for class org.faktorips.runtime.test.IpsTestResult
 
IpsTestSuite - Class in org.faktorips.runtime.test
A test suite is a container for tests.
IpsTestSuite(String) - Constructor for class org.faktorips.runtime.test.IpsTestSuite
 
IpsTestSuiteJUnitAdapter - Class in org.faktorips.runtime.test
Ips test suite adapter.
IpsTestSuiteJUnitAdapter() - Constructor for class org.faktorips.runtime.test.IpsTestSuiteJUnitAdapter
 
IpsTestSuiteJUnitAdapter(String) - Constructor for class org.faktorips.runtime.test.IpsTestSuiteJUnitAdapter
 
IpsTestSuiteJUnitAdapter(IpsTestSuite) - Constructor for class org.faktorips.runtime.test.IpsTestSuiteJUnitAdapter
 
IReadonlyTableOfContents - Interface in org.faktorips.runtime.internal.toc
This is the interface for readonly table of contents used by the runtime repositories.
IRuntimeObject - Interface in org.faktorips.runtime
Base class for runtime objects offering access to extension properties.
IRuntimeRepository - Interface in org.faktorips.runtime
The runtime repository gives access to the information about products, enums and tables.
IRuntimeRepositoryLookup - Interface in org.faktorips.runtime
A IRuntimeRepositoryLookup is an interface for a class that is able to provide a runtime repository.
IRuntimeRepositoryManager - Interface in org.faktorips.runtime
The IRuntimeRepositoryManager is able to provide a IRuntimeRepository.
IS_CHANGING_OVER_TIME - Static variable in class org.faktorips.runtime.internal.MethodNames
 
IS_MODIFIABLE - Static variable in class org.faktorips.runtime.internal.MethodNames
 
isActive() - Method in class org.faktorips.runtime.internal.ValidationRuleConfiguration
Flag indicating whether the validation rule is configured as active.
isAdded() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns true if this model object has been added to its parent, false otherwise.
isAdded() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
isBlank(String) - Static method in class org.faktorips.runtime.internal.IpsStringUtils
Returns true if s is either null, the empty string or a string that only contains whitespaces, otherwise false.
isBlank(String) - Static method in class org.faktorips.runtime.internal.StringUtils
Deprecated. This method is deprecated due to import collisions with the StringUtils.class of the apache.common.lang package. Use the isBlank(String s) method of IpsStringUtils instead. It has the same functionality.
isChanged() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns true if this model object has been changed.
isChanged() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
isChangingOverTime() - Method in interface org.faktorips.runtime.IProductComponent
Returns true if this product component has product component generations.
isChildChanged() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns true if at least one model object's children has been changed.
isChildChanged() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
isClassChanged() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns true if the model object's Java class has "changed".
isClassChanged() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
isCompatibleToBaseVersion() - Method in class org.faktorips.runtime.productdataprovider.AbstractProductDataProvider
 
isCompatibleToBaseVersion() - Method in interface org.faktorips.runtime.productdataprovider.IProductDataProvider
Return true if the version is compatible to the base version of this IProductDataProvider.
isCompatibleVersion(String, String) - Method in interface org.faktorips.runtime.IVersionChecker
Returns true if the new version is compatible to the old version or both versions are equal
isCreateSubtreeDelta() - Method in class org.faktorips.runtime.DeltaComputationOptionsByPosition
 
isCreateSubtreeDelta() - Method in interface org.faktorips.runtime.IDeltaComputationOptions
Controls whether delta objects for added or removed subtree elements should be created explicitly.
isDerivedUnion() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns if this association is a derived union.
isDerivedUnion() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
isDifferentObjectAtPosition() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns true if a different model object is at a position, otherwise false.
isDifferentObjectAtPosition() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
isEmpty() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns true if the delta is empty, the two objects are the same, otherwise false.
isEmpty(String) - Static method in class org.faktorips.runtime.internal.IpsStringUtils
Returns true if s is either null or the empty string, otherwise false.
isEmpty() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
isEmpty(String) - Static method in class org.faktorips.runtime.internal.StringUtils
Deprecated. This method is deprecated due to import collisions with the StringUtils.class of the apache.common.lang package. Use the isEmpty(String s) method of IpsStringUtils instead. It has the same functionality.
isEmpty() - Method in class org.faktorips.runtime.MessageList
Returns true if the list is empty.
isError() - Method in class org.faktorips.runtime.test.IpsTestFailure
Returns true if the test was aborted because a throwable was thrown.
isFailedAssertion() - Method in class org.faktorips.runtime.test.IpsTestFailure
Returns true if the test failed because an assertion failed.
isFormulaAvailable(String) - Method in class org.faktorips.runtime.internal.ProductComponent
Returns true if the expression of the given formulaSignature not empty.
isFormulaAvailable(String) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Returns true if the expression of the given formulaSignature not empty.
isModifiable() - Method in class org.faktorips.runtime.ClassloaderRuntimeRepository
 
isModifiable() - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
 
isModifiable() - Method in interface org.faktorips.runtime.IRuntimeRepository
Returns true if the repository's content is modifiable.
isModifiable() - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository
 
isMoved() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns true if this model object has changed its position in the ordered association.
isMoved() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
isNull(Element) - Method in class org.faktorips.runtime.internal.Table
Is used by generated classes within the initKeyMaps() method to identify a null values.
isProductRelevant() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns if this association is product relevant.
isProductRelevant() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
Returns if this attribute is product relevant.
isProductRelevant() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
isProductRelevant() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAttribute
 
isProductVariantXML(Element) - Method in class org.faktorips.runtime.internal.productvariant.ProductVariantRuntimeHelper
 
isPropertyChanged() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns true if at least one the model object's properties has changed, otherwise false.
isPropertyChanged(String) - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns true if the model object contains a different value for the given property than then reference model object.
isPropertyChanged() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
isPropertyChanged(String) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
isRemoved() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns true if this model object has been removed from its parent, false otherwise.
isRemoved() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
isRepositoryUpToDate(IRuntimeRepository) - Method in class org.faktorips.runtime.ClassloaderRuntimeRepositoryManager
 
isRepositoryUpToDate(IRuntimeRepository) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepositoryManager
This method checks whether the IRuntimeRepository is up to date or not.
isRepositoryUpToDate(IRuntimeRepository) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager
 
isSame(IModelObject, IModelObject) - Method in class org.faktorips.runtime.DeltaComputationOptionsByPosition
Returns true if the specified object references are identical.
isSame(IModelObject, IModelObject) - Method in interface org.faktorips.runtime.IDeltaComputationOptions
Returns true if the two objects represent the same conceptual object, otherwise false.
isStructureChanged() - Method in interface org.faktorips.runtime.IModelObjectDelta
Returns true if this model object's structure has changed.
isStructureChanged() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
isSubsetOfADerivedUnion() - Method in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
Returns if this association is a subset of a derived union.
isSubsetOfADerivedUnion() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
isValidationRuleActivated(String) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Returns whether the validation rule with the given name is configured as active in this ProductComponent.
isValidationRuleActivated(String) - Method in interface org.faktorips.runtime.IProductComponentGeneration
Returns whether the validation rule with the given name is configured as active in this ProductComponent.
ITable - Interface in org.faktorips.runtime
Base interface for table contents
iterator() - Method in class org.faktorips.runtime.MessageList
Returns an iterator over the messages in this list.
ITimedConfigurableModelObject - Interface in org.faktorips.runtime
Base interface for all model objects that are configurable by a product component with the ability to change over time via product component generations.
ITocEntryFactory<T extends TocEntryObject> - Interface in org.faktorips.runtime.internal.toc
A ITocEntryFactory implementation is used to load TocEntryObjects of a given type identified by their XML tag.
IUnresolvedReference - Interface in org.faktorips.runtime
 
IValidationContext - Interface in org.faktorips.runtime
A validation context is provided to the validate() method generated by Faktor-IPS.
IVersionChecker - Interface in org.faktorips.runtime
The modification checker holds a version or time stamp for the version or time it is up to date.
IVisitorSupport - Interface in org.faktorips.runtime
Marks an model object as accepting visitors.
IXmlPersistenceSupport - Interface in org.faktorips.runtime.internal
Common interface for runtime classes that support XML persistence through the methods IClRepositoryObject.initFromXml(Element) and IXmlPersistenceSupport.toXml(Document).

J

JAXBContextFactory - Class in org.faktorips.runtime.util
Provides static factory methods to create a JAXBContext that can marshal / unmarshall all model classes defined in a given runtime repository.
JAXBContextFactory() - Constructor for class org.faktorips.runtime.util.JAXBContextFactory
 

K

KeyStructure<K,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R> - Class in org.faktorips.runtime.internal.tableindex
An implementation of AbstractMapStructure mapping keys to nested SearchStructures much like a map.

L

LABELS_PROPERTY_LOCALE - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
LABELS_PROPERTY_PLURAL_VALUE - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
LABELS_PROPERTY_VALUE - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
LABELS_XML_TAG - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
LABELS_XML_WRAPPER_TAG - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
launderThrowable(Throwable) - Static method in class org.faktorips.runtime.caching.Memoizer
Coerce an unchecked Throwable to a RuntimeException

If the Throwable is an Error, throw it; if it is a RuntimeException return it, otherwise throw IllegalStateException

loadAndVary(IXmlPersistenceSupport, Element, IClRepositoryObject) - Method in class org.faktorips.runtime.internal.productvariant.ProductVariantRuntimeHelper
 
loadDocument(String, DocumentBuilder) - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderDataSource
 
loadTableOfContents() - Method in class org.faktorips.runtime.ClassloaderRuntimeRepository
 
loadTableOfContents() - Method in class org.faktorips.runtime.internal.AbstractTocBasedRuntimeRepository
 
loadTableOfContents() - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepository
 

M

main(String[]) - Static method in class org.faktorips.runtime.test.CmdLineIpsTestRunner
The entry point for the command line test runner.
main(String[]) - Static method in class org.faktorips.runtime.test.SocketIpsTestRunner
The entry point for the socket test runner.
MANDATORY - Static variable in class org.faktorips.runtime.CardinalityRange
A cardinality that describes the obligatory range 1 to 1 with default 1.
markers(Collection<? extends IMarker>) - Method in class org.faktorips.runtime.Message.Builder
Set a collection of markers that should be provided to the new message.
markers(IMarker...) - Method in class org.faktorips.runtime.Message.Builder
Set some markers that should be provided to the new message.
markMoved() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
Marks the delta as one where the object has changed its position.
markPropertyChanged(String) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
Marks the given property as having a different value in the model object and the reference model object.
marshal(ProductConfiguration) - Method in class org.faktorips.runtime.jaxb.ProductConfigurationXmlAdapter
Returns the ID for the configuring product component or null if it could not be determined.
Memoizer<K,V> - Class in org.faktorips.runtime.caching
This Memoizer is implemented as suggested by Brian Goetz in Java Concurrency in Practice.
Memoizer(IComputable<K, V>) - Constructor for class org.faktorips.runtime.caching.Memoizer
The constructor to create a memoizer with default values for the internal ConcurrentHashMap
Memoizer(IComputable<K, V>, int, float, int) - Constructor for class org.faktorips.runtime.caching.Memoizer
This constructor needs next to the IComputable also the initial size, the load factor and the concurrency level.
merge(AbstractMapStructure<K, V, R>) - Method in class org.faktorips.runtime.internal.tableindex.AbstractMapStructure
 
merge(KeyStructure<K, V, R>) - Method in class org.faktorips.runtime.internal.tableindex.KeyStructure
 
merge(T) - Method in interface org.faktorips.runtime.internal.tableindex.MergeAndCopyStructure
Merging adds the contents of the otherMergable to this object.
merge(RangeStructure<K, V, R>) - Method in class org.faktorips.runtime.internal.tableindex.RangeStructure
 
merge(ResultStructure<R>) - Method in class org.faktorips.runtime.internal.tableindex.ResultStructure
 
merge(TwoColumnRangeStructure<K, V, R>) - Method in class org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure
 
merge(UniqueResultStructure<R>) - Method in class org.faktorips.runtime.internal.tableindex.UniqueResultStructure
 
MergeAndCopyStructure<T extends MergeAndCopyStructure<T>> - Interface in org.faktorips.runtime.internal.tableindex
Defines the ability to merge or copy other objects into this MergeAndCopyStructure.
Message - Class in org.faktorips.runtime
A human readable text message with an optional code that identifies the type of the message and a severity that indicates if this is an error, warning or information.
Message(Message.Builder) - Constructor for class org.faktorips.runtime.Message
Creates a new message by using the fields of a Message.Builder.
Message(Message) - Constructor for class org.faktorips.runtime.Message
Creates a new message by copying everything of the given Message.
Message(String, Severity) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, Object) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, ObjectProperty) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, Object, String...) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, ObjectProperty[]) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, List<ObjectProperty>) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, List<ObjectProperty>, List<MsgReplacementParameter>) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, ObjectProperty, MsgReplacementParameter...) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, ObjectProperty, List<MsgReplacementParameter>) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, ObjectProperty[], MsgReplacementParameter[]) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, List<ObjectProperty>, List<MsgReplacementParameter>, Set<? extends IMarker>) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message.Builder - Class in org.faktorips.runtime
A builder for the Message class.
Message.Builder(String, Severity) - Constructor for class org.faktorips.runtime.Message.Builder
Creates a new builder that is able to create a proper Message with all needed information.
MESSAGE_HELPER_GET_MESSAGE - Static variable in class org.faktorips.runtime.internal.MethodNames
 
MessageList - Class in org.faktorips.runtime
A list of Messages.
MessageList() - Constructor for class org.faktorips.runtime.MessageList
Creates an empty message list.
MessageList(Message) - Constructor for class org.faktorips.runtime.MessageList
Creates a message list that contains the given message.
MessagesHelper - Class in org.faktorips.runtime.util
A MessagesHelper is a set of strings available in different locales.
MessagesHelper(String, ClassLoader, Locale) - Constructor for class org.faktorips.runtime.util.MessagesHelper
Creates a new StringsSet with the indicated qualified name.
METHOD_COPY_ASSOCIATIONS - Static variable in class org.faktorips.runtime.internal.MethodNames
 
METHOD_NEW_COPY - Static variable in class org.faktorips.runtime.internal.MethodNames
 
MethodNames - Class in org.faktorips.runtime.internal
Gives access to the method names defined in the runtime that the generated code refers to, e.g.
MethodNames() - Constructor for class org.faktorips.runtime.internal.MethodNames
 
ModelObjectDelta - Class in org.faktorips.runtime.internal
IModelObjectDelta implementation.
MODELOBJECTDELTA_CHECK_PROPERTY_CHANGE - Static variable in class org.faktorips.runtime.internal.MethodNames
 
MODELOBJECTDELTA_CREATE_CHILD_DELTAS - Static variable in class org.faktorips.runtime.internal.MethodNames
 
MODELOBJECTDELTA_NEW_DELTA - Static variable in class org.faktorips.runtime.internal.MethodNames
 
MODELOBJECTDELTA_NEW_EMPTY_DELTA - Static variable in class org.faktorips.runtime.internal.MethodNames
 
ModelType - Class in org.faktorips.runtime.modeltype.internal
 
ModelType(IRuntimeRepository) - Constructor for class org.faktorips.runtime.modeltype.internal.ModelType
 
ModelTypeAssociation - Class in org.faktorips.runtime.modeltype.internal
 
ModelTypeAssociation(ModelType) - Constructor for class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
ModelTypeAttribute - Class in org.faktorips.runtime.modeltype.internal
A ModelTypeAttribute represent an attribute from the PolicyCmptType or the ProductCmptType.
ModelTypeAttribute(ModelType) - Constructor for class org.faktorips.runtime.modeltype.internal.ModelTypeAttribute
 
ModelTypeTocEntry - Class in org.faktorips.runtime.internal.toc
This TocEntryObject represents an entry for model types
ModelTypeTocEntry(String, String, String, String) - Constructor for class org.faktorips.runtime.internal.toc.ModelTypeTocEntry
 
MODIFIED_EXCEPTION_MESSAGE - Static variable in class org.faktorips.runtime.productdataprovider.AbstractProductDataProvider
 
MOVED - Static variable in interface org.faktorips.runtime.IModelObjectDelta
Delta kind constant indicating that the model object has been moved, meaning it's position in the ordered list of objects has been changed.
MsgReplacementParameter - Class in org.faktorips.runtime
When creating a message the text might be created by replacing parameters (or placeholders) with concrete values, e.g.
MsgReplacementParameter(String, Object) - Constructor for class org.faktorips.runtime.MsgReplacementParameter
Creates a new parameter value with name and value.
MultiValueXmlHelper - Class in org.faktorips.runtime.internal
A helper class to load and save XML elements representing multi values as they are used in attribute values.

N

NEW_COPY - Static variable in class org.faktorips.runtime.internal.MethodNames
 
newAddDelta(IModelObject, String, IDeltaComputationOptions) - Static method in class org.faktorips.runtime.internal.ModelObjectDelta
 
newChangeDelta(IModelObject, IModelObject, int) - Static method in class org.faktorips.runtime.internal.ModelObjectDelta
 
newContext(IRuntimeRepository) - Static method in class org.faktorips.runtime.util.JAXBContextFactory
Creates a new JAXBContext that can marshall / unmarshall all modell classes defined in the given repository.
newContext(IRuntimeRepository, ClassLoader) - Static method in class org.faktorips.runtime.util.JAXBContextFactory
Creates a new JAXBContext that can marshall / unmarshall all modell classes defined in the given repository.
newCopy() - Method in interface org.faktorips.runtime.ICopySupport
Creates and returns new copy of this object.
newDelta(IModelObject, IModelObject, IDeltaComputationOptions) - Static method in class org.faktorips.runtime.internal.ModelObjectDelta
 
newDifferentObjectAtPositionChangedDelta(IModelObject, IModelObject, String) - Static method in class org.faktorips.runtime.internal.ModelObjectDelta
 
newEmptyDelta(IModelObject, IModelObject) - Static method in class org.faktorips.runtime.internal.ModelObjectDelta
 
newError(String, String) - Static method in class org.faktorips.runtime.Message
Constructs a new error message.
newInfo(String, String) - Static method in class org.faktorips.runtime.Message
Constructs a new information message.
newInstance() - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProviderFactory
 
newInstance() - Method in interface org.faktorips.runtime.productdataprovider.IProductDataProviderFactory
 
newJAXBContext(JAXBContext) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Creates a JAXBContext that wraps the provided context and extends the marshaling methods to provide marshaling of Faktor-IPS enumerations and model objects configured by product components.
newJAXBContext() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
Creates a new JAXBContext that can marshall / unmarshall all model classes defined in this repository.
newJAXBContext() - Method in interface org.faktorips.runtime.IRuntimeRepository
Creates a new JAXBContext that can marshall / unmarshall all modell classes defined in the given repository.
newRemoveDelta(IModelObject, String, IDeltaComputationOptions) - Static method in class org.faktorips.runtime.internal.ModelObjectDelta
 
newVersion - Variable in exception org.faktorips.runtime.productdataprovider.DataModifiedException
 
newWarning(String, String) - Static method in class org.faktorips.runtime.Message
Constructs a new warning message.
NONE - Static variable in class org.faktorips.runtime.Message
Severity none.
NOTIFIY_CHANGE_LISTENERS - Static variable in class org.faktorips.runtime.internal.MethodNames
notifyChangeListeners(PropertyChangeEvent)
notifyChangeListeners(PropertyChangeEvent) - Method in interface org.faktorips.runtime.INotificationSupport
 

O

ObjectProperty - Class in org.faktorips.runtime
An instance of this class identifies a property in an object, e.g.
ObjectProperty(Object, String, int, IPropertyQualifier) - Constructor for class org.faktorips.runtime.ObjectProperty
Creates a new ObjectProperty.
ObjectProperty(Object, String, IPropertyQualifier) - Constructor for class org.faktorips.runtime.ObjectProperty
Creates a new ObjectProperty.
ObjectProperty(Object, String, int) - Constructor for class org.faktorips.runtime.ObjectProperty
Creates a new ObjectProperty.
ObjectProperty(Object, String) - Constructor for class org.faktorips.runtime.ObjectProperty
Creates an ObjectProperty that characterizes the object and the name of the property.
ObjectProperty(Object) - Constructor for class org.faktorips.runtime.ObjectProperty
Creates an ObjectProperty that characterizes only the object but not a specific property of it.
oldVersion - Variable in exception org.faktorips.runtime.productdataprovider.DataModifiedException
 
OPTIONAL - Static variable in class org.faktorips.runtime.CardinalityRange
A cardinality that describes the optional range from 0 to 1 with default 0.
org.faktorips.runtime - package org.faktorips.runtime
 
org.faktorips.runtime.caching - package org.faktorips.runtime.caching
 
org.faktorips.runtime.formula - package org.faktorips.runtime.formula
 
org.faktorips.runtime.internal - package org.faktorips.runtime.internal
 
org.faktorips.runtime.internal.productvariant - package org.faktorips.runtime.internal.productvariant
 
org.faktorips.runtime.internal.tableindex - package org.faktorips.runtime.internal.tableindex
 
org.faktorips.runtime.internal.toc - package org.faktorips.runtime.internal.toc
 
org.faktorips.runtime.jaxb - package org.faktorips.runtime.jaxb
 
org.faktorips.runtime.modeltype - package org.faktorips.runtime.modeltype
 
org.faktorips.runtime.modeltype.internal - package org.faktorips.runtime.modeltype.internal
 
org.faktorips.runtime.productdataprovider - package org.faktorips.runtime.productdataprovider
 
org.faktorips.runtime.test - package org.faktorips.runtime.test
 
org.faktorips.runtime.util - package org.faktorips.runtime.util
 

P

parseIso(String) - Static method in class org.faktorips.runtime.internal.DateTime
Parses the given String s to a DateTime object.
performAdditionalInitializations() - Method in class org.faktorips.runtime.internal.Table
Template method to perform additional initializations.
PolicyCmptTypeTocEntry - Class in org.faktorips.runtime.internal.toc
This special kind of ModelTypeTocEntry represents an entry for policy component types
PolicyCmptTypeTocEntry(String, String, String, String) - Constructor for class org.faktorips.runtime.internal.toc.PolicyCmptTypeTocEntry
 
PRODUCT_DATA_VERSION_XML_ELEMENT - Static variable in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
 
ProductCmptGenerationNotFoundException - Exception in org.faktorips.runtime
 
ProductCmptGenerationNotFoundException(String, String, Calendar, boolean) - Constructor for exception org.faktorips.runtime.ProductCmptGenerationNotFoundException
Creates a new exception that indicates that no product component generation with the given id and effective date has been found.
ProductCmptNotFoundException - Exception in org.faktorips.runtime
A runtime exception that indicates that a product component hasn't been found.
ProductCmptNotFoundException(String, String) - Constructor for exception org.faktorips.runtime.ProductCmptNotFoundException
Creates a new exception that indicates that no product component with the given id has been found.
ProductCmptTocEntry - Class in org.faktorips.runtime.internal.toc
A TocEntryObject for IProductComponents
ProductCmptTocEntry(String, String, String, String, String, String, String, DateTime) - Constructor for class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
 
ProductCmptTypeTocEntry - Class in org.faktorips.runtime.internal.toc
This special kind of ModelTypeTocEntry represents an entry for product component types
ProductCmptTypeTocEntry(String, String, String, String) - Constructor for class org.faktorips.runtime.internal.toc.ProductCmptTypeTocEntry
 
productCmptWasFound() - Method in exception org.faktorips.runtime.ProductCmptGenerationNotFoundException
Returns true if the product component was found in the repository but the product component hasn't got a generation valid at the given effective date.
ProductComponent - Class in org.faktorips.runtime.internal
Base class for all product components.
ProductComponent(IRuntimeRepository, String, String, String) - Constructor for class org.faktorips.runtime.internal.ProductComponent
Creates a new product component with the indicate id, kind id and version id.
ProductComponentGeneration - Class in org.faktorips.runtime.internal
Base class for product component generations
ProductComponentGeneration(ProductComponent) - Constructor for class org.faktorips.runtime.internal.ProductComponentGeneration
 
ProductComponentLink<T extends IProductComponent> - Class in org.faktorips.runtime.internal
Class that represents a link/relation between product components.
ProductComponentLink(IProductComponentGeneration) - Constructor for class org.faktorips.runtime.internal.ProductComponentLink
Creates a new link for the given product component generation.
ProductComponentLink(IProductComponentGeneration, T) - Constructor for class org.faktorips.runtime.internal.ProductComponentLink
Creates a new link to the given target for the given product component generation using the cardinality (0,*).
ProductComponentLink(IProductComponentGeneration, T, CardinalityRange) - Constructor for class org.faktorips.runtime.internal.ProductComponentLink
Creates a new link with the given cardinality to the given target for the given product component generation.
ProductComponentLink(IProductComponentLinkSource) - Constructor for class org.faktorips.runtime.internal.ProductComponentLink
Creates a new link for the given product component generation.
ProductComponentLink(IProductComponentLinkSource, T) - Constructor for class org.faktorips.runtime.internal.ProductComponentLink
Creates a new link to the given target for the given product component generation using the cardinality (0,*).
ProductComponentLink(IProductComponentLinkSource, T, CardinalityRange) - Constructor for class org.faktorips.runtime.internal.ProductComponentLink
Creates a new link with the given cardinality to the given target for the given product component generation.
ProductConfiguration - Class in org.faktorips.runtime.internal
Manages a product component and the corresponding generation for use with configurable model objects.
ProductConfiguration() - Constructor for class org.faktorips.runtime.internal.ProductConfiguration
 
ProductConfiguration(IProductComponent) - Constructor for class org.faktorips.runtime.internal.ProductConfiguration
 
ProductConfigurationXmlAdapter - Class in org.faktorips.runtime.jaxb
Custom JAXB marshaling/unmarshaling for ProductConfiguration instances.
ProductConfigurationXmlAdapter(IRuntimeRepository) - Constructor for class org.faktorips.runtime.jaxb.ProductConfigurationXmlAdapter
 
ProductVariantRuntimeHelper - Class in org.faktorips.runtime.internal.productvariant
Helper class for loading product variants or varied product components respectively.
ProductVariantRuntimeHelper() - Constructor for class org.faktorips.runtime.internal.productvariant.ProductVariantRuntimeHelper
 
PropertiesReadingInternationalString - Class in org.faktorips.runtime.internal
An PropertiesReadingInternationalString could be used for string properties that could be translated in different languages.
PropertiesReadingInternationalString(String, MessagesHelper) - Constructor for class org.faktorips.runtime.internal.PropertiesReadingInternationalString
 
PROPERTY_ASSOCIATION_TYPE - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_ATTRIBUTE_TYPE - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
 
PROPERTY_CHANGED - Static variable in interface org.faktorips.runtime.IModelObjectDelta
Delta change type constant indicating that at least one of the object's properties has changed.
PROPERTY_CLASS - Static variable in interface org.faktorips.runtime.modeltype.IModelType
 
PROPERTY_DATATYPE - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
 
PROPERTY_DERIVED_UNION - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_ENTRYTYPE - Static variable in class org.faktorips.runtime.internal.toc.TocEntryObject
 
PROPERTY_GENERATION_IMPL_CLASS_NAME - Static variable in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
 
PROPERTY_IMPLEMENTATION_CLASS - Static variable in class org.faktorips.runtime.internal.toc.TocEntry
 
PROPERTY_INVERSE_ASSOCIATION - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_IPS_OBJECT_ID - Static variable in class org.faktorips.runtime.internal.toc.TocEntryObject
 
PROPERTY_IPS_OBJECT_QNAME - Static variable in class org.faktorips.runtime.internal.toc.TocEntryObject
 
PROPERTY_KIND_ID - Static variable in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
 
PROPERTY_MATCHING_ASSOCIATION_NAME - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_MATCHING_ASSOCIATION_SOURCE - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_MAX_CARDINALITY - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_MIN_CARDINALITY - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_NAME - Static variable in interface org.faktorips.runtime.modeltype.IModelElement
 
PROPERTY_NAME_PLURAL - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_PRODUCT_CMPT_GENERATION - Static variable in interface org.faktorips.runtime.IConfigurableModelObject
Deprecated. since 3.15, this interface describes configurable model objects that are not changing over time, meaning that they do not support generations. On the other hand, model objects that support this concept are now represented by the new interface ITimedConfigurableModelObject. Use ITimedConfigurableModelObject.PROPERTY_PRODUCT_CMPT_GENERATION instead.
PROPERTY_PRODUCT_CMPT_GENERATION - Static variable in interface org.faktorips.runtime.ITimedConfigurableModelObject
The name of the property 'productCmptGeneration'.
PROPERTY_PRODUCT_COMPONENT - Static variable in interface org.faktorips.runtime.IConfigurableModelObject
The name of the property 'productComponent'.
PROPERTY_PRODUCT_RELEVANT - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_PRODUCT_RELEVANT - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
 
PROPERTY_SUBSET_OF_A_DERIVED_UNION - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_SUPERTYPE - Static variable in interface org.faktorips.runtime.modeltype.IModelType
 
PROPERTY_TARGET - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_TARGET_ROLE_PLURAL_REQUIRED - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
PROPERTY_VALID_FROM - Static variable in class org.faktorips.runtime.internal.toc.GenerationTocEntry
 
PROPERTY_VALID_TO - Static variable in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
 
PROPERTY_VALUE_SET_TYPE - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
 
PROPERTY_VERSION_ID - Static variable in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
 
PROPERTY_XML_RESOURCE - Static variable in class org.faktorips.runtime.internal.toc.TocEntry
 
put(K, V) - Method in class org.faktorips.runtime.internal.tableindex.AbstractMapStructure
Puts a new element in the map.
put(K, K, V) - Method in class org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure
Defines a range that maps to the given value.
put(K, K, boolean, boolean, V) - Method in class org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure
Defines a range that maps to the given value.
put(TwoColumnRange<K>, V) - Method in class org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure
 
putCustomRuntimeObject(Class<T>, String, T) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
Puts the runtimeObject into the repository.
putEnumValues(Class<T>, List<T>) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
Puts the given enum values in the repository replacing all existing values for the given enumType.
putIpsTestCase(IpsTestCaseBase) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
Puts the test case into the repository.
putObject(Object, Object) - Method in class org.faktorips.runtime.DefaultObjectReferenceStore
 
putObject(Object, Object) - Method in interface org.faktorips.runtime.IObjectReferenceStore
 
putProductCmptGeneration(IProductComponentGeneration) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
Puts the product component generation and it's product componet into the repository.
putProductComponent(IProductComponent) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
Puts the product component into the repository.
putTable(ITable) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
Puts the table into the repository.
putTable(ITable, String) - Method in class org.faktorips.runtime.InMemoryRuntimeRepository
Puts the table with the indicated name into the repository with .

R

Range - Class in org.faktorips.runtime.internal
Represents a range.
Range(String, String, String, boolean) - Constructor for class org.faktorips.runtime.internal.Range
Creates a new Range.
RangeStructure<K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R> - Class in org.faktorips.runtime.internal.tableindex
A SearchStructure that maps ranges to nested SearchStructures.
RangeType - Enum in org.faktorips.runtime.internal.tableindex
Defines how the bounds of ranges in a RangeStructure are handled.
readExpectedResult(Element) - Method in class org.faktorips.runtime.IpsTestCase
Reads the expected result from the given Xml element.
readInput(Element) - Method in class org.faktorips.runtime.IpsTestCase
Reads the input for the test from the given Xml element.
ReadonlyTableOfContents - Class in org.faktorips.runtime.internal.toc
Default implementation of ReadonlyTableOfContents.
ReadonlyTableOfContents() - Constructor for class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
Creates a new TOC.
ReadonlyTableOfContents(ClassLoader) - Constructor for class org.faktorips.runtime.internal.toc.ReadonlyTableOfContents
Creates a new TOC that uses the given ClassLoader to find ITocEntryFactory implementations via ServiceLoader.
remove(IpsTestListener) - Method in class org.faktorips.runtime.test.IpsTestResult
 
REMOVE_CHILD_MODEL_OBJECT_INTERNAL - Static variable in class org.faktorips.runtime.internal.MethodNames
 
removeChildModelObjectInternal(IModelObject) - Method in class org.faktorips.runtime.internal.AbstractModelObject
Removes the given child object from this object.
REMOVED - Static variable in interface org.faktorips.runtime.IModelObjectDelta
Delta kind constant indicating that the model object has been removed from it's parent.
removeEnumValueLookupService(IEnumValueLookupService<?>) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
removeEnumValueLookupService(IEnumValueLookupService<?>) - Method in interface org.faktorips.runtime.IRuntimeRepository
Removes the lookup service registered for the given enumeration type.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.faktorips.runtime.INotificationSupport
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.faktorips.runtime.INotificationSupport
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.faktorips.runtime.IpsPropertyChangeSupport
 
removeTest(IpsTest2) - Method in class org.faktorips.runtime.test.IpsTestSuite
Removes the test from the suite.
replacements(List<MsgReplacementParameter>) - Method in class org.faktorips.runtime.Message.Builder
A list of replacement parameters the message should reference.
replacements(MsgReplacementParameter...) - Method in class org.faktorips.runtime.Message.Builder
Some replacement parameters the message should reference.
replacements(String, Object) - Method in class org.faktorips.runtime.Message.Builder
Creates a new MsgReplacementParameter the message should reference
REPOSITORY_XML_ELEMENT - Static variable in class org.faktorips.runtime.ClassloaderRuntimeRepository
Name of the xml element representing the product component registry.
resetProductCmptGeneration() - Method in class org.faktorips.runtime.internal.ProductConfiguration
Sets the product component generation null.
resolve(IObjectReferenceStore) - Method in class org.faktorips.runtime.DefaultReferenceResolver
Resolves the unresolved references in the given store.
resolve(IObjectReferenceStore) - Method in class org.faktorips.runtime.DefaultUnresolvedReference
 
resolve(IObjectReferenceStore) - Method in interface org.faktorips.runtime.IUnresolvedReference
 
resolveReferences() - Method in class org.faktorips.runtime.DefaultObjectReferenceStore
 
resolveReferences() - Method in interface org.faktorips.runtime.IObjectReferenceStore
 
ResultStructure<R> - Class in org.faktorips.runtime.internal.tableindex
ResultStructures are the leaves in the tree of nested SearchStructures.
rows - Variable in class org.faktorips.runtime.internal.Table
Contains all rows of this table.
run(Document) - Method in class org.faktorips.runtime.IpsTestCase
 
run(Element) - Method in class org.faktorips.runtime.IpsTestCase
 
run(String) - Method in class org.faktorips.runtime.test.AbstractIpsTestRunner
Run the all ips test cases in the given packages.
The format of the input string is:
run(IpsTestResult) - Method in class org.faktorips.runtime.test.IpsTest2
 
run(IpsTestResult) - Method in class org.faktorips.runtime.test.IpsTestCaseBase
 
run(IpsTest2) - Method in class org.faktorips.runtime.test.IpsTestResult
 
run(IpsTestResult) - Method in class org.faktorips.runtime.test.IpsTestSuite
 
run(String) - Method in class org.faktorips.runtime.test.SocketIpsTestRunner
 
runTest() - Method in class org.faktorips.runtime.IpsTestCase
Implementation of the JUnit Test method that reads the test case data (input, expected output) from the test's resource, executes the business functions and compares the expected result with the actual result.
runTest() - Method in class org.faktorips.runtime.test.IpsTestCaseJUnitAdapter
Runs the ips test case.
RuntimeObject - Class in org.faktorips.runtime.internal
Baseclass for all runtime objects
RuntimeObject() - Constructor for class org.faktorips.runtime.internal.RuntimeObject
 

S

SearchStructure<R> - Class in org.faktorips.runtime.internal.tableindex
A SearchStructure is a data structure that is used by tables to optimize index key access on their data.
SearchStructure() - Constructor for class org.faktorips.runtime.internal.tableindex.SearchStructure
 
SET_PRODUCT_CMPT_GENERATION - Static variable in class org.faktorips.runtime.internal.MethodNames
Method is generated in the first product configured policy class in hierarchy.
SET_PRODUCT_COMPONENT - Static variable in class org.faktorips.runtime.internal.MethodNames
Method is generated in the first product configured policy class in hierarchy.
setAdditionalRepositoryPackages(String) - Method in class org.faktorips.runtime.test.AbstractIpsTestRunner
Sets additional packages, will be used to create the ClassloaderRuntimeRepository which could be used in the runtime environment to obtain necessary objects.
setAttributeValue(IModelObject, String, Object) - Method in interface org.faktorips.runtime.modeltype.IModelType
Sets the given model object's attribute identified by the given name to the given value.
setAttributeValue(IModelObject, String, Object) - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
setCacheFactory(ICacheFactory) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager.Builder
Optionally you could specify a ICacheFactory to use your own cache implementation.
setCheckForModifications(boolean) - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProviderFactory
 
setClassLoader(ClassLoader) - Method in class org.faktorips.runtime.productdataprovider.ClassLoaderProductDataProviderFactory
 
setClassLoader(ClassLoader) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager.Builder
The ClassLoader to instantiate the classes.
setClassLoader(ClassLoader) - Method in class org.faktorips.runtime.test.AbstractIpsTestRunner
Sets the classloader to find the test and instantiate the corresponding classes.
setConcurrencyLevel(int) - Method in class org.faktorips.runtime.DefaultCacheFactory
 
setDefaultInitialSize(int) - Method in class org.faktorips.runtime.DefaultCacheFactory
 
setExtensionPropertyValue(String, Object) - Method in class org.faktorips.runtime.modeltype.internal.AbstractModelElement
Sets the value of the extension property propertyId.
setFormulaEvaluatorFactory(IFormulaEvaluatorFactory) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
If you want to support formula evaluation you can set a IFormulaEvaluatorFactory.
setFormulaEvaluatorFactory(IFormulaEvaluatorFactory) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager.Builder
An optional IFormulaEvaluatorFactory to create IFormulaEvaluators.
setFullPath(String) - Method in class org.faktorips.runtime.test.IpsTest2
Sets the test's file name including the path.
setGenerationEntries(List<GenerationTocEntry>) - Method in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
Sets the generation entries.
setInitialSize(Class<?>, int) - Method in class org.faktorips.runtime.DefaultCacheFactory
 
setProductCmpt(ProductComponent) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Sets the product component this generation belongs to.
setProductCmptGeneration(IProductComponentGeneration) - Method in class org.faktorips.runtime.internal.ProductConfiguration
Sets the new product component generation.
setProductComponent(IProductComponent) - Method in class org.faktorips.runtime.internal.ProductConfiguration
Sets the new product component.
setRepository(IRuntimeRepository) - Method in class org.faktorips.runtime.test.IpsTest2
Sets the runtime repository.
setRepositoryName(String) - Method in class org.faktorips.runtime.productdataprovider.DetachedContentRuntimeRepositoryManager.Builder
The optional repository name.
setRepositoryPackages(String) - Method in class org.faktorips.runtime.test.AbstractIpsTestRunner
Sets the repository packages names
setRuntimeRepositoryLookup(IRuntimeRepositoryLookup) - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
setRuntimeRepositoryLookup(IRuntimeRepositoryLookup) - Method in interface org.faktorips.runtime.IRuntimeRepository
Setting a IRuntimeRepositoryLookup is needed to enable serialization of policy components.
setValidFrom(DateTime) - Method in class org.faktorips.runtime.internal.ProductComponent
Sets the new valid from date.
setValidFrom(DateTime) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Sets the new valid from date.
setValidTo(DateTime) - Method in class org.faktorips.runtime.internal.ProductComponent
 
setValue(IModelObject, Object) - Method in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
Sets the given model object's attribute identified by this model type attribute to the given value.
setValue(IModelObject, Object) - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAttribute
 
setValue(String, Object) - Method in class org.faktorips.runtime.ValidationContext
Sets the value of the specified property.
Severity - Enum in org.faktorips.runtime
Enum indicating the kind of severity a message can have
SimpleCache - Class in org.faktorips.runtime
Simple cache that just uses a HashMap to cache objects and never releases them.
SimpleCache(IComputable<Object, Object>) - Constructor for class org.faktorips.runtime.SimpleCache
 
SimpleCache(IComputable<Object, Object>, int) - Constructor for class org.faktorips.runtime.SimpleCache
 
size() - Method in class org.faktorips.runtime.MessageList
Returns the number of messages in the list.
size() - Method in class org.faktorips.runtime.test.IpsTestSuite
Returns the number of tests in the suite.
SocketIpsTestRunner - Class in org.faktorips.runtime.test
Socket test runner.
SocketIpsTestRunner() - Constructor for class org.faktorips.runtime.test.SocketIpsTestRunner
 
SocketIpsTestRunner(int, String, String) - Constructor for class org.faktorips.runtime.test.SocketIpsTestRunner
 
startElement(String, String, String, Attributes) - Method in class org.faktorips.runtime.internal.EnumSaxHandler
 
startElement(String, String, String, Attributes) - Method in class org.faktorips.runtime.internal.TableSaxHandler
 
STOP_VALIDATION - Static variable in class org.faktorips.runtime.internal.AbstractModelObject
Constant for the return values of validate methods (i.e.
StringUtils - Class in org.faktorips.runtime.internal
Deprecated. This class is deprecated due to import collisions with the StringUtils.class of the apache.common.lang package. Use IpsStringUtils instead. It provides the same functionality.
STRUCTURE_CHANGED - Static variable in interface org.faktorips.runtime.IModelObjectDelta
Delta change type constant indicating that the object's structure has changed, that means either a child has been added, removed or changed its position (if the computation method is IDeltaComputationOptions.ComputationMethod.BY_OBJECT or a different object is now at a given position (if the computation method is IDeltaComputationOptions.ComputationMethod.BY_OBJECT.

T

Table<T> - Class in org.faktorips.runtime.internal
The base class for all the generated table classes.
Table() - Constructor for class org.faktorips.runtime.internal.Table
 
TABLE_OF_CONTENTS_FILE - Static variable in class org.faktorips.runtime.ClassloaderRuntimeRepository
The default name of the file describing the registry's contents.
TableContentTocEntry - Class in org.faktorips.runtime.internal.toc
A TocEntryObject for table contents
TableContentTocEntry(String, String, String, String) - Constructor for class org.faktorips.runtime.internal.toc.TableContentTocEntry
 
TableFunctionExecution - Interface in org.faktorips.runtime
This interface is used for code that is generated for table access functions called within the formula language.
TableSaxHandler - Class in org.faktorips.runtime.internal
SAX event handler class for ips table contents.
TableSaxHandler(Table<?>, IRuntimeRepository) - Constructor for class org.faktorips.runtime.internal.TableSaxHandler
 
TAG_NAME - Static variable in interface org.faktorips.runtime.ITable
 
TEST_ERROR - Static variable in class org.faktorips.runtime.test.SocketIpsTestRunner
 
TEST_ERROR_END - Static variable in class org.faktorips.runtime.test.SocketIpsTestRunner
 
TEST_ERROR_MESSAGE_INDICATOR - Static variable in class org.faktorips.runtime.test.SocketIpsTestRunner
 
TEST_ERROR_STACK_INDICATOR - Static variable in class org.faktorips.runtime.test.SocketIpsTestRunner
 
TEST_FAILED - Static variable in class org.faktorips.runtime.test.SocketIpsTestRunner
 
TEST_FAILED_DELIMITERS - Static variable in class org.faktorips.runtime.test.SocketIpsTestRunner
 
TEST_FINISHED - Static variable in class org.faktorips.runtime.test.SocketIpsTestRunner
 
TEST_STARTED - Static variable in class org.faktorips.runtime.test.SocketIpsTestRunner
 
TEST_XML_TAG - Static variable in class org.faktorips.runtime.internal.toc.TestCaseTocEntry
 
TestCaseTocEntry - Class in org.faktorips.runtime.internal.toc
A TocEntryObject for test cases
TestCaseTocEntry(String, String, String, String) - Constructor for class org.faktorips.runtime.internal.toc.TestCaseTocEntry
Creates an entry that references to a test case.
testDummy() - Method in class org.faktorips.runtime.test.IpsTestSuiteJUnitAdapter
Dummy test method to avoid a warning when running all JUnit tests in this project.
testFailureOccured(IpsTestFailure) - Method in class org.faktorips.runtime.test.CmdLineIpsTestRunner
 
testFailureOccured(IpsTestFailure) - Method in class org.faktorips.runtime.test.IpsTestCaseJUnitAdapter
 
testFailureOccured(IpsTestFailure) - Method in interface org.faktorips.runtime.test.IpsTestListener
 
testFailureOccured(IpsTestFailure) - Method in class org.faktorips.runtime.test.SocketIpsTestRunner
 
testFinished(IpsTest2) - Method in class org.faktorips.runtime.test.CmdLineIpsTestRunner
 
testFinished(IpsTest2) - Method in class org.faktorips.runtime.test.IpsTestCaseJUnitAdapter
 
testFinished(IpsTest2) - Method in interface org.faktorips.runtime.test.IpsTestListener
 
testFinished(IpsTest2) - Method in class org.faktorips.runtime.test.SocketIpsTestRunner
 
testNothing() - Method in class org.faktorips.runtime.test.IpsTestCaseJUnitAdapter
Dummy test do prevent JUnit "no test found" warning if selecting this test case.
testStarted(IpsTest2) - Method in class org.faktorips.runtime.test.CmdLineIpsTestRunner
 
testStarted(IpsTest2) - Method in class org.faktorips.runtime.test.IpsTestCaseJUnitAdapter
 
testStarted(IpsTest2) - Method in interface org.faktorips.runtime.test.IpsTestListener
 
testStarted(IpsTest2) - Method in class org.faktorips.runtime.test.SocketIpsTestRunner
 
TOC_XML_ELEMENT - Static variable in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
 
TocEntry - Class in org.faktorips.runtime.internal.toc
The class represents an entry in the repository's table of contents.
TocEntry(String, String) - Constructor for class org.faktorips.runtime.internal.toc.TocEntry
 
TocEntryObject - Class in org.faktorips.runtime.internal.toc
A toc entry that represents a product component, a table, a test case or an enum content identified by the qualified name.
TocEntryObject(String, String, String, String) - Constructor for class org.faktorips.runtime.internal.toc.TocEntryObject
 
toDate(TimeZone) - Method in class org.faktorips.runtime.internal.DateTime
 
toGregorianCalendar(TimeZone) - Method in class org.faktorips.runtime.internal.DateTime
 
toIsoFormat() - Method in class org.faktorips.runtime.internal.DateTime
 
toString() - Method in class org.faktorips.runtime.CardinalityRange
 
toString() - Method in class org.faktorips.runtime.DefaultUnresolvedReference
 
toString() - Method in class org.faktorips.runtime.GenerationId
 
toString() - Method in class org.faktorips.runtime.internal.AbstractRuntimeRepository
 
toString() - Method in class org.faktorips.runtime.internal.DateTime
 
toString() - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
toString(StringBuffer, String) - Method in class org.faktorips.runtime.internal.ModelObjectDelta
 
toString() - Method in class org.faktorips.runtime.internal.ProductComponent
 
toString() - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 
toString() - Method in class org.faktorips.runtime.internal.ProductComponentLink
 
toString() - Method in class org.faktorips.runtime.internal.Table
Returns the String representation of up to ten of this table's rows.
toString() - Method in class org.faktorips.runtime.internal.tableindex.ResultStructure
 
toString() - Method in class org.faktorips.runtime.internal.tableindex.UniqueResultStructure
 
toString() - Method in class org.faktorips.runtime.internal.toc.AbstractReadonlyTableOfContents
 
toString() - Method in class org.faktorips.runtime.internal.toc.GenerationTocEntry
 
toString() - Method in class org.faktorips.runtime.internal.toc.TocEntryObject
 
toString() - Method in class org.faktorips.runtime.Message
 
toString() - Method in class org.faktorips.runtime.MessageList
Returns all messages in the list separated by a line separator.
toString() - Method in enum org.faktorips.runtime.modeltype.IModelTypeAttribute.AttributeType
 
toString() - Method in class org.faktorips.runtime.modeltype.internal.ModelType
 
toString() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAssociation
 
toString() - Method in class org.faktorips.runtime.modeltype.internal.ModelTypeAttribute
 
toString() - Method in class org.faktorips.runtime.MsgReplacementParameter
 
toString() - Method in class org.faktorips.runtime.ObjectProperty
 
toString() - Method in exception org.faktorips.runtime.ProductCmptGenerationNotFoundException
 
toString() - Method in exception org.faktorips.runtime.ProductCmptNotFoundException
 
toString() - Method in class org.faktorips.runtime.test.IpsTestCase2
 
toString() - Method in class org.faktorips.runtime.test.IpsTestFailure
Returns a string representation of the IPS test failure.
toString() - Method in class org.faktorips.runtime.test.IpsTestSuite
 
toStringFromList(List<String>) - Static method in class org.faktorips.runtime.test.AbstractIpsTestRunner
 
toTimeInMillisecs(TimeZone) - Method in class org.faktorips.runtime.internal.DateTime
 
toXml(Document, DefaultInternationalString) - Static method in class org.faktorips.runtime.internal.InternationalStringXmlReaderWriter
Creates a new Element containing the given DefaultInternationalString.
toXml(Document, Collection<LocalizedString>) - Static method in class org.faktorips.runtime.internal.InternationalStringXmlReaderWriter
Creates a new Element containing the given localized strings.
toXml(Document) - Method in interface org.faktorips.runtime.internal.IXmlPersistenceSupport
Creates an Element (using the given document) that represents this object in XML.
toXml(Document) - Method in class org.faktorips.runtime.internal.ProductComponent
Creates an XML Element that represents this product component's data.
toXml(Document, boolean) - Method in class org.faktorips.runtime.internal.ProductComponent
Creates an XML Element that represents this product component's data.
toXml(Document) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Creates an XML Element that represents this product component generation's data.
toXml(Document) - Method in class org.faktorips.runtime.internal.ProductComponentLink
 
toXml(Document) - Method in class org.faktorips.runtime.internal.toc.TocEntry
 
TwoColumnRangeStructure<K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R> - Class in org.faktorips.runtime.internal.tableindex
A SearchStructure that maps ranges (keys) to nested SearchStructures i.e.
TypeHierarchyVisitor - Class in org.faktorips.runtime.modeltype
A visitor that allows to implement functions on a type's hierarchy.
TypeHierarchyVisitor() - Constructor for class org.faktorips.runtime.modeltype.TypeHierarchyVisitor
 

U

UniqueResultStructure<R> - Class in org.faktorips.runtime.internal.tableindex
UniqueResultStructures are the leaves in the tree of nested SearchStructures.
unmarshal(String) - Method in class org.faktorips.runtime.jaxb.ProductConfigurationXmlAdapter
Returns the product component for the specified ID.

V

validate(IValidationContext) - Method in interface org.faktorips.runtime.IModelObject
Validates the model object and returns a list of messages.
validate(IValidationContext) - Method in class org.faktorips.runtime.internal.AbstractModelObject
 
validate(MessageList, IValidationContext) - Method in class org.faktorips.runtime.internal.AbstractModelObject
Validates the policy component and adds any messages generated to the given list.
validateDependants(MessageList, IValidationContext) - Method in class org.faktorips.runtime.internal.AbstractModelObject
Validates the policy component's dependant components and adds any message generated to the given list.
validateSelf(MessageList, IValidationContext) - Method in class org.faktorips.runtime.internal.AbstractModelObject
Validates this policy component's state without validating the dependant components.
VALIDATION_CONTEXT_GET_LOCALE - Static variable in class org.faktorips.runtime.internal.MethodNames
 
ValidationContext - Class in org.faktorips.runtime
Default implementation of IValidationContext.
ValidationContext(Locale, ClassLoader) - Constructor for class org.faktorips.runtime.ValidationContext
Creates a new validation context with the specified local.
ValidationContext(Locale) - Constructor for class org.faktorips.runtime.ValidationContext
Creates a new validation context with the specified local.
ValidationContext() - Constructor for class org.faktorips.runtime.ValidationContext
Creates a new validation context with the default locale (Locale .getDefault()).
ValidationRuleConfiguration - Class in org.faktorips.runtime.internal
Class representing a validation rule configuration at runtime.
ValidationRuleConfiguration(String, boolean) - Constructor for class org.faktorips.runtime.internal.ValidationRuleConfiguration
Creates a ValidationRuleConfiguration with the given name and activation state.
ValidationRuleConfiguration(Element) - Constructor for class org.faktorips.runtime.internal.ValidationRuleConfiguration
Creates a ValidationRuleConfiguration and initializes it with the data provided by the given element.
valueOf(String) - Static method in enum org.faktorips.runtime.IDeltaComputationOptions.ComputationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.faktorips.runtime.internal.tableindex.RangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.faktorips.runtime.modeltype.IModelTypeAssociation.AssociationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.faktorips.runtime.modeltype.IModelTypeAttribute.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.faktorips.runtime.modeltype.IModelTypeAttribute.ValueSetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.faktorips.runtime.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.faktorips.runtime.IDeltaComputationOptions.ComputationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.faktorips.runtime.internal.tableindex.RangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.faktorips.runtime.modeltype.IModelTypeAssociation.AssociationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.faktorips.runtime.modeltype.IModelTypeAttribute.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.faktorips.runtime.modeltype.IModelTypeAttribute.ValueSetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.faktorips.runtime.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
ValueToXmlHelper - Class in org.faktorips.runtime.internal
Helper class to write values to XML and retrieve them from XML.
visit(IModelObjectDelta) - Method in interface org.faktorips.runtime.IModelObjectDeltaVisitor
Visits the given model object delta.
visit(IModelObject) - Method in interface org.faktorips.runtime.IModelObjectVisitor
Visits the given model object.
visitHierarchy(IModelType) - Method in class org.faktorips.runtime.modeltype.TypeHierarchyVisitor
Visits the given type and all it's super types.
VISITOR_VISIT - Static variable in class org.faktorips.runtime.internal.MethodNames
 
visitType(IModelType) - Method in class org.faktorips.runtime.modeltype.TypeHierarchyVisitor
Visits the given type.

W

WARNING - Static variable in class org.faktorips.runtime.Message
Severity warning.
warning(String) - Static method in class org.faktorips.runtime.Message
Creates a new Message.Builder with Message.WARNING and the given message.
writeExtensionPropertiesToXml(Element) - Method in class org.faktorips.runtime.internal.RuntimeObject
 
writeExtensionPropertiesToXml(Element, Map<String, String>) - Method in class org.faktorips.runtime.internal.RuntimeObject
 
writeFormulaToXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponent
This method is used for writing a formulas to the XML of the given Element.
writeFormulaToXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
This method is used for writing a formulas to the XML of the given Element.
writePropertiesToXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponent
Subclasses override this method to write their properties into the given XML element.
writePropertiesToXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
Subclasses override this method to write their properties into the given XML element.
writeReferencesToXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponent
This is a utility method called by generated code.
writeReferencesToXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
This is a utility method called by generated code.
writeTableUsagesToXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponent
This is a utility method called by generated code.
writeTableUsagesToXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
This is a utility method called by generated code.
writeTableUsageToXml(Element, String, String) - Method in class org.faktorips.runtime.internal.ProductComponent
This method is used for writing a table usage to the XML of the given Element.
writeTableUsageToXml(Element, String, String) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
This method is used for writing a table usage to the XML of the given Element.
writeValidationRuleConfigsToXml(Element) - Method in class org.faktorips.runtime.internal.ProductComponentGeneration
 

X

XML_ATTR_LOCALE - Static variable in class org.faktorips.runtime.internal.InternationalStringXmlReaderWriter
 
XML_ATTR_TEXT - Static variable in class org.faktorips.runtime.internal.InternationalStringXmlReaderWriter
 
XML_ATTRIBUTE_ATTRIBUTE - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_ATTRIBUTE_CONTAINS_NULL - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_ATTRIBUTE_IS_NULL - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_ATTRIBUTE_STRUCTURE_USAGE - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_ELEMENT_LOCALIZED_STRING - Static variable in class org.faktorips.runtime.internal.InternationalStringXmlReaderWriter
 
XML_TAG - Static variable in class org.faktorips.runtime.internal.InternationalStringXmlReaderWriter
 
XML_TAG - Static variable in class org.faktorips.runtime.internal.toc.EnumContentTocEntry
 
XML_TAG - Static variable in class org.faktorips.runtime.internal.toc.EnumXmlAdapterTocEntry
 
XML_TAG - Static variable in class org.faktorips.runtime.internal.toc.GenerationTocEntry
 
XML_TAG - Static variable in class org.faktorips.runtime.internal.toc.PolicyCmptTypeTocEntry
 
XML_TAG - Static variable in class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
 
XML_TAG - Static variable in class org.faktorips.runtime.internal.toc.ProductCmptTypeTocEntry
 
XML_TAG - Static variable in class org.faktorips.runtime.internal.toc.TableContentTocEntry
 
XML_TAG - Static variable in interface org.faktorips.runtime.modeltype.IModelType
 
XML_TAG - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
XML_TAG - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
 
XML_TAG_ALL_VALUES - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_TAG_ATTRIBUTE_VALUE - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_TAG_CONFIG_ELEMENT - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_TAG_DATA - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_TAG_ENUM - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_TAG_LOWER_BOUND - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_TAG_MULTIVALUE - Static variable in class org.faktorips.runtime.internal.MultiValueXmlHelper
 
XML_TAG_RANGE - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_TAG_STEP - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_TAG_TABLE_CONTENT_NAME - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_TAG_TABLE_CONTENT_USAGE - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_TAG_UPPER_BOUND - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_TAG_VALUE - Static variable in class org.faktorips.runtime.internal.MultiValueXmlHelper
 
XML_TAG_VALUE - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
Used for both the value of a config element and the values of an enum value set.
XML_TAG_VALUE_SET - Static variable in class org.faktorips.runtime.internal.ValueToXmlHelper
 
XML_WRAPPER_TAG - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAssociation
 
XML_WRAPPER_TAG - Static variable in interface org.faktorips.runtime.modeltype.IModelTypeAttribute
 
XmlCallback - Interface in org.faktorips.runtime.internal
Callback interface for XML initialization.
XmlUtil - Class in org.faktorips.runtime.internal
A collection of utility methods for xml handling.

A B C D E F G H I J K L M N O P R S T U V W X

Copyright © 2015. All rights reserved.