X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Workspace%2FSiman-Common%2Fsrc%2Forg%2Fsplat%2Fdal%2Fbo%2Fkernel%2FRelation.java;h=c5bc21ef8338955fca60bd11ce2749555a21306f;hb=b6343a018a953ae4bf5b843ae62aa0a30e2abb22;hp=9f8964fb6bb8dd1ea392d57e53a663f5a8c72066;hpb=c67536311c955b7cff290cc0d9001da1710e9cd5;p=tools%2Fsiman.git diff --git a/Workspace/Siman-Common/src/org/splat/dal/bo/kernel/Relation.java b/Workspace/Siman-Common/src/org/splat/dal/bo/kernel/Relation.java index 9f8964f..c5bc21e 100644 --- a/Workspace/Siman-Common/src/org/splat/dal/bo/kernel/Relation.java +++ b/Workspace/Siman-Common/src/org/splat/dal/bo/kernel/Relation.java @@ -1,10 +1,10 @@ package org.splat.dal.bo.kernel; + + /** - * Base implementation of relations between entities.
- * A relation makes a typed link from an entity to any kind persistent object. The relations are typed by subclasses of this - * abstract class which define the actual object referenced by the relation.
- * This Relation base class implements unidirectional relations. The bidirectionality must be implemented in concrete subclasses - * by: + * Base implementation of relations between entities.
A relation makes a typed link from an entity to any kind persistent object. The + * relations are typed by subclasses of this abstract class which define the actual object referenced by the relation.
This Relation + * base class implements unidirectional relations. The bidirectionality must be implemented in concrete subclasses by: *