Project

General

Profile

Revision 9

Added by Willibald K. over 8 years ago

remove support for Qualitative Action Systems, rename UlyssesType to Type

View differences:

OoaRemoveTrivialPrioritizedCompositionVisitor.java
42 42
import org.momut.ooas.ast.statements.Statement;
43 43
import org.momut.ooas.ast.statements.StatementKind;
44 44
import org.momut.ooas.ast.types.OoActionSystemType;
45
import org.momut.ooas.ast.types.UlyssesType;
45
import org.momut.ooas.ast.types.Type;
46 46
import org.momut.ooas.parser.ParserState;
47 47
import org.momut.ooas.utils.exceptions.NotImplementedException;
48 48
import org.momut.ooas.utils.exceptions.InternalCompilerException;
......
66 66
			switch (parent.nodeType())
67 67
			{
68 68
			case type:
69
				switch (((UlyssesType)parent).kind())
69
				switch (((Type)parent).kind())
70 70
				{
71 71
				case OoActionSystemType:
72 72
					final OoActionSystemType atype = (OoActionSystemType)parent;

Also available in: Unified diff