|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
DataPackage| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
static DataFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | |
|---|---|
Federate |
createFederate()
Returns a new object of class 'Federate'. |
Federate |
createFederate(LrcHandle lrcRemote,
FederateHandle federateHandle,
FederationExecution execution)
|
ObjectInstance |
createObjectInstance()
Returns a new object of class 'Object Instance'. |
ObjectInstance |
createObjectInstance(ObjectClass objectClass,
ObjectInstanceHandle objectInstanceHandle)
Creates an object instance with its name set to "HLA_" + objectInstanceHandle.toString(). |
DataPackage |
getDataPackage()
Returns the package supported by this factory. |
| Methods inherited from interface org.eclipse.emf.ecore.EFactory |
|---|
convertToString, create, createFromString, getEPackage, setEPackage |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
static final DataFactory eINSTANCE
| Method Detail |
|---|
Federate createFederate()
Federate createFederate(LrcHandle lrcRemote,
FederateHandle federateHandle,
FederationExecution execution)
federateHandle - lrcRemote - ObjectInstance createObjectInstance()
ObjectInstance createObjectInstance(ObjectClass objectClass,
ObjectInstanceHandle objectInstanceHandle)
"HLA_" + objectInstanceHandle.toString().
objectClass - the object class of the instanceobjectInstanceHandle - the federation wide unique handle of the new instance
DataPackage getDataPackage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||