Package ZenModel :: Module Linkable :: Class Linkable
[hide private]
[frames] | no frames]

Class Linkable

source code

Known Subclasses:
OSComponent.OSComponent

A mixin allowing an object to be the endpoint of a Link object.

Instance Methods [hide private]
 
getEndpointName(self)
Returns a unique endpoint name
source code
 
isInLocation(self, context)
Checks if Linkable is in given Location
source code
 
unlink(self)
Removes all links associated with a Linkable
source code
Class Variables [hide private]
  meta_type = 'Linkable'
  _relations = (('links', <Products.ZenRelations.RelSchema.ToMan...
Class Variable Details [hide private]

_relations

Value:
"links", ToMany(ToMany, "Products.ZenModel.Link", "endpoints"),