Uses of Interface
de.uni_trier.wi2.procake.data.model.base.AttributePath
-
Packages that use AttributePath Package Description de.uni_trier.wi2.procake.data.model Provides interfaces of all data classes and of the data model.de.uni_trier.wi2.procake.data.model.base de.uni_trier.wi2.procake.data.model.base.impl de.uni_trier.wi2.procake.data.model.impl de.uni_trier.wi2.procake.data.object.base de.uni_trier.wi2.procake.data.object.base.impl de.uni_trier.wi2.procake.data.object.transformation -
-
Uses of AttributePath in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that return AttributePath Modifier and Type Method Description static AttributePathModelFactory. newAttributePath()Creates a newAttributePaththat can be used to resolve attributes inAggregateObjects.AttributePathModelFactoryObject. newAttributePath() -
Uses of AttributePath in de.uni_trier.wi2.procake.data.model.base
Methods in de.uni_trier.wi2.procake.data.model.base that return AttributePath Modifier and Type Method Description AttributePathAttributePath. deepCopy()deepCopy. -
Uses of AttributePath in de.uni_trier.wi2.procake.data.model.base.impl
Classes in de.uni_trier.wi2.procake.data.model.base.impl that implement AttributePath Modifier and Type Class Description classAttributePathImplImplementation ofAttributePath.Methods in de.uni_trier.wi2.procake.data.model.base.impl that return AttributePath Modifier and Type Method Description AttributePathAttributePathImpl. deepCopy()deepCopy. -
Uses of AttributePath in de.uni_trier.wi2.procake.data.model.impl
Methods in de.uni_trier.wi2.procake.data.model.impl that return AttributePath Modifier and Type Method Description AttributePathModelFactoryObjectImpl. newAttributePath() -
Uses of AttributePath in de.uni_trier.wi2.procake.data.object.base
Methods in de.uni_trier.wi2.procake.data.object.base with parameters of type AttributePath Modifier and Type Method Description DataClassAggregateObject. resolveAttributeClass(AttributePath path)DataObjectAggregateObject. resolveAttributeValue(AttributePath path) -
Uses of AttributePath in de.uni_trier.wi2.procake.data.object.base.impl
Methods in de.uni_trier.wi2.procake.data.object.base.impl with parameters of type AttributePath Modifier and Type Method Description DataClassAggregateObjectImpl. resolveAttributeClass(AttributePath path)DataObjectAggregateObjectImpl. resolveAttributeValue(AttributePath path) -
Uses of AttributePath in de.uni_trier.wi2.procake.data.object.transformation
Methods in de.uni_trier.wi2.procake.data.object.transformation that return AttributePath Modifier and Type Method Description AttributePathTransformationConfigFactoryObjectImpl. newAttributePath()
-