Uses of Interface
ai.stapi.graph.attribute.attributeFactory.AttributeFactory
Packages that use AttributeFactory
Package
Description
-
Uses of AttributeFactory in ai.stapi.graph.attribute.attributeFactory
Classes in ai.stapi.graph.attribute.attributeFactory that implement AttributeFactoryModifier and TypeClassDescriptionclassclassclassConstructor parameters in ai.stapi.graph.attribute.attributeFactory with type arguments of type AttributeFactory -
Uses of AttributeFactory in ai.stapi.graph.attribute.attributeFactory.exceptions
Method parameters in ai.stapi.graph.attribute.attributeFactory.exceptions with type arguments of type AttributeFactoryModifier and TypeMethodDescriptionstatic CannotCreateAttributeCannotCreateAttribute.becauseProvidedStructureTypeIsNotSupportedByAnyFactory(String attributeName, String structureType, List<Class<? extends AttributeFactory>> foundFactories) static CannotCreateAttributeCannotCreateAttribute.becauseProvidedStructureTypeIsSupportedByMoreThanOneFactory(String attributeName, String structureType, List<Class<? extends AttributeFactory>> foundFactories) -
Uses of AttributeFactory in ai.stapi.graph.configuration
Method parameters in ai.stapi.graph.configuration with type arguments of type AttributeFactoryModifier and TypeMethodDescriptionAttributeFactoryConfiguration.genericAttributeFactory(List<AttributeFactory> attributeFactories)