Class LeafAttributeFactory
java.lang.Object
ai.stapi.graph.attribute.attributeFactory.LeafAttributeFactory
- All Implemented Interfaces:
AttributeFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAttribute<?>create(String attributeName, List<AttributeValueFactoryInput> parameters, Map<String, MetaData> metaData) booleansupportsStructureType(String structureType)
-
Constructor Details
-
LeafAttributeFactory
-
-
Method Details
-
create
public Attribute<?> create(String attributeName, List<AttributeValueFactoryInput> parameters, Map<String, MetaData> metaData) - Specified by:
createin interfaceAttributeFactory
-
supportsStructureType
- Specified by:
supportsStructureTypein interfaceAttributeFactory
-