org.eclipse.gmt.modisco.infra.role
Interface Role

All Known Implementing Classes:
RoleImpl

public interface Role

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

The following features are supported:

See Also:
RolePackage.getRole()

Method Summary
 ModelQuery getConditionQuery()
          Returns the value of the 'Condition Query' 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), RolePackage.getRole_ConditionQuery()

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()