Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Class Transition{
  2. private Long id;
  3. Set<Property> from;
  4. Set<Property> to;
  5. Boolean isAllowed;
  6. }
  7.  
  8. Class Property{
  9. private Long id;
  10. private String name;
  11. private PropertyTypeEnum type;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement