class documentation
class AbstractCallable(AbstractUaObject):
Known subclasses: server.interfaces.AbstractMethod, server.interfaces.AbstractSkill
Callable interface, shared base for AbstractSkill and AbstractMethod.
| Async Method | _condition |
Check if the provided user has access to this skill. |
| Async Method | _condition |
Check whether ALL dependencies are ready (different meaning for different types). |
| Async Method | _condition |
Check whether the parent component/machine startup is completed. |
Inherited from AbstractUaObject:
| Method | access |
Check whether user is currently allowed access to this UaObject. |
| Async Method | condition |
Check whether this object is ready as a dependency in composite skills, etc. |
| Property | full |
Return the full name including the names of all parents, separated by '/'. |
| Property | lock |
Lock instance protecting this UaObject. |
| Property | logger |
Logger associated with the UaObject instance. |
| Property | name |
Name of the UaObject. |
| Property | path |
Return the full path of the object. |
| Property | server |
Server instance. |
| Property | ua |
Raw OPC UA node. |