public class Fuml extends Object
| Constructor and Description |
|---|
Fuml(File file)
Loads the given model-file and executes the behavior
found within the given model-file.
|
Fuml(File file,
String target)
Loads the given model-file and executes the given target behavior
found within the given model-file
|
Fuml(File file,
String uri,
String target)
Loads the given model-file and executes the given target behavior
found within the given model-file
|
Fuml(String namespaceURI,
String target)
Executes the given previously loaded target behavior.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(File file,
String uri,
String target) |
protected void |
execute(String uri,
String target) |
static void |
load(FileArtifact fileArtifact)
Reads and loads the given file as a model artifact.
|
static void |
load(File file,
String uri)
Reads and loads the given file as a model artifact.
|
static void |
load(ResourceArtifact artifact)
Reads and loads the given resource as a model artifact.
|
static void |
loadIncrementally(File file,
String uri)
Reads and loads the given file as a model artifact using an incremental
loading scheme.
|
static void |
loadIncrementally(ResourceArtifact artifact)
Reads and loads the given resource as a model artifact using an incremental
loading scheme.
|
static void |
main(String[] args) |
protected static void |
printUsage() |
public Fuml(File file)
file - the model-file
for the given model-filepublic Fuml(File file, String uri, String target)
file - the model-file to loaduri - the runtime-environment specific file or document URI
for the given model-file. If null the name of the file is used.target - the name for the given target behavior to executepublic Fuml(File file, String target)
file - the model-file to loadtarget - the name for the given target behavior to executepublic static void load(File file, String uri)
file - the model-file to loaduri - the runtime-environment specific document URIpublic static void load(FileArtifact fileArtifact)
fileArtifact - the FileArtifact to loadpublic static void loadIncrementally(File file, String uri)
file - the file to loaduri - the runtime-environment specific document URIpublic static void load(ResourceArtifact artifact)
file - the file to loadpublic static void loadIncrementally(ResourceArtifact artifact)
file - the file to loadprotected static void printUsage()
public static void main(String[] args)
Copyright © 2016. All rights reserved.