Interface Cachable
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Named,org.eclipse.emf.common.notify.Notifier,UniqueByName
- All Known Subinterfaces:
AuxiliaryDescription,Description,JudgmentDescription
- All Known Implementing Classes:
AuxiliaryDescriptionImpl,CachableImpl,DescriptionImpl,JudgmentDescriptionImpl
public interface Cachable extends UniqueByName
A representation of the model object 'Cachable'.The following features are supported:
- See Also:
XsemanticsPackage.getCachable()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CachedClausegetCachedClause()Returns the value of the 'Cached Clause' containment reference.voidsetCachedClause(CachedClause value)Sets the value of the 'Cached Clause' containment reference.
-
-
-
Method Detail
-
getCachedClause
CachedClause getCachedClause()
Returns the value of the 'Cached Clause' containment reference.- Returns:
- the value of the 'Cached Clause' containment reference.
- See Also:
setCachedClause(CachedClause),XsemanticsPackage.getCachable_CachedClause()
-
setCachedClause
void setCachedClause(CachedClause value)
Sets the value of the 'Cached Clause' containment reference.- Parameters:
value- the new value of the 'Cached Clause' containment reference.- See Also:
getCachedClause()
-
-