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> java.util.List<java.lang.String>AttributeValueConverter. externalValuesToInternal(AttributeValueSyntax<T> syntax, java.util.List<?> externalValues)<T> java.util.List<java.lang.String>AttributeValueConverter. internalValuesToExternal(AttributeValueSyntax<T> syntax, java.util.List<java.lang.String> internalValues)<T> java.util.List<T>AttributeValueConverter. internalValuesToObjectValues(AttributeValueSyntax<T> syntax, java.util.List<java.lang.String> internalValues)<T> java.util.List<java.lang.String>AttributeValueConverter. objectValuesToInternalValues(AttributeValueSyntax<T> syntax, java.util.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(pl.edu.icm.unity.types.basic.Attribute attribute)AttributeValueSyntax<?>AttributeTypeSupport. getSyntax(pl.edu.icm.unity.types.basic.AttributeType at)AttributeValueSyntax<?>AttributeTypeSupport. getSyntaxFallingBackToDefault(pl.edu.icm.unity.types.basic.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.Constructor parameters in pl.edu.icm.unity.engine.api.attributes with type arguments of type AttributeValueSyntax Constructor Description AbstractAttributeValueSyntaxFactory(java.lang.String id, java.util.function.Supplier<AttributeValueSyntax<T>> instanceSupplier)
-