Class GenerationUtil
Object
GenerationUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic Pair<RowValues,RecordingAttributeUpdateChecker> getValuesFromSubjectForest(StructureGenerator.GenerationContext context, AttributeSpec<?> spec, LongList rows, StructureAttributeService attributeService) static Pair<RowValues,RecordingAttributeUpdateChecker> getValuesFromSubjectForest(StructureGenerator.GenerationContext context, Collection<? extends AttributeSpec<?>> specs, LongList rows, StructureAttributeService attributeService)
-
Method Details
-
getValuesFromSubjectForest
@NotNull public static Pair<RowValues,RecordingAttributeUpdateChecker> getValuesFromSubjectForest(StructureGenerator.GenerationContext context, AttributeSpec<?> spec, LongList rows, StructureAttributeService attributeService) -
getValuesFromSubjectForest
@NotNull public static Pair<RowValues,RecordingAttributeUpdateChecker> getValuesFromSubjectForest(StructureGenerator.GenerationContext context, Collection<? extends AttributeSpec<?>> specs, LongList rows, StructureAttributeService attributeService)
-