invariant OclAnyC ajusted

git-svn-id: https://projects.brucker.ch/su4sml/svn/su4sml/trunk@7891 3260e6d1-4efc-4170-b0a7-36055960796d
This commit is contained in:
Manuel Krucker 2008-05-07 06:56:14 +00:00
parent 0dcd86776d
commit 92145daf85
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ exception Rep_CoreError of string
val OclLibPackage = "oclLib"
val OclAnyC = Class{name=Rep_OclType.OclAny,parent=NONE,attributes=[],
operations=[], interfaces=[],
invariant=[(Literal("true",Boolean))],stereotypes=[], associations=[],
invariant=[(NONE,Literal("true",Boolean))],stereotypes=[], associations=[],
thyname=NONE,
visibility = public,
activity_graphs=nil}