|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VirtualFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
VirtualPackage
Field Summary | |
---|---|
static VirtualFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
BooleanSlot |
createBooleanSlot()
Returns a new object of class 'Boolean Slot'. |
FloatSlot |
createFloatSlot()
Returns a new object of class 'Float Slot'. |
IntegerSlot |
createIntegerSlot()
Returns a new object of class 'Integer Slot'. |
ReferenceSlot |
createReferenceSlot()
Returns a new object of class 'Reference Slot'. |
StringSlot |
createStringSlot()
Returns a new object of class 'String Slot'. |
VirtualModel |
createVirtualModel()
Returns a new object of class 'Model'. |
VirtualObject |
createVirtualObject()
Returns a new object of class 'Object'. |
VirtualPackage |
getVirtualPackage()
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final VirtualFactory eINSTANCE
Method Detail |
---|
VirtualModel createVirtualModel()
VirtualObject createVirtualObject()
StringSlot createStringSlot()
IntegerSlot createIntegerSlot()
BooleanSlot createBooleanSlot()
FloatSlot createFloatSlot()
ReferenceSlot createReferenceSlot()
VirtualPackage getVirtualPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |