Uses of Interface
pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
Packages that use AttributeValueSyntax
Package
Description
The main entry point to engine's functionality.
-
Uses of AttributeValueSyntax in pl.edu.icm.unity.engine.api
Methods in pl.edu.icm.unity.engine.api with parameters of type AttributeValueSyntaxModifier and TypeMethodDescriptionAttributeValueConverter.externalValuesToInternal(AttributeValueSyntax<T> syntax, List<?> externalValues) AttributeValueConverter.internalValuesToExternal(AttributeValueSyntax<T> syntax, List<String> internalValues) <T> List<T>AttributeValueConverter.internalValuesToObjectValues(AttributeValueSyntax<T> syntax, List<String> internalValues) AttributeValueConverter.objectValuesToInternalValues(AttributeValueSyntax<T> syntax, List<T> typedValues) -
Uses of AttributeValueSyntax in pl.edu.icm.unity.engine.api.attributes
Methods in pl.edu.icm.unity.engine.api.attributes that return AttributeValueSyntaxModifier and TypeMethodDescriptionAbstractAttributeValueSyntaxFactory.createInstance()AttributeValueSyntaxFactory.createInstance()AttributeTypeSupport.getSyntax(AttributeType at) AttributeTypeSupport.getSyntaxFallingBackToDefault(Attribute attribute) AsAttributeTypeSupport.getSyntax(Attribute)but this method returns a syntax with default configuration for the given attribute if there is no attribute type recorded in the system.AttributeTypeSupport.getUnconfiguredSyntax(String syntaxId) Constructor parameters in pl.edu.icm.unity.engine.api.attributes with type arguments of type AttributeValueSyntaxModifierConstructorDescriptionAbstractAttributeValueSyntaxFactory(String id, Supplier<AttributeValueSyntax<T>> instanceSupplier)