|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.Fuml
public class Fuml
| Constructor Summary | |
|---|---|
Fuml(java.io.File file)
Loads the given model-file and executes the behavior found within the given model-file. |
|
Fuml(java.io.File file,
java.lang.String target)
Loads the given model-file and executes the given target behavior found within the given model-file |
|
Fuml(java.io.File file,
java.lang.String uri,
java.lang.String target)
Loads the given model-file and executes the given target behavior found within the given model-file |
|
Fuml(java.lang.String namespaceURI,
java.lang.String target)
Executes the given previously loaded target behavior. |
|
| Method Summary | |
|---|---|
protected void |
execute(java.io.File file,
java.lang.String uri,
java.lang.String target)
|
protected void |
execute(java.lang.String uri,
java.lang.String target)
|
static void |
load(FileArtifact fileArtifact)
Reads and loads the given file as a model artifact. |
static void |
load(java.io.File file,
java.lang.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(java.io.File file,
java.lang.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(java.lang.String[] args)
|
protected static void |
printUsage()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Fuml(java.io.File file)
file - the model-file
for the given model-file
public Fuml(java.io.File file,
java.lang.String uri,
java.lang.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 execute
public Fuml(java.io.File file,
java.lang.String target)
file - the model-file to loadtarget - the name for the given target behavior to execute
public Fuml(java.lang.String namespaceURI,
java.lang.String target)
namespaceURI - the runtime-environment specific namespace URI
for the given target behavior to execute.target - the name for the given target behavior to execute| Method Detail |
|---|
public static void load(java.io.File file,
java.lang.String uri)
file - the model-file to loaduri - the runtime-environment specific document URIpublic static void load(FileArtifact fileArtifact)
fileArtifact - the FileArtifact to load
public static void loadIncrementally(java.io.File file,
java.lang.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 load
protected void execute(java.lang.String uri,
java.lang.String target)
protected void execute(java.io.File file,
java.lang.String uri,
java.lang.String target)
protected static void printUsage()
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||