Interface PrologmodelFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
PrologmodelFactoryImpl
public interface PrologmodelFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
PrologmodelPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static PrologmodelFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description And
createAnd()
Returns a new object of class 'And'.Attribute
createAttribute()
Returns a new object of class 'Attribute'.DataType
createDataType()
Returns a new object of class 'Data Type'.DefaultStateRef
createDefaultStateRef()
Returns a new object of class 'Default State Ref'.False
createFalse()
Returns a new object of class 'False'.MinStatic
createMinStatic()
Returns a new object of class 'Min Static'.Not
createNot()
Returns a new object of class 'Not'.Operation
createOperation()
Returns a new object of class 'Operation'.OperationCall
createOperationCall()
Returns a new object of class 'Operation Call'.Or
createOr()
Returns a new object of class 'Or'.ParameterRef
createParameterRef()
Returns a new object of class 'Parameter Ref'.Property
createProperty()
Returns a new object of class 'Property'.PropertyDefinition
createPropertyDefinition()
Returns a new object of class 'Property Definition'.PropertyRef
createPropertyRef()
Returns a new object of class 'Property Ref'.ReturnValueRef
createReturnValueRef()
Returns a new object of class 'Return Value Ref'.StateRef
createStateRef()
Returns a new object of class 'State Ref'.System
createSystem()
Returns a new object of class 'System'.SystemUsage
createSystemUsage()
Returns a new object of class 'System Usage'.True
createTrue()
Returns a new object of class 'True'.Value
createValue()
Returns a new object of class 'Value'.ValueSetType
createValueSetType()
Returns a new object of class 'Value Set Type'.Variable
createVariable()
Returns a new object of class 'Variable'.VariableAssignment
createVariableAssignment()
Returns a new object of class 'Variable Assignment'.PrologmodelPackage
getPrologmodelPackage()
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
-
eINSTANCE
static final PrologmodelFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createSystem
System createSystem()
Returns a new object of class 'System'.- Returns:
- a new object of class 'System'.
- Generated class or method.
-
createAttribute
Attribute createAttribute()
Returns a new object of class 'Attribute'.- Returns:
- a new object of class 'Attribute'.
- Generated class or method.
-
createValue
Value createValue()
Returns a new object of class 'Value'.- Returns:
- a new object of class 'Value'.
- Generated class or method.
-
createOperation
Operation createOperation()
Returns a new object of class 'Operation'.- Returns:
- a new object of class 'Operation'.
- Generated class or method.
-
createVariable
Variable createVariable()
Returns a new object of class 'Variable'.- Returns:
- a new object of class 'Variable'.
- Generated class or method.
-
createDataType
DataType createDataType()
Returns a new object of class 'Data Type'.- Returns:
- a new object of class 'Data Type'.
- Generated class or method.
-
createProperty
Property createProperty()
Returns a new object of class 'Property'.- Returns:
- a new object of class 'Property'.
- Generated class or method.
-
createPropertyDefinition
PropertyDefinition createPropertyDefinition()
Returns a new object of class 'Property Definition'.- Returns:
- a new object of class 'Property Definition'.
- Generated class or method.
-
createOperationCall
OperationCall createOperationCall()
Returns a new object of class 'Operation Call'.- Returns:
- a new object of class 'Operation Call'.
- Generated class or method.
-
createVariableAssignment
VariableAssignment createVariableAssignment()
Returns a new object of class 'Variable Assignment'.- Returns:
- a new object of class 'Variable Assignment'.
- Generated class or method.
-
createValueSetType
ValueSetType createValueSetType()
Returns a new object of class 'Value Set Type'.- Returns:
- a new object of class 'Value Set Type'.
- Generated class or method.
-
createTrue
True createTrue()
Returns a new object of class 'True'.- Returns:
- a new object of class 'True'.
- Generated class or method.
-
createFalse
False createFalse()
Returns a new object of class 'False'.- Returns:
- a new object of class 'False'.
- Generated class or method.
-
createAnd
And createAnd()
Returns a new object of class 'And'.- Returns:
- a new object of class 'And'.
- Generated class or method.
-
createOr
Or createOr()
Returns a new object of class 'Or'.- Returns:
- a new object of class 'Or'.
- Generated class or method.
-
createNot
Not createNot()
Returns a new object of class 'Not'.- Returns:
- a new object of class 'Not'.
- Generated class or method.
-
createParameterRef
ParameterRef createParameterRef()
Returns a new object of class 'Parameter Ref'.- Returns:
- a new object of class 'Parameter Ref'.
- Generated class or method.
-
createPropertyRef
PropertyRef createPropertyRef()
Returns a new object of class 'Property Ref'.- Returns:
- a new object of class 'Property Ref'.
- Generated class or method.
-
createSystemUsage
SystemUsage createSystemUsage()
Returns a new object of class 'System Usage'.- Returns:
- a new object of class 'System Usage'.
- Generated class or method.
-
createReturnValueRef
ReturnValueRef createReturnValueRef()
Returns a new object of class 'Return Value Ref'.- Returns:
- a new object of class 'Return Value Ref'.
- Generated class or method.
-
createStateRef
StateRef createStateRef()
Returns a new object of class 'State Ref'.- Returns:
- a new object of class 'State Ref'.
- Generated class or method.
-
createDefaultStateRef
DefaultStateRef createDefaultStateRef()
Returns a new object of class 'Default State Ref'.- Returns:
- a new object of class 'Default State Ref'.
- Generated class or method.
-
createMinStatic
MinStatic createMinStatic()
Returns a new object of class 'Min Static'.- Returns:
- a new object of class 'Min Static'.
- Generated class or method.
-
getPrologmodelPackage
PrologmodelPackage getPrologmodelPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-