Support resource loader in UmlStateMachineModelFactory

- Fixes #200
This commit is contained in:
Janne Valkealahti
2016-04-17 16:10:44 +01:00
parent 519d3e9029
commit 9bf9d6cdfb
5 changed files with 49 additions and 11 deletions

View File

@@ -1761,7 +1761,8 @@ After uml file is in place in your project, it can be imported into
configuration using `StateMachineModelConfigurer` where
`StateMachineModelFactory` is associated with a model.
`UmlStateMachineModelFactory` is a special factory which knows how to
process _Eclipse Papyrus_ generated uml structure.
process _Eclipse Papyrus_ generated uml structure. Source uml file can
either be given as a Spring `Resource` or a normal location string.
[source,java,indent=0]
----