org.eclipse.gmt.modisco.infra.facet
Interface Facet


public interface Facet

A representation of the model object 'Facet'. context Facet inv: self.conditionQuery.scope->exists(e|self.extendedClass.isSuperTypeOf(self.superType)) context Facet inv: self.conditionQuery.retrunType.name == "EBoolean" context Facet inv: self.eStructuralFeature.isKindOf(FacetStructuralFeature)

The following features are supported:

See Also:
FacetPackage.getFacet()
Generated:
Model:

Method Summary
 ModelQuery getConditionQuery()
          Returns the value of the 'Condition Query' reference.
 FacetSet getFacetSet()
          Returns the value of the 'Facet Set' reference.
 void setConditionQuery(ModelQuery value)
          Sets the value of the 'Condition Query' reference.
 

Method Detail

getConditionQuery

ModelQuery getConditionQuery()
Returns the value of the 'Condition Query' reference.

If the meaning of the 'Condition Query' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition Query' reference.
See Also:
setConditionQuery(ModelQuery), FacetPackage.getFacet_ConditionQuery()
Generated:
Model:

setConditionQuery

void setConditionQuery(ModelQuery value)
Sets the value of the 'Condition Query' reference.

Parameters:
value - the new value of the 'Condition Query' reference.
See Also:
getConditionQuery()
Generated:

getFacetSet

FacetSet getFacetSet()
Returns the value of the 'Facet Set' reference. It is bidirectional and its opposite is 'Facets'.

If the meaning of the 'Facet Set' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Facet Set' reference.
See Also:
FacetPackage.getFacet_FacetSet(), FacetSet.getFacets()
Generated:
Model:
opposite="facets" transient="true" changeable="false" volatile="true" derived="true"