Skip to main content
Version: 2.1.1-java-11

CreateTopLevelVirtualModel   CreateTopLevelVirtualModel

No documentation yet


Usage

[VirtualModel <value> =]
CreateTopLevelVirtualModel(
resourceName=<resourceName_path>,
resourceCenter=<resourceCenter_path>,
relativePath=<relativePath_path>[,
options])

or

[VirtualModel <value> =]
FML::CreateTopLevelVirtualModel(
resourceName=<resourceName_path>,
resourceCenter=<resourceCenter_path>,
relativePath=<relativePath_path>[,
options])

where

  • \<resourceName_path> addresses a String
  • \<resourceCenter_path> addresses a FlexoResourceCenter<?>
  • \<relativePath_path> addresses a String

Configuration

PropertyType Required 
resourceName  String  yes
resourceCenter  FlexoResourceCenter<?>  yes
relativePath  String  yes
resourceURI  String  no

  • resourceName : name for the resource to be created
  • resourceCenter : ResourceCenter where the resource should be registered
  • relativePath : relative path (relative to the resource center) where the resource should be created
  • resourceURI : URI for the resource to be created

Javadoc

org.openflexo.foundation.fml.ta.CreateTopLevelVirtualModel