Uses of Class
ai.stapi.graph.attribute.attributeFactory.AttributeValueFactoryInput
Packages that use AttributeValueFactoryInput
Package
Description
-
Uses of AttributeValueFactoryInput in ai.stapi.graph.attribute.attributeFactory
Method parameters in ai.stapi.graph.attribute.attributeFactory with type arguments of type AttributeValueFactoryInputModifier and TypeMethodDescriptionAttribute<?>AttributeFactory.create(String attributeName, List<AttributeValueFactoryInput> parameters, Map<String, MetaData> metaData) Attribute<?>GenericAttributeFactory.create(String attributeName, String structureType, List<AttributeValueFactoryInput> values, Map<String, MetaData> metaData) Attribute<?>LeafAttributeFactory.create(String attributeName, List<AttributeValueFactoryInput> parameters, Map<String, MetaData> metaData) Attribute<?>ListAttributeFactory.create(String attributeName, List<AttributeValueFactoryInput> parameters, Map<String, MetaData> metaData) Attribute<?>SetAttributeFactory.create(String attributeName, List<AttributeValueFactoryInput> parameters, Map<String, MetaData> metaData) -
Uses of AttributeValueFactoryInput in ai.stapi.graph.attribute.attributeFactory.attributeValueFactory
Methods in ai.stapi.graph.attribute.attributeFactory.attributeValueFactory with parameters of type AttributeValueFactoryInputModifier and TypeMethodDescriptionGenericAttributeValueFactory.create(String attributeName, AttributeValueFactoryInput parameters)