blob: bc2ffe9eb4d2b873a732ed03f531782543297fef [file] [log] [blame]
import ecore : 'http://www.eclipse.org/emf/2002/Ecore#/';
package stk : stk = 'http://stk'
{
class StackOverflow
{
attribute r : ecore::EDouble[*] { ordered };
invariant: r->at(1) < 0.0;
}
}