Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model41/Model41"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model41
Jump to navigationJump to search
 
(8 intermediate revisions by the same user not shown)
Line 12: Line 12:
<wiml>
<wiml>
* Model41 CoreClass
* Model41 CoreClass
** Name String
** Model41 net/leue/andreas/sandbox/model41/Model41(*)
   + XMPresentation
   + XMPresentation
     - TreeNodeChild = true
     - ManyType = [{Name=Tree,Type=Tree}]
   + XMLogic
   + XMLogic
     - Roots = JavaCode=null
     - AllSetTreeRoots={Roots={JavaCode=null},Filter=true}
     - Filter = true
  + XMAssembly
    - BrowserTableConfiguration = "RootsOnly"
** Name String
** Root Boolean
  + XMLogicRetriever
     - FilterConfigurationValues = [{FilterName="",ConfigurationName="RootsOnly",Code={JavaCode=true}}]
** Child net/leue/andreas/sandbox/model41/Model41(*)
  +< XMPresentation
      - TreeNodeChild = true
</wiml>
</wiml>

Latest revision as of 13:10, 3 August 2023

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Model
More
Download Code
Namespace (more)

Private namespace of Andreas Leue.

create new pages

Code[edit]

Model41
«CoreClass»
...
XMPresentation ManyType[
{
        Name = Tree,
        Type = Tree
    }
]
XMLogic AllSetTreeRoots{
    Roots = {
        JavaCode = null
    },
    Filter = true
}
XMAssembly BrowserTableConfiguration"RootsOnly"
NameString«»
RootBoolean«»
...
XMLogicRetriever FilterConfigurationValues[
{
        FilterName = "",
        ConfigurationName = "RootsOnly",
        Code = {
            JavaCode = true
        }
    }
]
Child──*──► Model41«»
...
XMPresentation (End 1) TreeNodeChildtrue