Uses of Interface
pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntax
-
Packages that use AttributeValueSyntax Package Description pl.edu.icm.unity.engine.api The main entry point to engine's functionality.pl.edu.icm.unity.engine.api.attributes -
-
Uses of AttributeValueSyntax in pl.edu.icm.unity.engine.api
Methods in pl.edu.icm.unity.engine.api with parameters of type AttributeValueSyntax Modifier and Type Method Description <T> List<String>AttributeValueConverter. externalValuesToInternal(AttributeValueSyntax<T> syntax, List<?> externalValues)<T> List<String>AttributeValueConverter. internalValuesToExternal(AttributeValueSyntax<T> syntax, List<String> internalValues)<T> List<T>AttributeValueConverter. internalValuesToObjectValues(AttributeValueSyntax<T> syntax, List<String> internalValues)<T> List<String>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 AttributeValueSyntax Modifier and Type Method Description AttributeValueSyntax<T>AbstractAttributeValueSyntaxFactory. createInstance()AttributeValueSyntax<T>AttributeValueSyntaxFactory. createInstance()AttributeValueSyntax<?>AttributeTypeSupport. getSyntax(Attribute attribute)AttributeValueSyntax<?>AttributeTypeSupport. getSyntax(AttributeType at)AttributeValueSyntax<?>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.AttributeValueSyntax<?>AttributeTypeSupport. getUnconfiguredSyntax(String syntaxId)Constructor parameters in pl.edu.icm.unity.engine.api.attributes with type arguments of type AttributeValueSyntax Constructor Description AbstractAttributeValueSyntaxFactory(String id, Supplier<AttributeValueSyntax<T>> instanceSupplier)
-