ix.icore.domain
Interface SchemaSymbols

All Superinterfaces:
EffectSymbols
All Known Subinterfaces:
LTF_SchemaSymbols
All Known Implementing Classes:
Schema, SchemaTable, SimpleDomainEditor.SchemaEditor, ProcessModel.OverallCollectionCell

public interface SchemaSymbols
extends EffectSymbols

Defines constants that are useful when processing schemas. It can be extended by interfaces that add constants for use when processing schemas as they appear in files.


Field Summary
static Symbol K_ALL
           
static Symbol Q_COA
           
static Symbol S_ACTION
           
static Symbol S_EFFECTS
           
static Symbol S_NODES
           
static Symbol S_ORDERINGS
           
static Symbol S_PROCESS
           
static Symbol S_PROPERTIES
           
 
Fields inherited from interface ix.icore.domain.EffectSymbols
K_COMPLETE, K_DRAFT, S_AT, S_FINISH, S_START
 

Field Detail

S_PROCESS

public static final Symbol S_PROCESS

S_ACTION

public static final Symbol S_ACTION

S_NODES

public static final Symbol S_NODES

S_ORDERINGS

public static final Symbol S_ORDERINGS

S_PROPERTIES

public static final Symbol S_PROPERTIES

S_EFFECTS

public static final Symbol S_EFFECTS

Q_COA

public static final Symbol Q_COA

K_ALL

public static final Symbol K_ALL