Modelers

org.topcased.modeler.graphconf
Interface Constraint

All Superinterfaces:
EObject, Notifier

public interface Constraint
extends EObject

A representation of the model object 'Constraint'.

The following features are supported:

See Also:
GraphconfPackage.getConstraint()
** Generated **
Model:

Method Summary
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
 java.lang.String getRule()
          Returns the value of the 'Rule' attribute.
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute.
 void setRule(java.lang.String value)
          Sets the value of the 'Rule' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute.

If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), GraphconfPackage.getConstraint_Language()
** Generated **
Model:
required="true"

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()
** Generated **

getRule

java.lang.String getRule()
Returns the value of the 'Rule' attribute.

If the meaning of the 'Rule' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rule' attribute.
See Also:
setRule(String), GraphconfPackage.getConstraint_Rule()
** Generated **
Model:
required="true"

setRule

void setRule(java.lang.String value)
Sets the value of the 'Rule' attribute.

Parameters:
value - the new value of the 'Rule' attribute.
See Also:
getRule()
** Generated **

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.