Interface TemplateFactor
- All Superinterfaces:
tools.mdsd.modelingfoundations.identifier.Entity,EObject,tools.mdsd.modelingfoundations.identifier.Identifier,tools.mdsd.modelingfoundations.identifier.NamedElement,Notifier
- All Known Subinterfaces:
ProbabilisticTemplateFactor
- All Known Implementing Classes:
ProbabilisticTemplateFactorImpl,TemplateFactorImpl
public interface TemplateFactor
extends tools.mdsd.modelingfoundations.identifier.Entity
A representation of the model object 'Template Factor'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptiongetScope()Returns the value of the 'Scope' reference list.booleanReturns the value of the 'Temporal' attribute.voidsetTemporal(boolean value) Sets the value of the 'Temporal' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface tools.mdsd.modelingfoundations.identifier.Identifier
getId, setIdMethods inherited from interface tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getScope
EList<TemplateVariable> getScope()Returns the value of the 'Scope' reference list. The list contents are of typeTemplateVariable.- Returns:
- the value of the 'Scope' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
isTemporal
boolean isTemporal()Returns the value of the 'Temporal' attribute. The default value is"false".- Returns:
- the value of the 'Temporal' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="false"
-
setTemporal
void setTemporal(boolean value) Sets the value of the 'Temporal' attribute.- Parameters:
value- the new value of the 'Temporal' attribute.- See Also:
- Generated class or method.
-