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=b176ad0d0d2464d694763053959cb39879e5be70;hpb=a4ac35ce8653ea88a4b81a445c5de72411f10c85;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 b176ad0..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: *