| Package | Description |
|---|---|
| pl.edu.icm.unity.engine.api.attributes |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueSyntax<T> |
AttributeValueSyntaxFactory.createInstance() |
AttributeValueSyntax<T> |
AbstractAttributeValueSyntaxFactory.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)
As
AttributeTypeSupport.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 and Description |
|---|
AbstractAttributeValueSyntaxFactory(String id,
Supplier<AttributeValueSyntax<T>> instanceSupplier) |
Copyright © 2018 Unity. All rights reserved.