Package net.ssehub.easy.varModel.model
Class IvmlKeyWords
- java.lang.Object
-
- net.ssehub.easy.varModel.model.datatypes.OclKeyWords
-
- net.ssehub.easy.varModel.model.IvmlKeyWords
-
public class IvmlKeyWords extends OclKeyWords
This class contains keywords and constants related to ivml files.- Author:
- El-Sharkawy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringABSTRACTIVML Keyword: Keyword for abstract (compounds).static java.lang.StringASSIGNIVML Keyword: Keyword for "assign".static java.lang.StringASSIGNMENTIVML Character: ""="".static java.lang.StringATTRIBUTEIVML Keyword: Keyword for "annotate".static charATTRIBUTE_ACCESSIVML Character: "46" for attribute access.static java.lang.StringBEGINNING_BLOCKIVML Character: Left brackets for the beginning of an block.static java.lang.StringBEGINNING_PARENTHESISIVML Character: Left brackets for the beginning of a parenthesis.static java.lang.StringBUTIVML Keyword: Keyword for but.static java.lang.StringCOLONIVML Character: Colon.static java.lang.StringCOMMAIVML Character: Comma.static java.lang.StringCOMPOUNDIVML Keyword: Keyword for the compound.static charCOMPOUND_ACCESSIVML Character: "." for compound access.static java.lang.StringCONFLICTSIVML Keyword: Keyword for conflicts.static java.lang.StringCONSTIVML Keyword: Keyword for "const".static java.lang.StringCONTAINER_OP_ACCESSIVML Character: "->" for container operation access.static charDECIMAL_SEPARATORIVML Character: "46" for separating decimal numbers.static java.lang.StringDEFIVML Keyword: Keyword for "def".static java.lang.StringDSL_CONTEXT_ENDIVML DSL context end.static java.lang.StringDSL_CONTEXT_STARTIVML DSL context start.static java.lang.StringDSL_ENDIVML DSL program end.static java.lang.StringDSL_STARTIVML DSL program start.static java.lang.StringELSEIVML Keyword: Keyword for else.static java.lang.StringENDIFIVML Keyword: Keyword for endif.static java.lang.StringENDING_BLOCKIVML Character: Right brackets for the ending of an block.static java.lang.StringENDING_PARENTHESISIVML Character: Right brackets for the ending of a parenthesis.static java.lang.StringENUMIVML Keyword: Keyword for the enum.static charENUM_ACCESSIVML Character: "." for enum access.static java.lang.StringEQUALSIVML Character: ""=="".static java.lang.StringEVALIVML Keyword: Keyword for eval.static java.lang.StringEXPORTIVML Keyword: Keyword for export.static java.lang.StringFREEZEIVML Keyword: Keyword for freeze.static java.lang.StringIFIVML Keyword: Keyword for if.static java.lang.StringIMPORTIVML Keyword: Keyword for import.static java.lang.StringINIVML Keyword: Keyword for "in".static java.lang.StringINTERFACEIVML Keyword: Keyword for interface.static java.lang.StringLETIVML Keyword: Keyword for let.static java.lang.StringLINEFEEDIVML Character: Linefeed.static java.lang.StringNAMESPACE_SEPARATORIVML Character: namespace separator.static java.lang.StringNULLIVML Keyword: Keyword for "null".static java.lang.StringOPDEF_SEPARATORIVML Character: Operation definition separator.static java.lang.StringPIPEIVML Character: Pipe.static java.lang.StringPROJECTIVML Keyword: Keyword for the project.static java.lang.StringQUOTESIVML Character: Quotes.static java.lang.StringREFBYIVML Keyword: Keyword for a reference use (dereferencing).static java.lang.StringREFINESIVML Keyword: Keyword for refines.static java.lang.StringREFTOIVML Keyword: Keyword for a reference declaration.static java.lang.StringSEMICOLONIVML Character: Semicolon.static java.lang.StringSEQUENCEOFIVML Keyword: Keyword for sequence.static java.lang.StringSETOFIVML Keyword: Keyword for a set.static java.lang.StringSTATICIVML Keyword: Keyword for "static".static java.lang.StringTHENIVML Keyword: Keyword for then.static java.lang.StringTHIS_PROJECTShortcut for this project.static java.lang.StringTOIVML Keyword: Keyword for "to".static java.lang.StringTYPEDEFIVML Keyword: Keyword for the typedef.static java.lang.StringVERSIONIVML Keyword: Keyword for the version.static java.lang.StringVERSION_STARTIVML Character: Version start symbol.static java.lang.StringWHITESPACEIVML Character: Whitespace.static java.lang.StringWITHIVML Keyword: Keyword for the with.-
Fields inherited from class net.ssehub.easy.varModel.model.datatypes.OclKeyWords
ABS, ADD, ALL_INSTANCES, AND, ANY, APPEND, APPLY, AS_SEQUENCE, AS_SET, AS_TYPE, AT, AVG, CHARACTERS, CLOSURE, COLLECT, COLLECT_NESTED, CONCAT, COPY, COUNT, DIV, DIV_INT, EQUALS_IGNORE_CASE, EXCLUDES, EXCLUDES_ALL, EXCLUDING, EXISTS, FIRST, FLATTEN, FLOOR, FOR_ALL, GREATER, GREATER_EQUALS, HAS_DUPLICATES, IFF, IMPLIES, INCLUDES, INCLUDES_ALL, INCLUDING, INDEX_ACCESS, INDEX_BASE, INDEX_OF, INSERT_AT, INTERSECTION, INVERSE, IS_ACYCLIC, IS_DEFINED, IS_EMPTY, IS_KIND_OF, IS_TYPE_OF, IS_UNIQUE, ISSUBSEQUENCE, ITERATE, LAST, LESS, LESS_EQUALS, LOCALE, MATCHES, MAX, MIN, MINUS, MOD, MULT, NOT, NOT_EMPTY, ONE, OR, ORDINAL, OVERLAPS, PLUS, PREPEND, PRODUCT, REJECT, REVERSE, ROUND, SELECT, SELECT_BY_KIND, SELECT_BY_TYPE, SELF, SIZE, SORTED_BY, SUB_SEQUENCE, SUBSEQUENCE, SUBSTITUTES, SUBSTRING, SUM, SYMMETRIC_DIFFERENCE, TO_BOOLEAN, TO_INTEGER, TO_LOWER_CASE, TO_REAL, TO_SEQUENCE, TO_SET, TO_STRING, TO_UPPER_CASE, TYPE_OF, TYPE_REJECT, TYPE_SELECT, UNEQUALS, UNEQUALS_ALIAS, UNION, WARNING, XOR
-
-
Constructor Summary
Constructors Modifier Constructor Description privateIvmlKeyWords()Prevents this class from being initialized from outside.
-
Method Summary
-
Methods inherited from class net.ssehub.easy.varModel.model.datatypes.OclKeyWords
toIvmlIndex, toJavaIndex
-
-
-
-
Field Detail
-
PROJECT
public static final java.lang.String PROJECT
IVML Keyword: Keyword for the project.- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
IVML Keyword: Keyword for the version.- See Also:
- Constant Field Values
-
IMPORT
public static final java.lang.String IMPORT
IVML Keyword: Keyword for import.- See Also:
- Constant Field Values
-
CONFLICTS
public static final java.lang.String CONFLICTS
IVML Keyword: Keyword for conflicts.- See Also:
- Constant Field Values
-
ABSTRACT
public static final java.lang.String ABSTRACT
IVML Keyword: Keyword for abstract (compounds).- See Also:
- Constant Field Values
-
COMPOUND
public static final java.lang.String COMPOUND
IVML Keyword: Keyword for the compound.- See Also:
- Constant Field Values
-
ENUM
public static final java.lang.String ENUM
IVML Keyword: Keyword for the enum.- See Also:
- Constant Field Values
-
EVAL
public static final java.lang.String EVAL
IVML Keyword: Keyword for eval.- See Also:
- Constant Field Values
-
FREEZE
public static final java.lang.String FREEZE
IVML Keyword: Keyword for freeze.- See Also:
- Constant Field Values
-
BUT
public static final java.lang.String BUT
IVML Keyword: Keyword for but.- See Also:
- Constant Field Values
-
TYPEDEF
public static final java.lang.String TYPEDEF
IVML Keyword: Keyword for the typedef.- See Also:
- Constant Field Values
-
WITH
public static final java.lang.String WITH
IVML Keyword: Keyword for the with.- See Also:
- Constant Field Values
-
SEQUENCEOF
public static final java.lang.String SEQUENCEOF
IVML Keyword: Keyword for sequence.- See Also:
- Constant Field Values
-
SETOF
public static final java.lang.String SETOF
IVML Keyword: Keyword for a set.- See Also:
- Constant Field Values
-
REFTO
public static final java.lang.String REFTO
IVML Keyword: Keyword for a reference declaration.- See Also:
- Constant Field Values
-
REFBY
public static final java.lang.String REFBY
IVML Keyword: Keyword for a reference use (dereferencing).- See Also:
- Constant Field Values
-
REFINES
public static final java.lang.String REFINES
IVML Keyword: Keyword for refines.- See Also:
- Constant Field Values
-
INTERFACE
public static final java.lang.String INTERFACE
IVML Keyword: Keyword for interface.- See Also:
- Constant Field Values
-
EXPORT
public static final java.lang.String EXPORT
IVML Keyword: Keyword for export.- See Also:
- Constant Field Values
-
IF
public static final java.lang.String IF
IVML Keyword: Keyword for if.- See Also:
- Constant Field Values
-
THEN
public static final java.lang.String THEN
IVML Keyword: Keyword for then.- See Also:
- Constant Field Values
-
ELSE
public static final java.lang.String ELSE
IVML Keyword: Keyword for else.- See Also:
- Constant Field Values
-
ENDIF
public static final java.lang.String ENDIF
IVML Keyword: Keyword for endif.- See Also:
- Constant Field Values
-
LET
public static final java.lang.String LET
IVML Keyword: Keyword for let.- See Also:
- Constant Field Values
-
IN
public static final java.lang.String IN
IVML Keyword: Keyword for "in".- See Also:
- Constant Field Values
-
DEF
public static final java.lang.String DEF
IVML Keyword: Keyword for "def".- See Also:
- Constant Field Values
-
STATIC
public static final java.lang.String STATIC
IVML Keyword: Keyword for "static".- See Also:
- Constant Field Values
-
ATTRIBUTE
public static final java.lang.String ATTRIBUTE
IVML Keyword: Keyword for "annotate".- See Also:
- Constant Field Values
-
ASSIGN
public static final java.lang.String ASSIGN
IVML Keyword: Keyword for "assign".- See Also:
- Constant Field Values
-
TO
public static final java.lang.String TO
IVML Keyword: Keyword for "to".- See Also:
- Constant Field Values
-
NULL
public static final java.lang.String NULL
IVML Keyword: Keyword for "null".- See Also:
- Constant Field Values
-
CONST
public static final java.lang.String CONST
IVML Keyword: Keyword for "const".- See Also:
- Constant Field Values
-
WHITESPACE
public static final java.lang.String WHITESPACE
IVML Character: Whitespace.- See Also:
- Constant Field Values
-
OPDEF_SEPARATOR
public static final java.lang.String OPDEF_SEPARATOR
IVML Character: Operation definition separator.- See Also:
- Constant Field Values
-
NAMESPACE_SEPARATOR
public static final java.lang.String NAMESPACE_SEPARATOR
IVML Character: namespace separator.- See Also:
- Constant Field Values
-
VERSION_START
public static final java.lang.String VERSION_START
IVML Character: Version start symbol.- See Also:
- Constant Field Values
-
BEGINNING_BLOCK
public static final java.lang.String BEGINNING_BLOCK
IVML Character: Left brackets for the beginning of an block.- See Also:
- Constant Field Values
-
ENDING_BLOCK
public static final java.lang.String ENDING_BLOCK
IVML Character: Right brackets for the ending of an block.- See Also:
- Constant Field Values
-
BEGINNING_PARENTHESIS
public static final java.lang.String BEGINNING_PARENTHESIS
IVML Character: Left brackets for the beginning of a parenthesis.- See Also:
- Constant Field Values
-
ENDING_PARENTHESIS
public static final java.lang.String ENDING_PARENTHESIS
IVML Character: Right brackets for the ending of a parenthesis.- See Also:
- Constant Field Values
-
COMPOUND_ACCESS
public static final char COMPOUND_ACCESS
IVML Character: "." for compound access. Same asATTRIBUTE_ACCESSandENUM_ACCESSbut may change due to known grammar problems accessing compounds from an expression.- See Also:
- Constant Field Values
-
ENUM_ACCESS
public static final char ENUM_ACCESS
IVML Character: "." for enum access. Same asCOMPOUND_ACCESSandATTRIBUTE_ACCESSbut may change due to known grammar problems accessing compounds from an expression.- See Also:
- Constant Field Values
-
ATTRIBUTE_ACCESS
public static final char ATTRIBUTE_ACCESS
IVML Character: "46" for attribute access. Same asCOMPOUND_ACCESSandENUM_ACCESSbut may change due to known grammar problems accessing compounds from an expression.- See Also:
- Constant Field Values
-
DECIMAL_SEPARATOR
public static final char DECIMAL_SEPARATOR
IVML Character: "46" for separating decimal numbers.- See Also:
- Constant Field Values
-
CONTAINER_OP_ACCESS
public static final java.lang.String CONTAINER_OP_ACCESS
IVML Character: "->" for container operation access.- See Also:
- Constant Field Values
-
LINEFEED
public static final java.lang.String LINEFEED
IVML Character: Linefeed.- See Also:
- Constant Field Values
-
SEMICOLON
public static final java.lang.String SEMICOLON
IVML Character: Semicolon.- See Also:
- Constant Field Values
-
COLON
public static final java.lang.String COLON
IVML Character: Colon.- See Also:
- Constant Field Values
-
COMMA
public static final java.lang.String COMMA
IVML Character: Comma.- See Also:
- Constant Field Values
-
PIPE
public static final java.lang.String PIPE
IVML Character: Pipe.- See Also:
- Constant Field Values
-
EQUALS
public static final java.lang.String EQUALS
IVML Character: ""=="".- See Also:
- Constant Field Values
-
ASSIGNMENT
public static final java.lang.String ASSIGNMENT
IVML Character: ""="".- See Also:
- Constant Field Values
-
QUOTES
public static final java.lang.String QUOTES
IVML Character: Quotes.- See Also:
- Constant Field Values
-
DSL_CONTEXT_START
public static final java.lang.String DSL_CONTEXT_START
IVML DSL context start.- See Also:
- Constant Field Values
-
DSL_CONTEXT_END
public static final java.lang.String DSL_CONTEXT_END
IVML DSL context end.- See Also:
- Constant Field Values
-
DSL_START
public static final java.lang.String DSL_START
IVML DSL program start.- See Also:
- Constant Field Values
-
DSL_END
public static final java.lang.String DSL_END
IVML DSL program end.- See Also:
- Constant Field Values
-
THIS_PROJECT
public static final java.lang.String THIS_PROJECT
Shortcut for this project.- See Also:
- Constant Field Values
-
-