Package org.eclipse.epf.uma.tests
Class UmaExample
java.lang.Object
org.eclipse.epf.uma.tests.UmaExample
public class UmaExample
extends java.lang.Object
A sample utility for the 'uma' package.
-
Constructor Summary
Constructors Constructor Description UmaExample()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Load all the argument file paths or URIs as instances of the model.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UmaExample
public UmaExample()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)Load all the argument file paths or URIs as instances of the model.- Parameters:
args
- the file paths or URIs.
-