Uses of Interface
pl.edu.icm.unity.engine.api.attributes.AttributeValueSyntaxFactory
-
Packages that use AttributeValueSyntaxFactory Package Description pl.edu.icm.unity.engine.api.attributes -
-
Uses of AttributeValueSyntaxFactory in pl.edu.icm.unity.engine.api.attributes
Classes in pl.edu.icm.unity.engine.api.attributes that implement AttributeValueSyntaxFactory Modifier and Type Class Description class
AbstractAttributeValueSyntaxFactory<T>
GenericAttributeValueSyntax
factory simplifying its creation.Methods in pl.edu.icm.unity.engine.api.attributes with parameters of type AttributeValueSyntaxFactory Modifier and Type Method Description protected java.lang.String
AttributeSyntaxFactoriesRegistry. getId(AttributeValueSyntaxFactory<?> from)
Constructor parameters in pl.edu.icm.unity.engine.api.attributes with type arguments of type AttributeValueSyntaxFactory Constructor Description AttributeSyntaxFactoriesRegistry(java.util.Optional<java.util.List<AttributeValueSyntaxFactory<?>>> typeElements)
-