I'm creating some use cases for a project and i got confused about some UML concept about actors and use cases.
An actor is someone or another system that my software will have some boundry.
Starting after this, i got two questions:
A - Can i have an actor to represent a part of my own system that will work with no contact to user? e.g. An AI that will calculate something.
B - Since that the question above got a no with answer, my second question is: Can i have a Use case not assigned to some actor?
Well, and if I get two "false's" how must i do this thing?
Thank you