| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
modeled.Modeled --+
|
object --+ |
| |
_impl.Ided --+
|
modeled.Importable --+
|
object --+ |
| |
content.WithContent --+
|
object --+ |
| |
viewable.Viewable --+ |
| |
??.ViewableWithClass-6 --+
|
object --+ |
| |
_impl.Metaed --+ |
| |
_impl.Authored --+
|
object --+ |
| |
_impl.Metaed --+ |
| |
_impl.Dated --+
|
object --+ |
| |
_impl.Ided --+ |
| |
_impl.Uried --+
|
object --+ |
| |
_impl.Metaed --+ |
| |
_impl.Tagged --+
|
Annotation
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Inherited from modeled.Importable | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Inherited from modeled.Modeled | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Inherited from content.WithContent | |||
|
|||
|
|||
|
|||
|
|||
|
|||
| Inherited from viewable.Viewable | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Inherited from _impl.Authored | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Inherited from _impl.Dated | |||
|
|||
|
|||
|
|||
| Inherited from _impl.Uried | |||
|
|||
|
|||
| Inherited from _impl.Ided | |||
|
|||
| Inherited from _impl.Tagged | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Inherited from _impl.Metaed | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Inherited from viewable.Viewable | |||
|---|---|---|---|
|
|||
|
|||
| Inherited from _impl.Ided | |||
|
|||
|
|||
__metaclass__ = auto_propertiesMetaclass automatically defining properties. |
|||
|
|||
| context | |||
|
fragment Return the fragment associated to this annotation |
|||
|
incomingRelations Return all the binary relations having this annotation as their second member. |
|||
|
outgoingRelations Return all the binary relations having this annotation as their first member. |
|||
|
related Return the related annotation. |
|||
|
relatedIn Return the list of related incoming annotations. |
|||
|
relatedOut Return the list of related outgoing annotations. |
|||
|
relations Return all the relations involving this annotation. |
|||
|
type Return the type of this annotation |
|||
|
typedIncomingRelations Return the incoming relations sorted by relation type ids. |
|||
|
typedOutgoingRelations Return the outgoing relations sorted by relation type ids. |
|||
|
typedRelatedIn Return the related incoming annotations sorted by relation type ids. |
|||
|
typedRelatedOut Return the related outgoing annotations sorted by relation type ids. |
|||
|
Inherited from Inherited from |
|||
| Inherited from modeled.Importable | |||
|---|---|---|---|
|
accessPath Return the access path for this element |
|||
|
id Return the id. |
|||
| importator | |||
| original | |||
|
rootPackage Modeled which are not Importable rely on their parent for the access path. |
|||
| Inherited from modeled.Modeled | |||
| ownerPackage | |||
| Inherited from content.WithContent | |||
| content | |||
| contentData | |||
| Inherited from viewable.Viewable | |||
| defaultView | |||
|
validViews Returns the ids of views from the root package which are valid for this object. |
|||
| Inherited from _impl.Authored | |||
|
author Return the author or None. |
|||
|
authorUrl Return the author URL or None. |
|||
| Inherited from _impl.Dated | |||
|
date Return the date. |
|||
| Inherited from _impl.Uried | |||
|
uri Return the URI. |
|||
| Inherited from _impl.Tagged | |||
|
tags Return the list of tags. |
|||
|
|||
The constructor has two modes of calling
|
Return a nice string representation of the object.
|
Return all the relations involving this annotation. If parameter =rank= is given, only the relations where this annotation is the rank'th member are returned. If parameter =order= is given, only the relations with exactly =order= members are returned. |
Return all the relations involving both this annotation and the =other= given annotation. Parameters =rank= and =order=, if provided, are applied for this annotation as they would be for =getRelation=. |
Return the related annotation. This is a shortcut for the case where there is only 1 binary relation. We search first outgoingRelations. If none exist, we check incomingRelations. |
|
|||
context
|
fragmentReturn the fragment associated to this annotation
|
incomingRelationsReturn all the binary relations having this annotation as their second member.
|
outgoingRelationsReturn all the binary relations having this annotation as their first member.
|
relatedReturn the related annotation. This is a shortcut for the case where there is only 1 binary relation. We search first outgoingRelations. If none exist, we check incomingRelations.
|
relatedInReturn the list of related incoming annotations.
|
relatedOutReturn the list of related outgoing annotations.
|
relationsReturn all the relations involving this annotation. If parameter =rank= is given, only the relations where this annotation is the rank'th member are returned. If parameter =order= is given, only the relations with exactly =order= members are returned.
|
typeReturn the type of this annotation
|
typedIncomingRelationsReturn the incoming relations sorted by relation type ids.
|
typedOutgoingRelationsReturn the outgoing relations sorted by relation type ids.
|
typedRelatedInReturn the related incoming annotations sorted by relation type ids.
|
typedRelatedOutReturn the related outgoing annotations sorted by relation type ids.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 22 14:37:43 2008 | http://epydoc.sourceforge.net |