-
Notifications
You must be signed in to change notification settings - Fork 51
General properties for queuing multihistory elements #419
Copy link
Copy link
Open
Labels
analysisAdds or changes evolution analysis tools, e.g., `WolframModelEvolutionObject` propertiesAdds or changes evolution analysis tools, e.g., `WolframModelEvolutionObject` propertiesfeatureNew functionality, or change in existing functionalityNew functionality, or change in existing functionalitywolfram languageRequires Wolfram Language implementationRequires Wolfram Language implementation
Milestone
Metadata
Metadata
Assignees
Labels
analysisAdds or changes evolution analysis tools, e.g., `WolframModelEvolutionObject` propertiesAdds or changes evolution analysis tools, e.g., `WolframModelEvolutionObject` propertiesfeatureNew functionality, or change in existing functionalityNew functionality, or change in existing functionalitywolfram languageRequires Wolfram Language implementationRequires Wolfram Language implementation
The problem
Many of the properties just need to extract lists of various elements. For example,
"FinalState"extracts the list of expressions at the final state represented by their atoms content.We need generic functions that would extract such sets of elements based on specified conditions.
Possible solution
The syntax should probably be:
"ExpressionsList","AtomsList","EventsList", etc."Atoms","Expressions","Events", etc.All,"StateAfterGeneration","StateAfterEvent","Generation","FinalState","EvolutionBeforeEvent", etc.The example above would be equivalent to
or
would be equivalent to