A B C D E F G H I J K L M N O P R S T U V W X

A

AbstractApplicationImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Abstract base class for UnitApplicationImpl and RuleApplicationImpl.
AbstractApplicationImpl(Engine) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.AbstractApplicationImpl
Default constructor.
AbstractFileBasedValidator - Class in org.eclipse.emf.henshin.statespace.external
Abstract state space validator implementation that is based on invoking external tools on files derived from the state space.
AbstractFileBasedValidator() - Constructor for class org.eclipse.emf.henshin.statespace.external.AbstractFileBasedValidator
 
AbstractStateSpaceExporter - Class in org.eclipse.emf.henshin.statespace.external
Abstract exporter class.
AbstractStateSpaceExporter() - Constructor for class org.eclipse.emf.henshin.statespace.external.AbstractStateSpaceExporter
 
AbstractStateSpaceValidator - Class in org.eclipse.emf.henshin.statespace.impl
Abstract implementation of the StateSpaceValidator interface.
AbstractStateSpaceValidator() - Constructor for class org.eclipse.emf.henshin.statespace.impl.AbstractStateSpaceValidator
 
acquireExplorer() - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
acquireExplorer() - Method in class org.eclipse.emf.henshin.statespace.impl.ProfilingStateSpaceManager
 
Action - Class in org.eclipse.emf.henshin.model
This class represents an action of a GraphElement.
Action(Action.Type, boolean, String[], String) - Constructor for class org.eclipse.emf.henshin.model.Action
Constructor.
Action(Action.Type, boolean, String[]) - Constructor for class org.eclipse.emf.henshin.model.Action
Constructor without fragment.
Action(Action.Type, boolean) - Constructor for class org.eclipse.emf.henshin.model.Action
Constructor without path and fragment.
Action(Action.Type) - Constructor for class org.eclipse.emf.henshin.model.Action
Constructor without multi-flag, path and fragment.
ACTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Action' data type.
ACTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Action' data type.
Action.Type - Enum in org.eclipse.emf.henshin.model
An enum for action types.
ACTION_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.AttributeImpl
The default value of the 'Action' attribute.
ACTION_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.EdgeImpl
The default value of the 'Action' attribute.
ACTION_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.NodeImpl
The default value of the 'Action' attribute.
activated - Variable in class org.eclipse.emf.henshin.model.impl.UnitImpl
The cached value of the 'Activated' attribute.
ACTIVATED_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.UnitImpl
The default value of the 'Activated' attribute.
add(EObject) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
add(Node, Node) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
add(Edge, Edge) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
add(Attribute, Attribute) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
add(E, E) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
add(Node, Node) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
add(Edge, Edge) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
add(Attribute, Attribute) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
add(E, E) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
add(Node, Node) - Method in interface org.eclipse.emf.henshin.model.MappingList
Create and add a new mapping between the origin and image node.
add(Edge, Edge) - Method in interface org.eclipse.emf.henshin.model.MappingList
Create and add a new mapping between the origin and image edge.
add(Attribute, Attribute) - Method in interface org.eclipse.emf.henshin.model.MappingList
Create and add a new mapping between the origin and image attribute.
add(E, E) - Method in interface org.eclipse.emf.henshin.model.MappingList
Create a mapping between two graph elements.
addAll(Collection<? extends EObject>) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
addCachedFile(StateSpace, String, File) - Method in class org.eclipse.emf.henshin.statespace.external.AbstractFileBasedValidator
Cache a file that is associated to a state space.
addChildParentRelation(EClass, EClass) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Update the inheritance map.
addChildParentRelation(EClass, EClass) - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
 
addEPackage(EPackage) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Add an EPackage.
addGraph(EObject) - Method in interface org.eclipse.emf.henshin.interpreter.EGraph
Adds an EObject and all reachable objects to this graph.
addGraph(EObject) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
addToCache(State, Model) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
 
addToIndex(State) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
Add a state to the index.
addTree(EObject) - Method in interface org.eclipse.emf.henshin.interpreter.EGraph
Adds an EObject and all its children to this graph.
addTree(EObject) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
ALL_PARAMETER_KEYS_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The default value of the 'All Parameter Keys' attribute.
And - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'And'.
AND - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'And' class.
AND - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'And' class.
AND__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
AND__LEFT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Left' containment reference.
AND__RIGHT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Right' containment reference.
AND_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'And' class.
AndImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'And'.
AndImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.AndImpl
 
Annotation - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Annotation'.
ANNOTATION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Annotation' class.
ANNOTATION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Annotation' class.
ANNOTATION__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
ANNOTATION__KEY - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Key' attribute.
ANNOTATION__KEY - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Key' attribute feature.
ANNOTATION__VALUE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Value' attribute.
ANNOTATION__VALUE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Value' attribute feature.
ANNOTATION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Annotation' class.
AnnotationImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Annotation'.
AnnotationImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.AnnotationImpl
 
annotations - Variable in class org.eclipse.emf.henshin.model.impl.ModelElementImpl
The cached value of the 'Annotations' containment reference list.
ApplicationMonitor - Interface in org.eclipse.emf.henshin.interpreter
Interface for application monitors.
appliedRules - Variable in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
applyAndReverse() - Method in interface org.eclipse.emf.henshin.interpreter.Change
Apply this change description and reverse it so that is can be undone / redone.
applyAndReverse() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.AttributeChangeImpl
 
applyAndReverse() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.CompoundChangeImpl
 
applyAndReverse() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.IndexChangeImpl
 
applyAndReverse() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.ObjectChangeImpl
 
applyAndReverse() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.ReferenceChangeImpl
 
applyToResource(Unit, Engine, Resource) - Static method in class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
Apply a unit to the contents of a resource.
applyToResource(Assignment, Engine, Resource, ApplicationMonitor) - Static method in class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
Apply a unit to the contents of a resource.
areIsomorphic(EGraph, EGraph) - Static method in class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
Check whether two EGraphs are isomorphic.
areIsomorphic(Resource, Resource) - Static method in class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
Check whether the contents of two resources are isomorphic.
Assignment - Interface in org.eclipse.emf.henshin.interpreter
Interface for parameter assignments.
assignment - Variable in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
AssignmentImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default Assignment implementation.
AssignmentImpl(Unit) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
Default constructor.
AssignmentImpl(Unit, boolean) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
Constructor.
AssignmentImpl(Assignment, boolean) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
Constructor which copies an assignment.
Attribute - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Attribute'.
ATTRIBUTE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Attribute' class.
ATTRIBUTE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Attribute' class.
ATTRIBUTE__ACTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Action' attribute.
ATTRIBUTE__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
ATTRIBUTE__CONSTANT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Constant' attribute.
ATTRIBUTE__CONSTANT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Constant' attribute feature.
ATTRIBUTE__NODE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Node' container reference.
ATTRIBUTE__NODE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Node' container reference feature.
ATTRIBUTE__NULL - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Null' attribute.
ATTRIBUTE__NULL - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Null' attribute feature.
ATTRIBUTE__TYPE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Type' reference.
ATTRIBUTE__TYPE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Type' reference feature.
ATTRIBUTE__VALUE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Value' attribute.
ATTRIBUTE__VALUE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Value' attribute feature.
ATTRIBUTE_CONDITION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Attribute Condition' class.
ATTRIBUTE_CONDITION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Attribute Condition' class.
ATTRIBUTE_CONDITION__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
ATTRIBUTE_CONDITION__CONDITION_TEXT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Condition Text' attribute.
ATTRIBUTE_CONDITION__CONDITION_TEXT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Condition Text' attribute feature.
ATTRIBUTE_CONDITION__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
ATTRIBUTE_CONDITION__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
ATTRIBUTE_CONDITION__RULE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Rule' container reference.
ATTRIBUTE_CONDITION__RULE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Rule' container reference feature.
ATTRIBUTE_CONDITION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Attribute Condition' class.
ATTRIBUTE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Attribute' class.
AttributeCondition - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Attribute Condition'.
AttributeConditionImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Attribute Condition'.
AttributeConditionImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
attributeConditions - Variable in class org.eclipse.emf.henshin.model.impl.RuleImpl
The cached value of the 'Attribute Conditions' containment reference list.
AttributeImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Attribute'.
AttributeImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.AttributeImpl
Default and only constructor.
attributes - Variable in class org.eclipse.emf.henshin.model.impl.NodeImpl
The cached value of the 'Attributes' containment reference list.
AUT_FILE_EXPORT_KEY - Static variable in class org.eclipse.emf.henshin.statespace.external.AbstractFileBasedValidator
A key used for exported AUT files.
autoSaveURI - Variable in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
AUTStateSpaceExporter - Class in org.eclipse.emf.henshin.statespace.external.cadp
Exporter for the Aldebaran (AUT) format as used by CADP.
AUTStateSpaceExporter() - Constructor for class org.eclipse.emf.henshin.statespace.external.cadp.AUTStateSpaceExporter
 

B

BasicApplicationMonitor - Class in org.eclipse.emf.henshin.interpreter.impl
Basic ApplicationMonitor implementation.
BasicApplicationMonitor() - Constructor for class org.eclipse.emf.henshin.interpreter.impl.BasicApplicationMonitor
 
basicGetEClass() - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
basicGetElse() - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
basicGetEObject() - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
basicGetEStructuralFeature() - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
basicGetIf() - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
basicGetImage() - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
basicGetOrigin() - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
basicGetRule() - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
basicGetSource() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
basicGetSource() - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
basicGetSubUnit() - Method in class org.eclipse.emf.henshin.model.impl.UnaryUnitImpl
 
basicGetTarget() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
basicGetTarget() - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
basicGetTarget() - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
basicGetThen() - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
basicGetType() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
basicGetType() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
basicGetType() - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
basicGetType() - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
basicGetTypedKey() - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
basicGetWTarget() - Method in class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
 
basicSetChild(Formula, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
basicSetConclusion(Graph, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
basicSetEqualityHelper(EqualityHelper, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
basicSetFormula(Formula, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
basicSetGraph(Graph, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
basicSetGraph(Graph, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
basicSetLeft(Formula, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
basicSetLhs(Graph, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
basicSetModel(Model, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
basicSetNode(Node, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
basicSetRhs(Graph, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
basicSetRight(Formula, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
basicSetRule(Rule, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
basicSetSource(Node, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
basicSetSource(State, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
basicSetStateSpace(StateSpace, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
basicSetSuperModule(Module, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
basicSetTarget(Node, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
basicSetTarget(State, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
basicSetUnit(Unit, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
BasicStateSpaceManager - Class in org.eclipse.emf.henshin.statespace.impl
Basic StateSpaceManager implementation.
BasicStateSpaceManager(StateSpace) - Constructor for class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
Default constructor.
BINARY_FORMULA - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Binary Formula' class.
BINARY_FORMULA - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Binary Formula' class.
BINARY_FORMULA__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
BINARY_FORMULA__LEFT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Left' containment reference.
BINARY_FORMULA__LEFT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Left' containment reference feature.
BINARY_FORMULA__RIGHT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Right' containment reference.
BINARY_FORMULA__RIGHT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Right' containment reference feature.
BINARY_FORMULA_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Binary Formula' class.
BinaryFormula - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Binary Formula'.
BinaryFormulaImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Binary Formula'.
BinaryFormulaImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
BUFFER_CAPACITY - Static variable in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResource
 

C

CADPStateSpaceValidator - Class in org.eclipse.emf.henshin.statespace.external.cadp
CADP state space validator.
CADPStateSpaceValidator() - Constructor for class org.eclipse.emf.henshin.statespace.external.cadp.CADPStateSpaceValidator
 
cancel() - Method in interface org.eclipse.emf.henshin.interpreter.ApplicationMonitor
Cancel the current application (no undo).
cancel() - Method in class org.eclipse.emf.henshin.interpreter.impl.BasicApplicationMonitor
 
cancel() - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
cancelAndUndo() - Method in interface org.eclipse.emf.henshin.interpreter.ApplicationMonitor
Cancel and undo the current application.
cancelAndUndo() - Method in class org.eclipse.emf.henshin.interpreter.impl.BasicApplicationMonitor
 
cancelAndUndo() - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
canceled - Variable in class org.eclipse.emf.henshin.interpreter.impl.BasicApplicationMonitor
 
canCreateEdge(Node, Node, EReference) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
canCreateEdge(Node, Node, EReference) - Method in interface org.eclipse.emf.henshin.model.Rule
 
caseAnd(And) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'And'.
caseAnnotation(Annotation) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Annotation'.
caseAttribute(Attribute) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Attribute'.
caseAttributeCondition(AttributeCondition) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Attribute Condition'.
caseBinaryFormula(BinaryFormula) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Binary Formula'.
caseConditionalUnit(ConditionalUnit) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Conditional Unit'.
caseEdge(Edge) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Edge'.
caseEObjectIntegerMapEntry(Map.Entry<EObject, Integer>) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Returns the result of interpreting the object as an instance of 'EObject Integer Map Entry'.
caseEqualityHelper(EqualityHelper) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Returns the result of interpreting the object as an instance of 'Equality Helper'.
caseFormula(Formula) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Formula'.
caseGraph(Graph) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Graph'.
caseGraphElement(GraphElement) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Graph Element'.
caseIndependentUnit(IndependentUnit) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Independent Unit'.
caseIteratedUnit(IteratedUnit) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Iterated Unit'.
caseLoopUnit(LoopUnit) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Loop Unit'.
caseMapping(Mapping) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Mapping'.
caseModel(Model) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Returns the result of interpreting the object as an instance of 'Model'.
caseModelElement(ModelElement) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Model Element'.
caseModule(Module) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Module'.
caseMultiUnit(MultiUnit) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Multi Unit'.
caseNamedElement(NamedElement) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Named Element'.
caseNestedCondition(NestedCondition) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Nested Condition'.
caseNode(Node) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Node'.
caseNot(Not) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Not'.
caseOr(Or) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Or'.
caseParameter(Parameter) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Parameter'.
caseParameterMapping(ParameterMapping) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Parameter Mapping'.
casePriorityUnit(PriorityUnit) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Priority Unit'.
caseRule(Rule) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Rule'.
caseSequentialUnit(SequentialUnit) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Sequential Unit'.
caseState(State) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Returns the result of interpreting the object as an instance of 'State'.
caseStateSpace(StateSpace) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Returns the result of interpreting the object as an instance of 'State Space'.
caseStorage(Storage) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Returns the result of interpreting the object as an instance of 'Storage'.
caseTrace(Trace) - Method in class org.eclipse.emf.henshin.trace.util.TraceSwitch
Returns the result of interpreting the object as an instance of 'Trace'.
caseTransition(Transition) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Returns the result of interpreting the object as an instance of 'Transition'.
caseUnaryFormula(UnaryFormula) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Unary Formula'.
caseUnaryUnit(UnaryUnit) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Unary Unit'.
caseUnit(Unit) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Unit'.
caseWLink(WLink) - Method in class org.eclipse.emf.henshin.wrap.util.WrapSwitch
Returns the result of interpreting the object as an instance of 'WLink'.
caseWMember(WMember) - Method in class org.eclipse.emf.henshin.wrap.util.WrapSwitch
Returns the result of interpreting the object as an instance of 'WMember'.
caseWObject(WObject) - Method in class org.eclipse.emf.henshin.wrap.util.WrapSwitch
Returns the result of interpreting the object as an instance of 'WObject'.
caseWSynchronizer(WSynchronizer) - Method in class org.eclipse.emf.henshin.wrap.util.WrapSwitch
Returns the result of interpreting the object as an instance of 'WSynchronizer'.
caseWValue(WValue) - Method in class org.eclipse.emf.henshin.wrap.util.WrapSwitch
Returns the result of interpreting the object as an instance of 'WValue'.
caseXor(Xor) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'Xor'.
Change - Interface in org.eclipse.emf.henshin.interpreter
Change model for Henshin.
change - Variable in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
Change.AttributeChange - Interface in org.eclipse.emf.henshin.interpreter
Change for modifying an attribute.
Change.CompoundChange - Interface in org.eclipse.emf.henshin.interpreter
Compound change (an ordered list of Changes).
Change.IndexChange - Interface in org.eclipse.emf.henshin.interpreter
Change for modifying the index of a reference (link) between two objects.
Change.ObjectChange - Interface in org.eclipse.emf.henshin.interpreter
Change for creating or deleting an object.
Change.ReferenceChange - Interface in org.eclipse.emf.henshin.interpreter
Change for creating or deleting a reference (link) between two objects.
ChangeImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default implementation of Change and its sub-interfaces.
ChangeImpl(EGraph) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl
Default constructor.
ChangeImpl.AttributeChangeImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default implementation of AttributeChange.
ChangeImpl.AttributeChangeImpl(EGraph, EObject, EAttribute, Object) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.AttributeChangeImpl
 
ChangeImpl.CompoundChangeImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default implementation of CompoundChange.
ChangeImpl.CompoundChangeImpl(EGraph) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.CompoundChangeImpl
Default constructor.
ChangeImpl.IndexChangeImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default implementation of IndexChange.
ChangeImpl.IndexChangeImpl(EGraph, EObject, EObject, EReference, int) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.IndexChangeImpl
 
ChangeImpl.ObjectChangeImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default implementation of ObjectChange.
ChangeImpl.ObjectChangeImpl(EGraph, EObject, boolean) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.ObjectChangeImpl
 
ChangeImpl.ReferenceChangeImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default implementation of ReferenceChange.
ChangeImpl.ReferenceChangeImpl(EGraph, EObject, EObject, EReference, boolean) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.ReferenceChangeImpl
 
CHECK_DANGLING_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.RuleImpl
The default value of the 'Check Dangling' attribute.
CHECK_LINK_ORDER_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
The default value of the 'Check Link Order' attribute.
checkDangling - Variable in class org.eclipse.emf.henshin.model.impl.RuleImpl
The cached value of the 'Check Dangling' attribute.
checkLinkOrder - Variable in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
The cached value of the 'Check Link Order' attribute.
child - Variable in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
The cached value of the 'Child' containment reference.
cleanFormula(Formula) - Static method in class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
Recursively clean a formula.
cleanGraph(Graph) - Static method in class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
Clean a graph.
cleanMappingList(MappingList, Graph...) - Static method in class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
Clean a mapping list.
cleanModule(Module) - Static method in class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
Clean a module.
cleanNestedCondition(NestedCondition) - Static method in class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
Clean a nested condition.
cleanParameterMappings(Unit) - Static method in class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
Clean the parameter mappings of a unit.
cleanRule(Rule) - Static method in class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
Clean a rule.
cleanUnit(Unit) - Static method in class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
Clean a transformation unit.
clear() - Method in interface org.eclipse.emf.henshin.interpreter.Assignment
Clear all values stored in this assignment.
clear() - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
clear() - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
clear() - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
 
clearCache() - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Clear the cache of this engine.
clearCache() - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
clearCache() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
 
clearCache() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceIndex
Clear all caches of the state space index.
clearCachedFiles(StateSpace) - Method in class org.eclipse.emf.henshin.statespace.external.AbstractFileBasedValidator
Clear the file cache for the argument state space.
collectMissingRootObjects() - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
collectMissingRootObjects() - Method in interface org.eclipse.emf.henshin.statespace.Model
Collect missing root objects from the EGraphImpl of this model.
collectPartialMatchInfos(Rule, List<Match>) - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport
Method collecting the report information for the given partial matches
COLOR_DEFAULT - Static variable in interface org.eclipse.emf.henshin.statespace.State
Color for normal states (RGB).
COLOR_INITIAL - Static variable in interface org.eclipse.emf.henshin.statespace.State
Color for initial states (RGB).
COLOR_OPEN - Static variable in interface org.eclipse.emf.henshin.statespace.State
Color for open states (RGB).
COLOR_PRUNED - Static variable in interface org.eclipse.emf.henshin.statespace.State
Color for pruned states (RGB).
COLOR_TERMINAL - Static variable in interface org.eclipse.emf.henshin.statespace.State
Color for terminal states (RGB).
completeMatch - Variable in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
completeMultiRules(Module) - Static method in class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
Complete all multi-rules in a module.
completeMultiRules(Rule) - Static method in class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
Complete a multi-rule and all its directly and indirectly contained multi-rules.
computeShortestPaths(List<State>) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceShortestPath
Compute the shortest paths from a given set of start states.
conclusion - Variable in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
The cached value of the 'Conclusion' containment reference.
CONDITION_TEXT_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
The default value of the 'Condition Text' attribute.
CONDITIONAL_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Conditional Unit' class.
CONDITIONAL_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Conditional Unit' class.
CONDITIONAL_UNIT__ACTIVATED - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Activated' attribute.
CONDITIONAL_UNIT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
CONDITIONAL_UNIT__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
CONDITIONAL_UNIT__ELSE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Else' reference.
CONDITIONAL_UNIT__ELSE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Else' reference feature.
CONDITIONAL_UNIT__IF - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'If' reference.
CONDITIONAL_UNIT__IF - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'If' reference feature.
CONDITIONAL_UNIT__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
CONDITIONAL_UNIT__PARAMETER_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameter Mappings' containment reference list.
CONDITIONAL_UNIT__PARAMETERS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameters' containment reference list.
CONDITIONAL_UNIT__THEN - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Then' reference.
CONDITIONAL_UNIT__THEN - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Then' reference feature.
CONDITIONAL_UNIT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Conditional Unit' class.
ConditionalUnit - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Conditional Unit'.
ConditionalUnitImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Conditional Unit'.
ConditionalUnitImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
conditionText - Variable in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
The cached value of the 'Condition Text' attribute.
constant - Variable in class org.eclipse.emf.henshin.model.impl.AttributeImpl
The cached value of the 'Constant' attribute.
CONSTANT_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.AttributeImpl
The default value of the 'Constant' attribute.
convertActionToString(EDataType, Object) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
convertFile(File, File, IProgressMonitor, String...) - Method in class org.eclipse.emf.henshin.statespace.external.AbstractFileBasedValidator
Convert a file using a given command.
convertIntegerArrayToString(EDataType, Object) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
convertIntegerArrayToString(EDataType, int[]) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
convertMatchToString(EDataType, Object) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
convertStringArrayToString(EDataType, Object) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
copy(Map<EObject, EObject>) - Method in interface org.eclipse.emf.henshin.interpreter.EGraph
Copy this object graph.
copy(Map<EObject, EObject>) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
copyParameterValues(Assignment) - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
countEdges(EGraph) - Static method in class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
Count the number of edges/links in a graph.
create(EClass) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.henshin.trace.impl.TraceFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.henshin.wrap.impl.WrapFactoryImpl
 
createActionFromString(EDataType, String) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createAdapter(Notifier) - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.eclipse.emf.henshin.trace.util.TraceAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.eclipse.emf.henshin.wrap.util.WrapAdapterFactory
Creates an adapter for the target.
createAnd() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'And'.
createAnd() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createAndAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'And'.
createAnnotation() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Annotation'.
createAnnotation() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createAnnotationAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Annotation'.
createApplicationFor(Unit) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
createApplicationMonitor() - Method in class org.eclipse.emf.henshin.interpreter.impl.InterpreterFactoryImpl
 
createApplicationMonitor() - Method in interface org.eclipse.emf.henshin.interpreter.InterpreterFactory
Create an ApplicationMonitor.
createAssignment(Unit, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.InterpreterFactoryImpl
 
createAssignment(Unit, boolean) - Method in interface org.eclipse.emf.henshin.interpreter.InterpreterFactory
Create an Assignment object.
createAttribute() - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
createAttribute() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Attribute'.
createAttribute(Node, EAttribute, String) - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Attribute'.
createAttribute() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createAttribute(Node, EAttribute, String) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createAttributeAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Attribute'.
createAttributeCondition() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Attribute Condition'.
createAttributeCondition() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createAttributeConditionAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Attribute Condition'.
createBinaryFormulaAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Binary Formula'.
createChange(Rule, EGraph, Match, Match) - Method in interface org.eclipse.emf.henshin.interpreter.Engine
Create an Change for applying a rule.
createChange(Rule, EGraph, Match, Match) - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
 
createChanges(Rule, EGraph, Match, Match, Change.CompoundChange) - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Recursively create the changes and result matches.
createConditionalUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Conditional Unit'.
createConditionalUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createConditionalUnitAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Conditional Unit'.
createDiagnostic(int, String, int, String, Object[], Object[], Map<Object, Object>, String) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
createEClass(int) - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
createEcoreAnnotations() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
Initializes the annotations for http://www.eclipse.org/emf/2002/Ecore.
createEdge() - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
createEdge() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Edge'.
createEdge(Node, Node, EReference) - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Creates a new edge between two nodes.
createEdge() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createEdge(Node, Node, EReference) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createEdge(Node, Node, EReference) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
createEdge(Node, Node, EReference) - Method in interface org.eclipse.emf.henshin.model.Rule
 
createEdgeAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Edge'.
createEGraph() - Method in class org.eclipse.emf.henshin.interpreter.impl.InterpreterFactoryImpl
 
createEGraph() - Method in interface org.eclipse.emf.henshin.interpreter.InterpreterFactory
Create a new EGraph object.
createEngine() - Method in class org.eclipse.emf.henshin.interpreter.impl.InterpreterFactoryImpl
 
createEngine() - Method in interface org.eclipse.emf.henshin.interpreter.InterpreterFactory
Create an Engine object.
createEObjectAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.eclipse.emf.henshin.trace.util.TraceAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.eclipse.emf.henshin.wrap.util.WrapAdapterFactory
Creates a new adapter for the default case.
createEObjectIntegerMapEntry() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createEObjectIntegerMapEntryAdapter() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
Creates a new adapter for an object of class 'EObject Integer Map Entry'.
createEqualityHelper() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createEqualityHelper() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
Returns a new object of class 'Equality Helper'.
createEqualityHelperAdapter() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
Creates a new adapter for an object of class 'Equality Helper'.
createFormulaAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Formula'.
createFromString(EDataType, String) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createGraph() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Graph'.
createGraph(String) - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Graph'.
createGraph() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createGraph(String) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createGraphAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Graph'.
createGraphElementAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Graph Element'.
createIndependentUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Independent Unit'.
createIndependentUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createIndependentUnitAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Independent Unit'.
createInitialState(Model) - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
createInitialState(Model) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceManager
Create a new initial state to the state space.
createIntegerArrayFromString(EDataType, String) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createIteratedUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Iterated Unit'.
createIteratedUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createIteratedUnitAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Iterated Unit'.
createLoopUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Loop Unit'.
createLoopUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createLoopUnitAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Loop Unit'.
createMapping() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Mapping'.
createMapping(Node, Node) - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Mapping'.
createMapping() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createMapping(Node, Node) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createMappingAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Mapping'.
createMatch(Rule, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.InterpreterFactoryImpl
 
createMatch(Rule, boolean) - Method in interface org.eclipse.emf.henshin.interpreter.InterpreterFactory
Create a Match.
createMatchFromString(EDataType, String) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createModel() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createModel(Resource) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
Create a model for a given resource.
createModel() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
Returns a new object of class 'Model'.
createModel(Resource) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
Returns a new object of class 'Model'.
createModelAdapter() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
Creates a new adapter for an object of class 'Model'.
createModelElementAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Model Element'.
createModule() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Module'.
createModule() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createModuleAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Module'.
createMultiUnitAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Multi Unit'.
createNAC(String) - Method in interface org.eclipse.emf.henshin.model.Graph
Create a new negative application condition (NAC) in this graphs formula.
createNAC(String) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
createNamedElementAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Named Element'.
createNestedCondition() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Nested Condition'.
createNestedCondition() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createNestedConditionAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Nested Condition'.
createNode() - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
createNode() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Node'.
createNode(Graph, EClass, String) - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Create a new node and add it to a given graph.
createNode() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createNode(Graph, EClass, String) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createNode(EClass) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
createNode(EClass) - Method in interface org.eclipse.emf.henshin.model.Rule
 
createNodeAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Node'.
createNot() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Not'.
createNot() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createNotAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Not'.
createObjectKey(EClass, int, List<EClass>) - Static method in class org.eclipse.emf.henshin.statespace.util.ObjectKeyHelper
Extract the object type of an object key.
createOpenState(Model, int, State, int[]) - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
Create a new open state in the state space.
createOr() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Or'.
createOr() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createOrAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Or'.
createPAC(String) - Method in interface org.eclipse.emf.henshin.model.Graph
Create a new positive application condition (PAC) in this graphs formula.
createPAC(String) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
createPackageContents() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.henshin.trace.impl.TracePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
Creates the meta-model objects for the package.
createParameter() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Parameter'.
createParameter(String) - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Parameter'.
createParameter() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createParameter(String) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createParameterAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Parameter'.
createParameterMapping() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Parameter Mapping'.
createParameterMapping() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createParameterMappingAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Parameter Mapping'.
createPriorityUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Priority Unit'.
createPriorityUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createPriorityUnitAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Priority Unit'.
createResource(URI) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceFactory
 
createResource(String) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Create a resource for a given path.
createResource(URI) - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceFactory
 
createRule() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Rule'.
createRule(String) - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Rule'.
createRule() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createRule(String) - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createRuleAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Rule'.
createRuleApplication(Engine) - Method in class org.eclipse.emf.henshin.interpreter.impl.InterpreterFactoryImpl
 
createRuleApplication(Engine) - Method in interface org.eclipse.emf.henshin.interpreter.InterpreterFactory
Create a new RuleApplication.
createSequentialUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Sequential Unit'.
createSequentialUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createSequentialUnitAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Sequential Unit'.
createState() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createState() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
Returns a new object of class 'State'.
createStateAdapter() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
Creates a new adapter for an object of class 'State'.
createStateSpace() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createStateSpace(Module) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createStateSpace() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
Returns a new object of class 'State Space'.
createStateSpace(Module) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
Returns a new object of class 'State Space'.
createStateSpaceAdapter() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
Creates a new adapter for an object of class 'State Space'.
createStateSpaceManager(StateSpace, int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
Returns a new state space manager.
createStateSpaceManager(StateSpace) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
Returns a new state space manager.
createStateSpaceManager(StateSpace, int) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
Returns a new state space manager.
createStateSpaceManager(StateSpace) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
Returns a new state space manager.
createStorage() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createStorage() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
Returns a new object of class 'Storage'.
createStorageAdapter() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
Creates a new adapter for an object of class 'Storage'.
createStringArrayFromString(EDataType, String) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createTempFile(String, String, String) - Method in class org.eclipse.emf.henshin.statespace.external.AbstractFileBasedValidator
Simple helper method for creating temporary files.
createTrace() - Method in class org.eclipse.emf.henshin.trace.impl.TraceFactoryImpl
 
createTrace() - Method in interface org.eclipse.emf.henshin.trace.TraceFactory
Returns a new object of class 'Trace'.
createTraceAdapter() - Method in class org.eclipse.emf.henshin.trace.util.TraceAdapterFactory
Creates a new adapter for an object of class 'Trace'.
createTransition() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
createTransition() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
Returns a new object of class 'Transition'.
createTransitionAdapter() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
Creates a new adapter for an object of class 'Transition'.
createUnaryFormulaAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Unary Formula'.
createUnaryUnitAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Unary Unit'.
createUnitAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Unit'.
createUnitApplication(Engine) - Method in class org.eclipse.emf.henshin.interpreter.impl.InterpreterFactoryImpl
 
createUnitApplication(Engine) - Method in interface org.eclipse.emf.henshin.interpreter.InterpreterFactory
Create a new UnitApplication.
createUserConstraints(Node) - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Create user constraints for a node.
createUserConstraints(Edge) - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Create user constraints for an edge.
createUserConstraints(Attribute) - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Create user constraints for an attribute.
createWLink() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapFactoryImpl
 
createWLink() - Method in interface org.eclipse.emf.henshin.wrap.WrapFactory
Returns a new object of class 'WLink'.
createWLinkAdapter() - Method in class org.eclipse.emf.henshin.wrap.util.WrapAdapterFactory
Creates a new adapter for an object of class 'WLink'.
createWMemberAdapter() - Method in class org.eclipse.emf.henshin.wrap.util.WrapAdapterFactory
Creates a new adapter for an object of class 'WMember'.
createWModel(Collection<EObject>, boolean) - Method in class org.eclipse.emf.henshin.wrap.impl.WrapFactoryImpl
 
createWModel(Collection<EObject>, boolean) - Method in interface org.eclipse.emf.henshin.wrap.WrapFactory
Create a WModel for a given set of EObjects.
createWModelGraph(Collection<EObject>, boolean) - Method in class org.eclipse.emf.henshin.wrap.impl.WrapFactoryImpl
 
createWModelGraph(Collection<EObject>, boolean) - Method in interface org.eclipse.emf.henshin.wrap.WrapFactory
Create a WModel for a given set of EObjects and all their transitively reachable EObjects.
createWModelTree(Collection<EObject>, boolean) - Method in class org.eclipse.emf.henshin.wrap.impl.WrapFactoryImpl
 
createWModelTree(Collection<EObject>, boolean) - Method in interface org.eclipse.emf.henshin.wrap.WrapFactory
Create a WModel for a given set of EObjects and all their transitively contained EObjects.
createWObject() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapFactoryImpl
 
createWObject() - Method in interface org.eclipse.emf.henshin.wrap.WrapFactory
Returns a new object of class 'WObject'.
createWObjectAdapter() - Method in class org.eclipse.emf.henshin.wrap.util.WrapAdapterFactory
Creates a new adapter for an object of class 'WObject'.
createWriter(File) - Static method in class org.eclipse.emf.henshin.statespace.external.AbstractStateSpaceExporter
Create a new output stream writer.
createWSynchronizerAdapter() - Method in class org.eclipse.emf.henshin.wrap.util.WrapAdapterFactory
Creates a new adapter for an object of class 'WSynchronizer'.
createWValue() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapFactoryImpl
 
createWValue() - Method in interface org.eclipse.emf.henshin.wrap.WrapFactory
Returns a new object of class 'WValue'.
createWValueAdapter() - Method in class org.eclipse.emf.henshin.wrap.util.WrapAdapterFactory
Creates a new adapter for an object of class 'WValue'.
createXor() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns a new object of class 'Xor'.
createXor() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
createXorAdapter() - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates a new adapter for an object of class 'Xor'.
crossReferenceAdapter - Variable in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Cross reference adapter for determining cross references between registered objects.
CTMCStateSpaceExporter - Class in org.eclipse.emf.henshin.statespace.external.prism
Exporter for PRISM.
CTMCStateSpaceExporter() - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.CTMCStateSpaceExporter
 
CTMCStateSpaceValidator - Class in org.eclipse.emf.henshin.statespace.external.prism
PRISM CTMC state space validator.
CTMCStateSpaceValidator() - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.CTMCStateSpaceValidator
 
CTMCSteadyStateTool - Class in org.eclipse.emf.henshin.statespace.external.prism
PRISM CTMC steady-state tool.
CTMCSteadyStateTool() - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.CTMCSteadyStateTool
 

D

data - Variable in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
The cached value of the 'Data' attribute.
DATA_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
The default value of the 'Data' attribute.
DEBUG_ENFORCE_DETERMINISM - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpaceManager
Debug flag: enforces deterministic behavior of state space manager.
defaultCase(EObject) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.eclipse.emf.henshin.trace.util.TraceSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.eclipse.emf.henshin.wrap.util.WrapSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
depthFirst(List<State>, boolean) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
Perform a depth-first search.
depthFirst(StateSpace, boolean) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
Perform a depth-first search, starting at the initial states.
depthFirst(State, boolean) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
Perform a depth-first search.
derivationTime - Variable in class org.eclipse.emf.henshin.statespace.impl.ProfilingStateSpaceManager
 
DERIVED_FROM_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The default value of the 'Derived From' attribute.
deriveModel(State, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
deriveModel(State, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.ProfilingStateSpaceManager
 
deriveModel(State, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.StateExplorer
Derive a model.
deriveModel(Path, Model) - Method in class org.eclipse.emf.henshin.statespace.impl.StateExplorer
Derive a model using a path and a given start model.
deriveModel(State, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
 
description - Variable in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
The cached value of the 'Description' attribute.
DESCRIPTION_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
The default value of the 'Description' attribute.
DIAGNOSTIC_CODE_COUNT - Static variable in class org.eclipse.emf.henshin.model.util.HenshinValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class.
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.emf.henshin.model.util.HenshinValidator
A constant for the source of diagnostic codes from this package.
didAdd(EObject) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Notify that an object has been added to the graph.
didAdd(EObject) - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
 
didAdd(EObject) - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
didRemove(EObject) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Notify that an object has been removed from the graph.
didRemove(EObject) - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
 
didRemove(EObject) - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
doExecute(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
doExploration(int, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceExplorationHelper
Automatically do a state space exploration.
doExplorationStep() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceExplorationHelper
Do an exploration step.
doExplore(State) - Method in class org.eclipse.emf.henshin.statespace.impl.StateExplorer
Explore a state without actually changing the state space.
doExport(Module, URI) - Method in interface org.eclipse.emf.henshin.HenshinModelExporter
Perform an export operation.
doExport(Module, URI) - Method in class org.eclipse.emf.henshin.model.exporters.HenshinAGGExporter
 
doExport(StateSpace, URI, String, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.external.cadp.AUTStateSpaceExporter
 
doExport(StateSpace, URI, String, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCStateSpaceExporter
 
doExport(StateSpace, URI, String, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceExporter
 
doExport(StateSpace, URI, String, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.external.tikz.TikZStateSpaceExporter
 
doExport(StateSpace, URI, String, IProgressMonitor) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceExporter
Perform the export operation.
doImport(Module, URI, List<EPackage>) - Method in interface org.eclipse.emf.henshin.HenshinModelImporter
Perform an import operation.
doImport(Module, URI, List<EPackage>) - Method in class org.eclipse.emf.henshin.model.importers.HenshinAGGImporter
 
doLoad(InputStream, Map<?, ?>) - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResource
 
domainMap - Variable in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Mappings from each type to all its instances.
doSave(OutputStream, Map<?, ?>) - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResource
 
doSwitch(EObject) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EClass, EObject) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class org.eclipse.emf.henshin.model.util.HenshinSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EObject) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EClass, EObject) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EObject) - Method in class org.eclipse.emf.henshin.trace.util.TraceSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EClass, EObject) - Method in class org.eclipse.emf.henshin.trace.util.TraceSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class org.eclipse.emf.henshin.trace.util.TraceSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EObject) - Method in class org.eclipse.emf.henshin.wrap.util.WrapSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EClass, EObject) - Method in class org.eclipse.emf.henshin.wrap.util.WrapSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class org.eclipse.emf.henshin.wrap.util.WrapSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
durations - Variable in class org.eclipse.emf.henshin.interpreter.impl.ProfilingApplicationMonitor
 

E

eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
Edge - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Edge'.
EDGE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Edge' class.
EDGE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Edge' class.
EDGE__ACTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Action' attribute.
EDGE__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
EDGE__GRAPH - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Graph' container reference.
EDGE__GRAPH - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Graph' container reference feature.
EDGE__INDEX - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Index' attribute.
EDGE__INDEX - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Index' attribute feature.
EDGE__INDEX_CONSTANT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Index Constant' attribute.
EDGE__INDEX_CONSTANT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Index Constant' attribute feature.
EDGE__SOURCE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Source' reference.
EDGE__SOURCE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Source' reference feature.
EDGE__TARGET - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Target' reference.
EDGE__TARGET - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Target' reference feature.
EDGE__TYPE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Type' reference.
EDGE__TYPE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Type' reference feature.
EDGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Edge' class.
EdgeImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Edge'.
EdgeImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
EdgeImpl(Node, Node, EReference) - Constructor for class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
edges - Variable in class org.eclipse.emf.henshin.model.impl.GraphImpl
The cached value of the 'Edges' containment reference list.
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.IteratedUnitImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.ModelElementImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
eGet(EStructuralFeature, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.MultiUnitImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.UnaryUnitImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.henshin.wrap.impl.WValueImpl
 
EGraph - Interface in org.eclipse.emf.henshin.interpreter
Interface for storing EObject graphs.
eGraph - Variable in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
The cached value of the 'EGraph' attribute.
EGRAPH - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The meta object id for the 'EGraph' data type.
EGRAPH - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'EGraph' data type.
EGRAPH_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
The default value of the 'EGraph' attribute.
EGraphImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default EGraph implementation.
EGraphImpl() - Constructor for class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Default constructor.
EGraphImpl(int) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Constructor.
EGraphImpl(EObject) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Convenience constructor.
EGraphImpl(Collection<? extends EObject>) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Convenience constructor.
EGraphImpl(Resource) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Convenience constructor.
EGraphIsomorphyChecker - Class in org.eclipse.emf.henshin.interpreter.util
A graph isomorphy checker for EGraphs.
EGraphIsomorphyChecker(EGraph, List<EAttribute>) - Constructor for class org.eclipse.emf.henshin.interpreter.util.EGraphIsomorphyChecker
Default constructor.
eINSTANCE - Static variable in interface org.eclipse.emf.henshin.model.HenshinFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.eclipse.emf.henshin.trace.TraceFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The singleton instance of the package.
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.ModelElementImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.IteratedUnitImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.ModelElementImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.MultiUnitImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.UnaryUnitImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
 
eIsSet(int) - Method in class org.eclipse.emf.henshin.wrap.impl.WValueImpl
 
eIsSetGen(int) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
eIsSetGen(int) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
eIsSetGen(int) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
else_ - Variable in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
The cached value of the 'Else' reference.
EMPTY_DATA - Static variable in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
eNAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The package name.
eNAME - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The package name.
eNAME - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage
The package name.
eNAME - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The package name.
Engine - Interface in org.eclipse.emf.henshin.interpreter
Interface for interpreter engines.
engine - Variable in class org.eclipse.emf.henshin.interpreter.impl.AbstractApplicationImpl
 
EngineImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default Engine implementation.
EngineImpl() - Constructor for class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Default constructor.
eNotificationRequired() - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
eNotificationRequired() - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
eNotify(Notification) - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
eNotify(Notification) - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
eNotify(Notification) - Method in class org.eclipse.emf.henshin.wrap.impl.WValueImpl
 
eNS_PREFIX - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The package namespace name.
eNS_URI - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The package namespace URI.
eNS_URI - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The package namespace URI.
eNS_URI - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage
The package namespace URI.
eNS_URI - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The package namespace URI.
eObject - Variable in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
The cached value of the 'EObject' reference.
EOBJECT_INTEGER_MAP_ENTRY - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The meta object id for the 'EObject Integer Map Entry' class.
EOBJECT_INTEGER_MAP_ENTRY - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'EObject Integer Map Entry' class.
EOBJECT_INTEGER_MAP_ENTRY__KEY - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Key' reference.
EOBJECT_INTEGER_MAP_ENTRY__KEY - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Key' reference feature.
EOBJECT_INTEGER_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Value' attribute.
EOBJECT_INTEGER_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Value' attribute feature.
EOBJECT_INTEGER_MAP_ENTRY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The number of structural features of the 'EObject Integer Map Entry' class.
EObjectIntegerMapEntryImpl - Class in org.eclipse.emf.henshin.statespace.impl
A map entry implementation that associates an EObject with an Integer.
EObjectIntegerMapEntryImpl() - Constructor for class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
EObjectIntegerMapImpl - Class in org.eclipse.emf.henshin.statespace.impl
Default implementation of a map that associates EObjects with Integers.
EObjectIntegerMapImpl(EClass, Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapImpl
Default constructor.
EQUALITY_HELPER - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The meta object id for the 'Equality Helper' class.
EQUALITY_HELPER - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Equality Helper' class.
EQUALITY_HELPER__CHECK_LINK_ORDER - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Check Link Order' attribute.
EQUALITY_HELPER__CHECK_LINK_ORDER - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Check Link Order' attribute feature.
EQUALITY_HELPER__IDENTITY_TYPES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Identity Types' reference list.
EQUALITY_HELPER__IDENTITY_TYPES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Identity Types' reference list feature.
EQUALITY_HELPER__IGNORED_ATTRIBUTES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Ignored Attributes' reference list.
EQUALITY_HELPER__IGNORED_ATTRIBUTES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Ignored Attributes' reference list feature.
EQUALITY_HELPER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The number of structural features of the 'Equality Helper' class.
EqualityHelper - Interface in org.eclipse.emf.henshin.statespace
Helper for deciding equality of Models and computing their hash codes.
equalityHelper - Variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The cached value of the 'Equality Helper' containment reference.
EqualityHelperImpl - Class in org.eclipse.emf.henshin.statespace.impl
Default implementation of EqualityHelper.
EqualityHelperImpl() - Constructor for class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
Default constructor.
equals(Object) - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
equals(Object) - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
equals(Object) - Method in class org.eclipse.emf.henshin.model.Action
 
equals(Model, Model) - Method in interface org.eclipse.emf.henshin.statespace.EqualityHelper
Check whether two state models are equal.
equals(Object) - Method in class org.eclipse.emf.henshin.statespace.external.prism.MDPLabel
 
equals(Model, Model) - Method in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.IteratedUnitImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.ModelElementImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.MultiUnitImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.UnaryUnitImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.henshin.wrap.impl.WValueImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.AndImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.IndependentUnitImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.IteratedUnitImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.LoopUnitImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.ModelElementImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.MultiUnitImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.NotImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.OrImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.PriorityUnitImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.UnaryUnitImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.model.impl.XorImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
 
eStaticClass() - Method in class org.eclipse.emf.henshin.wrap.impl.WValueImpl
 
eStructuralFeature - Variable in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
The cached value of the 'EStructural Feature' reference.
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.IteratedUnitImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.ModelElementImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.MultiUnitImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.UnaryUnitImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
 
eUnset(int) - Method in class org.eclipse.emf.henshin.wrap.impl.WValueImpl
 
eval(String, List<String>) - Method in class org.eclipse.emf.henshin.interpreter.impl.ScriptEngineWrapper
Evaluates a given expression in a context which is extended with the provided imports The imports are on purpose not added to the global scope to prevent pollution of the namespace.
evalAttributeExpression(Attribute, Rule) - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Evaluates a given attribute expression using the JavaScript engine.
eValue - Variable in class org.eclipse.emf.henshin.wrap.impl.WValueImpl
The cached value of the 'EValue' attribute.
EVALUE_EDEFAULT - Static variable in class org.eclipse.emf.henshin.wrap.impl.WValueImpl
The default value of the 'EValue' attribute.
execute(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
execute(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
execute(ApplicationMonitor) - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Execute this unit application.
executeConditionalUnit(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
executeIndependentUnit(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
executeIteratedUnit(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
executeLoopUnit(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
executeOrDie(UnitApplication) - Static method in class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
Execute the given unit application and throws an AssertionError if it could not be successfully applied (if UnitApplication.execute(ApplicationMonitor) returns false).
executePriorityUnit(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
executeRule(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
executeSequentialUnit(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
executions - Variable in class org.eclipse.emf.henshin.interpreter.impl.ProfilingApplicationMonitor
 
expandLabels(String, StateSpaceIndex, IProgressMonitor) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
 
explorationTime - Variable in class org.eclipse.emf.henshin.statespace.impl.ProfilingStateSpaceManager
 
explorers - Variable in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
State exploration helpers.
exploreState(State, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
Explore a given state.
exploreStates(List<State>, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
exploreStates(List<State>, boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.ParallelStateSpaceManager
Explore states concurrently.
exploreStates(List<State>, boolean) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceManager
Explore a state.
export(StateSpace, StateSpaceExporter, String, String, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.external.AbstractFileBasedValidator
 
exportAsAUT(StateSpace, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.external.AbstractFileBasedValidator
Export a state space as an AUT file.
EXPORTER_ID - Static variable in class org.eclipse.emf.henshin.model.exporters.HenshinAGGExporter
ID of this model exporter.
EXPORTER_ID - Static variable in class org.eclipse.emf.henshin.model.importers.HenshinAGGImporter
ID of this model importer.
EXPORTER_ID - Static variable in class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceExporter
ID of this exporter.

F

FILE_EXTENSION - Static variable in class org.eclipse.emf.henshin.model.resource.HenshinResource
File extension for Henshin files.
FILE_EXTENSION - Static variable in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResource
File extension for state space files.
findAllMatches(Engine, Rule, EGraph, Match) - Static method in class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
Find all matches for a rule.
findAllMatches(Engine, Module, EGraph) - Static method in class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
Find all matches of all rules in a module.
findAndReportMaximalPartialMatches(Engine, Module, EGraph) - Static method in class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
This method is similar to the method findMasimalPartialMatches but outputs a report instead of a list of matches.
findMatches(Rule, EGraph, Match) - Method in interface org.eclipse.emf.henshin.interpreter.Engine
Find matches for a Rule in an EGraph.
findMatches(Rule, EGraph, Match) - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
 
findMaximalPartialMatches(Engine, Module, EGraph) - Static method in class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
This method calculates a complete match for rules of the given model transformation with a given model.
findPath(StateSpace, List<String>) - Static method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
Find a Path for a given trace.
findPath(List<State>) - Static method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
Find a Path for a given list of states.
findState(Model, int, Collection<State>) - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
findState(Model, int, Collection<State>) - Method in class org.eclipse.emf.henshin.statespace.impl.ProfilingStateSpaceManager
 
Formula - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Formula'.
FORMULA - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Formula' class.
FORMULA - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Formula' class.
formula - Variable in class org.eclipse.emf.henshin.model.impl.GraphImpl
The cached value of the 'Formula' containment reference.
FORMULA_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Formula' class.
FRAGMENT_START - Static variable in class org.eclipse.emf.henshin.model.Action
Fragment marker.

G

generatePlot(StateSpace, List<PRISMExperiment>) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMExperiment
Generate plots from a list of PRISM experiments.
get(Node, Node) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
get(Node, Node) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
get(Node, Node) - Method in interface org.eclipse.emf.henshin.model.MappingList
Find a mapping for a given node origin and image.
get(Object) - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapImpl
 
getAction() - Method in interface org.eclipse.emf.henshin.model.GraphElement
Returns the value of the 'Action' attribute.
getAction() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for data type 'Action'.
getAction() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
getAction() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
getAction() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAction() - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getAction(Rule) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCStateSpaceExporter
 
getActionAttribute() - Method in interface org.eclipse.emf.henshin.model.Attribute
 
getActionAttribute() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
getActionAttributes(Action) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getActionAttributes(Action) - Method in interface org.eclipse.emf.henshin.model.Node
 
getActionEdge() - Method in interface org.eclipse.emf.henshin.model.Edge
 
getActionEdge() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
getActionEdges(Action) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getActionEdges(Action) - Method in interface org.eclipse.emf.henshin.model.Rule
 
getActionNode() - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getActionNode() - Method in interface org.eclipse.emf.henshin.model.Node
 
getActionNodes(Action) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getActionNodes(Action) - Method in interface org.eclipse.emf.henshin.model.Rule
 
getAddedStates() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceMonitor
Get the states that have been added to the state space since the activation.
getAllEdges() - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getAllEdges() - Method in interface org.eclipse.emf.henshin.model.Node
Returns an unmodifiable list of all coinciding edges of a node.
Remark: This list is a snapshot of the current set of incoming and outgoing edges i.e.
getAllMappings() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getAllMappings() - Method in interface org.eclipse.emf.henshin.model.Rule
Get all mappings recursively contained in this rule.
getAllMultiRules() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getAllMultiRules() - Method in interface org.eclipse.emf.henshin.model.Rule
 
getAllParameterKeys() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
getAllParameterKeys() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get all object keys used as parameters in transitions in this state space.
getAllProbs(StateSpace, boolean) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get all probabilities for a state space.
getAllRates(StateSpace, boolean) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get all rates for a state space.
getAnd() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'And'.
getAnd() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAnnotation() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Annotation'.
getAnnotation() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAnnotation_Key() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Key'.
getAnnotation_Key() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAnnotation_Value() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Value'.
getAnnotation_Value() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAnnotations() - Method in class org.eclipse.emf.henshin.model.impl.ModelElementImpl
 
getAnnotations() - Method in interface org.eclipse.emf.henshin.model.ModelElement
Returns the value of the 'Annotations' containment reference list.
getAppliedRules() - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
Get the applied rules of this unit application.
getAssignment() - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
getAssignment() - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
getAssignment() - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Get the parameter assignment to be used.
getAttribute() - Method in interface org.eclipse.emf.henshin.interpreter.Change.AttributeChange
 
getAttribute() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.AttributeChangeImpl
 
getAttribute() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Attribute'.
getAttribute() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAttribute(EAttribute) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getAttribute(EAttribute) - Method in interface org.eclipse.emf.henshin.model.Node
Returns an Attribute instance according to the give attribute type.
getAttribute_Constant() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Constant'.
getAttribute_Constant() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAttribute_Node() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the container reference 'Node'.
getAttribute_Node() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAttribute_Null() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Null'.
getAttribute_Null() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAttribute_Type() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Type'.
getAttribute_Type() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAttribute_Value() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Value'.
getAttribute_Value() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAttributeCondition() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Attribute Condition'.
getAttributeCondition() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAttributeCondition_ConditionText() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Condition Text'.
getAttributeCondition_ConditionText() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAttributeCondition_Rule() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the container reference 'Rule'.
getAttributeCondition_Rule() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getAttributeConditions() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getAttributeConditions() - Method in interface org.eclipse.emf.henshin.model.Rule
Returns the value of the 'Attribute Conditions' containment reference list.
getAttributes() - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getAttributes() - Method in interface org.eclipse.emf.henshin.model.Node
Returns the value of the 'Attributes' containment reference list.
getAttributesNameMap(StateSpace) - Static method in class org.eclipse.emf.henshin.statespace.util.StateSpaceTypesHelper
Gather all known attribute types in a state space.
getBaseDir() - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Get the base directory for this resource set as a file URI.
getBinaryFormula() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Binary Formula'.
getBinaryFormula() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getBinaryFormula_Left() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference 'Left'.
getBinaryFormula_Left() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getBinaryFormula_Right() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference 'Right'.
getBinaryFormula_Right() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getCachedFile(StateSpace, String) - Method in class org.eclipse.emf.henshin.statespace.external.AbstractFileBasedValidator
Get a cached file.
getCachedModel(State) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
 
getCachedModel(State) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceIndex
Get the cached model that corresponds to a state.
getCADPBin() - Static method in class org.eclipse.emf.henshin.statespace.external.cadp.CADPStateSpaceValidator
Get the CADP 'bin.*' directory.
getChanges() - Method in interface org.eclipse.emf.henshin.interpreter.Change.CompoundChange
 
getChanges() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.CompoundChangeImpl
 
getChild() - Method in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
getChild() - Method in interface org.eclipse.emf.henshin.model.UnaryFormula
Returns the value of the 'Child' containment reference.
getCompleteMatch() - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
getCompleteMatch() - Method in interface org.eclipse.emf.henshin.interpreter.RuleApplication
Get the complete match to be used.
getConclusion() - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
getConclusion() - Method in interface org.eclipse.emf.henshin.model.NestedCondition
Returns the value of the 'Conclusion' containment reference.
getConditionalUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Conditional Unit'.
getConditionalUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getConditionalUnit_Else() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Else'.
getConditionalUnit_Else() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getConditionalUnit_If() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'If'.
getConditionalUnit_If() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getConditionalUnit_Then() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Then'.
getConditionalUnit_Then() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getConditionText() - Method in interface org.eclipse.emf.henshin.model.AttributeCondition
Returns the value of the 'Condition Text' attribute.
getConditionText() - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
getConstant() - Method in interface org.eclipse.emf.henshin.model.Attribute
Returns the value of the 'Constant' attribute.
getConstant() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
getConstants() - Method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMExperiment
 
getConstants(StateSpace) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
 
getCopy(Match) - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
Get a copy of this model.
getCopy(Match) - Method in interface org.eclipse.emf.henshin.statespace.Model
Get a copy of this model.
getCoverage() - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport
Method computing the coverage of a lhs by a partial match
getCoverage() - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport.PartialMatchInfo
 
getCrossReferenceAdapter() - Method in interface org.eclipse.emf.henshin.interpreter.EGraph
Get the cross reference adapter of this graph.
getCrossReferenceAdapter() - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
getCurrentSpeed() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceExplorationHelper
 
getCurrentState() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
Get the current state.
getData() - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
getData(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
getData(int, int) - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
getData() - Method in interface org.eclipse.emf.henshin.statespace.Storage
Returns the value of the 'Data' attribute.
getData(int) - Method in interface org.eclipse.emf.henshin.statespace.Storage
 
getData(int, int) - Method in interface org.eclipse.emf.henshin.statespace.Storage
 
getDelta() - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport.PartialMatchInfo
 
getDerivedFrom() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
getDerivedFrom() - Method in interface org.eclipse.emf.henshin.statespace.State
Returns the value of the 'Derived From' attribute.
getDescription() - Method in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
 
getDescription() - Method in interface org.eclipse.emf.henshin.model.NamedElement
Returns the value of the 'Description' attribute.
getDistance(State) - Method in class org.eclipse.emf.henshin.statespace.util.StateDistanceMonitor
 
getDomain(EClass, boolean) - Method in interface org.eclipse.emf.henshin.interpreter.EGraph
Get all EObjects of this graph which are compatible with the given type.
getDomain(EClass, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
getDomain(EClass) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
getDomain(EClass, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
 
getDomain(EClass, boolean, int) - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
 
getDomain(EClass, int) - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
Get the domain for a given type and partition.
getDomain(EClass, boolean, int) - Method in interface org.eclipse.emf.henshin.interpreter.PartitionedEGraph
Get all EObjects of this graph which are compatible with the given type and are in a given partition.
getDomainSize(EClass, boolean) - Method in interface org.eclipse.emf.henshin.interpreter.EGraph
Returns the size of the domain for a type.
getDomainSize(EClass, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
getDomainSize(EClass, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
 
getDomainSize(EClass, boolean, int) - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
 
getDomainSize(EClass, boolean, int) - Method in interface org.eclipse.emf.henshin.interpreter.PartitionedEGraph
Returns the size of the domain for a type in a partition.
getEClass() - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
getEClass() - Method in interface org.eclipse.emf.henshin.wrap.WObject
Returns the value of the 'EClass' reference.
getEClassifier(String) - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getEdge() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Edge'.
getEdge() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getEdge_Graph() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the container reference 'Graph'.
getEdge_Graph() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getEdge_Index() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Index'.
getEdge_Index() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getEdge_IndexConstant() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Index Constant'.
getEdge_IndexConstant() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getEdge_Source() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Source'.
getEdge_Source() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getEdge_Target() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Target'.
getEdge_Target() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getEdge_Type() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Type'.
getEdge_Type() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getEdges() - Method in interface org.eclipse.emf.henshin.model.Graph
Returns the value of the 'Edges' containment reference list.
getEdges(EReference) - Method in interface org.eclipse.emf.henshin.model.Graph
Get all edges in this graph that are of a specific type.
getEdges() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getEdges(EReference) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getEGraph() - Method in interface org.eclipse.emf.henshin.interpreter.Change
Get the EGraph to be changed.
getEGraph() - Method in class org.eclipse.emf.henshin.interpreter.impl.AbstractApplicationImpl
 
getEGraph() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl
 
getEGraph() - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Get the EGraph to be transformed.
getEGraph() - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
getEGraph() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getEGraph() - Method in interface org.eclipse.emf.henshin.statespace.Model
Get the associated EGraph instance for this model.
getEGraph() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for data type 'EGraph'.
getElse() - Method in interface org.eclipse.emf.henshin.model.ConditionalUnit
Returns the value of the 'Else' reference.
getElse() - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
getEMap() - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
getEngine() - Method in class org.eclipse.emf.henshin.interpreter.impl.ScriptEngineWrapper
 
getEObject(String) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Load a resource for the given file name and get the first EObject contained in it.
getEObject() - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
getEObject() - Method in interface org.eclipse.emf.henshin.wrap.WObject
Returns the value of the 'EObject' reference.
getEObjectIntegerMapEntry() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getEObjectIntegerMapEntry() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for class 'EObject Integer Map Entry'.
getEObjectIntegerMapEntry_Key() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getEObjectIntegerMapEntry_Key() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the reference 'Key'.
getEObjectIntegerMapEntry_Value() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getEObjectIntegerMapEntry_Value() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Value'.
getEObjects(List<EObject>) - Static method in class org.eclipse.emf.henshin.wrap.util.WrapUtil
 
getEPackage() - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Returns the package of this validator switch.
getEqualityHelper() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
getEqualityHelper() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getEqualityHelper() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the equality helper for this state space.
getEqualityHelper() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for class 'Equality Helper'.
getEqualityHelper_CheckLinkOrder() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getEqualityHelper_CheckLinkOrder() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Check Link Order'.
getEqualityHelper_IdentityTypes() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getEqualityHelper_IdentityTypes() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the reference list 'Identity Types'.
getEqualityHelper_IgnoredAttributes() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getEqualityHelper_IgnoredAttributes() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the reference list 'Ignored Attributes'.
getEStructuralFeature() - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
getEStructuralFeature() - Method in interface org.eclipse.emf.henshin.wrap.WMember
Returns the value of the 'EStructural Feature' reference.
getEValue() - Method in class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
 
getEValue() - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
getEValue() - Method in class org.eclipse.emf.henshin.wrap.impl.WValueImpl
 
getEValue() - Method in interface org.eclipse.emf.henshin.wrap.WMember
 
getEValue() - Method in interface org.eclipse.emf.henshin.wrap.WValue
Returns the value of the 'EValue' attribute.
getException() - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceWorker
 
getExporterName() - Method in interface org.eclipse.emf.henshin.HenshinModelExporter
Get the name of this exporter.
getExporterName() - Method in class org.eclipse.emf.henshin.model.exporters.HenshinAGGExporter
 
getExporters() - Method in class org.eclipse.emf.henshin.HenshinModelPlugin
Get the map of registered exporters.
getExporters() - Method in class org.eclipse.emf.henshin.statespace.StateSpacePlugin
Get the map of registered state space exporters.
getExportFileExtensions() - Method in interface org.eclipse.emf.henshin.HenshinModelExporter
Get the list of file extensions supported by this exporter.
getExportFileExtensions() - Method in class org.eclipse.emf.henshin.model.exporters.HenshinAGGExporter
 
getFileExtensions() - Method in class org.eclipse.emf.henshin.statespace.external.cadp.AUTStateSpaceExporter
 
getFileExtensions() - Method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCStateSpaceExporter
 
getFileExtensions() - Method in class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceExporter
 
getFileExtensions() - Method in class org.eclipse.emf.henshin.statespace.external.tikz.TikZStateSpaceExporter
 
getFileExtensions() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceExporter
Get the list of file extensions supported by this exporter.
getFormula() - Method in interface org.eclipse.emf.henshin.model.Graph
Returns the value of the 'Formula' containment reference.
getFormula() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Formula'.
getFormula() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getFormula() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getFragment() - Method in class org.eclipse.emf.henshin.model.Action
Returns the fragment of this action or null if it does not have a fragment.
getGraph() - Method in interface org.eclipse.emf.henshin.model.Edge
Returns the value of the 'Graph' container reference.
getGraph() - Method in interface org.eclipse.emf.henshin.model.GraphElement
Returns the graph this graph element is contained in.
getGraph() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Graph'.
getGraph() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
getGraph() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
getGraph() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getGraph() - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getGraph() - Method in interface org.eclipse.emf.henshin.model.Node
Returns the value of the 'Graph' container reference.
getGraph_Edges() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Edges'.
getGraph_Edges() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getGraph_Formula() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference 'Formula'.
getGraph_Formula() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getGraph_Nodes() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Nodes'.
getGraph_Nodes() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getGraphElement() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Graph Element'.
getGraphElement() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getGraphElement_Action() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Action'.
getGraphElement_Action() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getGraphOptions(Graph) - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Get the options for a specific rule graph.
getHash() - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
getHashCode() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
getHashCode() - Method in interface org.eclipse.emf.henshin.statespace.State
Get the hash code of this state.
getHenshinFactory() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the factory that creates the instances of the model.
getHenshinFactory() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getHenshinPackage() - Method in interface org.eclipse.emf.henshin.model.HenshinFactory
Returns the package supported by this factory.
getHenshinPackage() - Method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
 
getHost() - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
getHost() - Method in interface org.eclipse.emf.henshin.model.NestedCondition
 
getIdentityTypes() - Method in interface org.eclipse.emf.henshin.statespace.EqualityHelper
Returns the value of the 'Identity Types' reference list.
getIdentityTypes() - Method in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
 
getIf() - Method in interface org.eclipse.emf.henshin.model.ConditionalUnit
Returns the value of the 'If' reference.
getIf() - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
getIgnoredAttributes() - Method in interface org.eclipse.emf.henshin.statespace.EqualityHelper
Returns the value of the 'Ignored Attributes' reference list.
getIgnoredAttributes() - Method in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
 
getImage(Node, Graph) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
getImage(Edge, Graph) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
getImage(Attribute, Graph) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
getImage(E, Graph) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
getImage() - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
getImage(Node, Graph) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
getImage(Edge, Graph) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
getImage(Attribute, Graph) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
getImage(E, Graph) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
getImage() - Method in interface org.eclipse.emf.henshin.model.Mapping
Returns the value of the 'Image' reference.
getImage(Node, Graph) - Method in interface org.eclipse.emf.henshin.model.MappingList
Get the image of a node in a given target graph.
getImage(Edge, Graph) - Method in interface org.eclipse.emf.henshin.model.MappingList
Get the image of an edge in a given target graph.
getImage(Attribute, Graph) - Method in interface org.eclipse.emf.henshin.model.MappingList
Get the image of an attribute in a given target graph.
getImage(E, Graph) - Method in interface org.eclipse.emf.henshin.model.MappingList
Get the image of an untyped object in a target graph.
getImporterName() - Method in interface org.eclipse.emf.henshin.HenshinModelImporter
Get the name of this importer.
getImporterName() - Method in class org.eclipse.emf.henshin.model.importers.HenshinAGGImporter
 
getImporters() - Method in class org.eclipse.emf.henshin.HenshinModelPlugin
Get the map of registered importers.
getImportFileExtensions() - Method in interface org.eclipse.emf.henshin.HenshinModelImporter
Get the list of file extensions supported by this importer.
getImportFileExtensions() - Method in class org.eclipse.emf.henshin.model.importers.HenshinAGGImporter
 
getImports() - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
getImports() - Method in interface org.eclipse.emf.henshin.model.Module
Returns the value of the 'Imports' reference list.
getIncoming() - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getIncoming(EReference) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getIncoming(EReference, Node) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getIncoming() - Method in interface org.eclipse.emf.henshin.model.Node
Returns the value of the 'Incoming' reference list.
getIncoming(EReference) - Method in interface org.eclipse.emf.henshin.model.Node
Returns an unmodifiable list which contains all incoming edges this node contains, which are of the given type.
Remark: This list is a snapshot according to the current set of incoming edges i.e.
getIncoming(EReference, Node) - Method in interface org.eclipse.emf.henshin.model.Node
Returns an Edge with this node as target, the given node as source and the given type as edge type.
getIncoming() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
Get the list of incoming transitions of this state.
getIncoming() - Method in interface org.eclipse.emf.henshin.statespace.State
Get the list of incoming transitions of this state.
getIndependentUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Independent Unit'.
getIndependentUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getIndex() - Method in interface org.eclipse.emf.henshin.model.Edge
Returns the value of the 'Index' attribute.
getIndex() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
getIndex() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
getIndex() - Method in interface org.eclipse.emf.henshin.statespace.State
Get the index of this state.
getIndexConstant() - Method in interface org.eclipse.emf.henshin.model.Edge
Returns the value of the 'Index Constant' attribute.
getIndexConstant() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
getInfos() - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport
 
getInitialStates() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
getInitialStates() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the initial states in this state space.
getInstances() - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
Deprecated. Will be removed in the future.
getInstances() - Method in interface org.eclipse.emf.henshin.model.Module
Deprecated. Will not be supported in the future.
getIntegerArray() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getIntegerArray() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for data type 'Integer Array'.
getIteratedUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Iterated Unit'.
getIteratedUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getIteratedUnit_Iterations() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Iterations'.
getIteratedUnit_Iterations() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getIterations() - Method in class org.eclipse.emf.henshin.model.impl.IteratedUnitImpl
 
getIterations() - Method in interface org.eclipse.emf.henshin.model.IteratedUnit
Returns the value of the 'Iterations' attribute.
getJavaImports() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getJavaImports() - Method in interface org.eclipse.emf.henshin.model.Rule
Returns the value of the 'Java Imports' attribute list.
getKernelRule() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getKernelRule() - Method in interface org.eclipse.emf.henshin.model.Rule
 
getKey() - Method in interface org.eclipse.emf.henshin.model.Annotation
Returns the value of the 'Key' attribute.
getKey() - Method in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
 
getKey() - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
getLabel() - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
Labels are not cached by the transition! Should be cached externally, if needed.
getLabel() - Method in interface org.eclipse.emf.henshin.statespace.Transition
Get the label of this transition.
getLastResultMatch() - Method in class org.eclipse.emf.henshin.statespace.impl.StateExplorer
Get the last result match used during the derivation of a model.
getLayoutStateRepulsion() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
getLayoutStateRepulsion() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the state repulsion to be used when layouting this state space.
getLayoutTransitionAttraction() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
getLayoutTransitionAttraction() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the transition attraction to be used when layouting this state space.
getLayoutZoomLevel() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
getLayoutZoomLevel() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the zoom level to be used when this state space is displayed.
getLeft() - Method in interface org.eclipse.emf.henshin.model.BinaryFormula
Returns the value of the 'Left' containment reference.
getLeft() - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
getLegend(int) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getLhs() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getLhs() - Method in interface org.eclipse.emf.henshin.model.Rule
Returns the value of the 'Lhs' containment reference.
getLocation() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
getLocation() - Method in interface org.eclipse.emf.henshin.statespace.State
Get the location of this state.
getLoopUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Loop Unit'.
getLoopUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getMapping() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Mapping'.
getMapping() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getMapping_Image() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Image'.
getMapping_Image() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getMapping_Origin() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Origin'.
getMapping_Origin() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getMappings() - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
getMappings() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getMappings() - Method in interface org.eclipse.emf.henshin.model.NestedCondition
Returns the value of the 'Mappings' containment reference list.
getMappings() - Method in interface org.eclipse.emf.henshin.model.Rule
Returns the value of the 'Mappings' containment reference list.
getMatch() - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport.PartialMatchInfo
 
getMatch(Transition, Model) - Method in class org.eclipse.emf.henshin.statespace.impl.StateExplorer
Get the match for a given transition.
getMatch() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getMatch() - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
getMatch() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for data type 'Match'.
getMatch() - Method in interface org.eclipse.emf.henshin.statespace.Transition
Returns the value of the 'Match' attribute.
getMaxStateDistance() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
getMaxStateDistance() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the maximum distance of states from the initial states.
getMessage() - Method in class org.eclipse.emf.henshin.statespace.ValidationResult
Get the message associated with this validation result.
getModel() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
getModel(State) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
 
getModel() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getModel(String) - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceSet
Convenience method for loading a Model from a file given as a path and file name.
getModel() - Method in interface org.eclipse.emf.henshin.statespace.State
Get the associated model of this state.
getModel(State) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceIndex
Get the model that corresponds to a state.
getModel() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for class 'Model'.
getModel_EGraph() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getModel_EGraph() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'EGraph'.
getModel_ObjectCount() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getModel_ObjectCount() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Object Count'.
getModel_ObjectHashCodes() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getModel_ObjectHashCodes() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the map 'Object Hash Codes'.
getModel_ObjectKeys() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getModel_ObjectKeys() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Object Keys'.
getModel_ObjectKeysMap() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getModel_ObjectKeysMap() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the map 'Object Keys Map'.
getModel_Resource() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getModel_Resource() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Resource'.
getModelElement() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Model Element'.
getModelElement() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getModelElement_Annotations() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Annotations'.
getModelElement_Annotations() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getModelHeader(String) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
 
getModule() - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport
 
getModule() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Module'.
getModule() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getModule() - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
getModule(String, boolean) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Load a Module from a Henshin file given as a path and file name.
getModule(URI, boolean) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Load a Module from a Henshin file given by a URI.
getModule(String) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Load a Module from a Henshin file given as a path and file name.
getModule() - Method in interface org.eclipse.emf.henshin.model.Unit
 
getModule_Imports() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference list 'Imports'.
getModule_Imports() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getModule_Instances() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Instances'.
getModule_Instances() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getModule_SubModules() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Sub Modules'.
getModule_SubModules() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getModule_SuperModule() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the container reference 'Super Module'.
getModule_SuperModule() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getModule_Units() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Units'.
getModule_Units() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getMultiMappings() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getMultiMappings() - Method in interface org.eclipse.emf.henshin.model.Rule
Returns the value of the 'Multi Mappings' containment reference list.
getMultiMatches(Rule) - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
getMultiMatches(Rule) - Method in interface org.eclipse.emf.henshin.interpreter.Match
Get the nested matches for a multi-rule.
getMultiRule(String) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getMultiRule(String) - Method in interface org.eclipse.emf.henshin.model.Rule
 
getMultiRulePath(Rule) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getMultiRulePath(Rule) - Method in interface org.eclipse.emf.henshin.model.Rule
Get the path to multi-rule.
getMultiRules() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getMultiRules() - Method in interface org.eclipse.emf.henshin.model.Rule
Returns the value of the 'Multi Rules' containment reference list.
getMultiUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Multi Unit'.
getMultiUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getMultiUnit_SubUnits() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference list 'Sub Units'.
getMultiUnit_SubUnits() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNAC(String) - Method in interface org.eclipse.emf.henshin.model.Graph
Get a negative application condition (PAC) of this graph with a given name.
getNAC(String) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getNACs() - Method in interface org.eclipse.emf.henshin.model.Graph
 
getNACs() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getName() - Method in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
 
getName() - Method in interface org.eclipse.emf.henshin.model.NamedElement
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.emf.henshin.statespace.external.cadp.AUTStateSpaceExporter
 
getName() - Method in class org.eclipse.emf.henshin.statespace.external.cadp.CADPStateSpaceValidator
 
getName() - Method in class org.eclipse.emf.henshin.statespace.external.mcrl2.MCRL2StateSpaceValidator
 
getName() - Method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCStateSpaceExporter
 
getName() - Method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCStateSpaceValidator
 
getName() - Method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCSteadyStateTool
 
getName() - Method in class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceExporter
 
getName() - Method in class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceValidator
 
getName() - Method in class org.eclipse.emf.henshin.statespace.external.tikz.TikZStateSpaceExporter
 
getName() - Method in class org.eclipse.emf.henshin.statespace.impl.OCLStateValidator
 
getName() - Method in class org.eclipse.emf.henshin.statespace.impl.ShortestPathStateSpaceValidator
 
getName() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceExporter
Get the name of this exported.
getName() - Method in interface org.eclipse.emf.henshin.statespace.Validator
Get the name of this validator.
getName() - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
getName() - Method in interface org.eclipse.emf.henshin.trace.Trace
Returns the value of the 'Name' attribute.
getNamedElement() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Named Element'.
getNamedElement() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNamedElement_Description() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Description'.
getNamedElement_Description() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNamedElement_Name() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Name'.
getNamedElement_Name() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNestedCondition() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Nested Condition'.
getNestedCondition() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNestedCondition_Conclusion() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference 'Conclusion'.
getNestedCondition_Conclusion() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNestedCondition_Mappings() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Mappings'.
getNestedCondition_Mappings() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNestedConditions() - Method in interface org.eclipse.emf.henshin.model.Graph
Get all nested conditions that occur in the formula of this graph.
getNestedConditions() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getNewIndex() - Method in interface org.eclipse.emf.henshin.interpreter.Change.IndexChange
 
getNewIndex() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.IndexChangeImpl
 
getNewValue() - Method in interface org.eclipse.emf.henshin.interpreter.Change.AttributeChange
 
getNewValue() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.AttributeChangeImpl
 
getNextPartition(EClass) - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
Get the next partition to use for adding a new object.
getNode() - Method in interface org.eclipse.emf.henshin.model.Attribute
Returns the value of the 'Node' container reference.
getNode(String) - Method in interface org.eclipse.emf.henshin.model.Graph
Get the first node in this graph that has the given argument name.
getNode() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Node'.
getNode() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
getNode(String) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getNode() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNode2ObjectMap() - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
getNode_Attributes() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Attributes'.
getNode_Attributes() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNode_Graph() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the container reference 'Graph'.
getNode_Graph() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNode_Incoming() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference list 'Incoming'.
getNode_Incoming() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNode_Outgoing() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference list 'Outgoing'.
getNode_Outgoing() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNode_Type() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Type'.
getNode_Type() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNodes() - Method in interface org.eclipse.emf.henshin.model.Graph
Returns the value of the 'Nodes' containment reference list.
getNodes(EClass) - Method in interface org.eclipse.emf.henshin.model.Graph
Get all nodes in this graph that are of a specific type.
getNodes() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getNodes(EClass) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getNodeTarget(Node) - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
getNodeTarget(Node) - Method in interface org.eclipse.emf.henshin.interpreter.Match
Get the match target for a node.
getNodeTargets() - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
getNodeTargets() - Method in interface org.eclipse.emf.henshin.interpreter.Match
Get all node targets of this match.
getNot() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Not'.
getNot() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getNumPartitions() - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
 
getNumPartitions() - Method in interface org.eclipse.emf.henshin.interpreter.PartitionedEGraph
Get the number of partitions of this partitioned graph.
getNumThreads() - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
getNumThreads() - Method in class org.eclipse.emf.henshin.statespace.impl.ParallelStateSpaceManager
 
getNumThreads() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceManager
Get the number of threads used by this state manager.
getObject() - Method in interface org.eclipse.emf.henshin.interpreter.Change.AttributeChange
 
getObject() - Method in interface org.eclipse.emf.henshin.interpreter.Change.ObjectChange
 
getObject() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.AttributeChangeImpl
 
getObject() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.ObjectChangeImpl
 
getObject2NodeMap() - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
getObjectCount() - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
getObjectCount() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
getObjectCount() - Method in interface org.eclipse.emf.henshin.statespace.Model
Get the number of objects in this model.
getObjectCount() - Method in interface org.eclipse.emf.henshin.statespace.State
Get the number of nodes in this state's model.
getObjectHashCodes() - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
getObjectHashCodes() - Method in interface org.eclipse.emf.henshin.statespace.Model
Get the object hash codes of this state model
getObjectID(int) - Static method in class org.eclipse.emf.henshin.statespace.util.ObjectKeyHelper
Extract the object ID of an object identity.
getObjectKeys() - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
getObjectKeys() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
getObjectKeys() - Method in interface org.eclipse.emf.henshin.statespace.Model
Get the object keys of this state model as an integer array.
getObjectKeys() - Method in interface org.eclipse.emf.henshin.statespace.State
Get the object keys for the current state model.
getObjectKeysMap() - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
getObjectKeysMap() - Method in interface org.eclipse.emf.henshin.statespace.Model
Get the object keys map for this state model.
getObjectType(int, List<EClass>) - Static method in class org.eclipse.emf.henshin.statespace.util.ObjectKeyHelper
Extract the object type of an object key.
getObjectTypePrefix(int) - Static method in class org.eclipse.emf.henshin.statespace.util.ObjectKeyHelper
Extract the supported type prefix of an object key.
getOldIndex() - Method in interface org.eclipse.emf.henshin.interpreter.Change.IndexChange
 
getOldIndex() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.IndexChangeImpl
 
getOldValue() - Method in interface org.eclipse.emf.henshin.interpreter.Change.AttributeChange
 
getOldValue() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.AttributeChangeImpl
 
getOpenStates() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
Get the set of open states in this state space.
getOpenStates() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the open states in this state space.
getOptions() - Method in interface org.eclipse.emf.henshin.interpreter.Engine
Get or set the options for this engine.
getOptions() - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
 
getOr() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Or'.
getOr() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getOrigin(Node) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
getOrigin(Edge) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
getOrigin(Attribute) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
getOrigin(E) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
getOrigin() - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
getOrigin(Node) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
getOrigin(Edge) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
getOrigin(Attribute) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
getOrigin(E) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
getOrigin() - Method in interface org.eclipse.emf.henshin.model.Mapping
Returns the value of the 'Origin' reference.
getOrigin(Node) - Method in interface org.eclipse.emf.henshin.model.MappingList
Find the origin of a node.
getOrigin(Edge) - Method in interface org.eclipse.emf.henshin.model.MappingList
Find the origin of an edge.
getOrigin(Attribute) - Method in interface org.eclipse.emf.henshin.model.MappingList
Get the origin of an attribute.
getOrigin(E) - Method in interface org.eclipse.emf.henshin.model.MappingList
Get the origin of an untyped object.
getOutgoing() - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getOutgoing(EReference) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getOutgoing(EReference, Node) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getOutgoing() - Method in interface org.eclipse.emf.henshin.model.Node
Returns the value of the 'Outgoing' reference list.
getOutgoing(EReference) - Method in interface org.eclipse.emf.henshin.model.Node
Returns an unmodifiable list which contains all outgoing edges this node contains, which are of the given type.
Remark: This list is a snapshot according to the current set of outgoing edges i.e.
getOutgoing(EReference, Node) - Method in interface org.eclipse.emf.henshin.model.Node
Returns an Edge with this node as source, the given node as target and the given type as edge type.
getOutgoing(State, Rule, int, int[]) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
getOutgoing() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
Get the list of outgoing transitions of this state.
getOutgoing() - Method in interface org.eclipse.emf.henshin.statespace.State
Get the list of outgoing transitions of this state.
getOutgoing(State, Rule, int, int[]) - Method in interface org.eclipse.emf.henshin.statespace.State
 
getPAC(String) - Method in interface org.eclipse.emf.henshin.model.Graph
Get a positive application condition (PAC) of this graph with a given name.
getPAC(String) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getPackage() - Static method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
Deprecated.  
getPackage() - Static method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
Deprecated.  
getPackage() - Static method in class org.eclipse.emf.henshin.trace.impl.TraceFactoryImpl
Deprecated.  
getPackage() - Static method in class org.eclipse.emf.henshin.wrap.impl.WrapFactoryImpl
Deprecated.  
getPACs() - Method in interface org.eclipse.emf.henshin.model.Graph
 
getPACs() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getParameter() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Parameter'.
getParameter() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getParameter(String) - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
getParameter(String) - Method in interface org.eclipse.emf.henshin.model.Unit
 
getParameter_Type() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Type'.
getParameter_Type() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getParameter_Unit() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the container reference 'Unit'.
getParameter_Unit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getParameterByName(String) - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
getParameterCount() - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
getParameterCount() - Method in interface org.eclipse.emf.henshin.statespace.Transition
Get the number of parameters for this transition.
getParameterKeys() - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
getParameterKeys() - Method in interface org.eclipse.emf.henshin.statespace.Transition
Get the parameter keys for this transition.
getParameterMapping() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Parameter Mapping'.
getParameterMapping() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getParameterMapping_Source() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Source'.
getParameterMapping_Source() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getParameterMapping_Target() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Target'.
getParameterMapping_Target() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getParameterMappings() - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
getParameterMappings() - Method in interface org.eclipse.emf.henshin.model.Unit
Returns the value of the 'Parameter Mappings' containment reference list.
getParameterNodes() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getParameterNodes() - Method in interface org.eclipse.emf.henshin.model.Rule
 
getParameters() - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
getParameters() - Method in interface org.eclipse.emf.henshin.model.Unit
Returns the value of the 'Parameters' containment reference list.
getParameterValue(Parameter) - Method in interface org.eclipse.emf.henshin.interpreter.Assignment
Get the value assigned to a parameter.
getParameterValue(Parameter) - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
getParameterValues() - Method in interface org.eclipse.emf.henshin.interpreter.Assignment
Get all parameter values.
getParameterValues() - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
getPartialMatch() - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
getPartialMatch() - Method in interface org.eclipse.emf.henshin.interpreter.RuleApplication
Get the partial match to be used.
getPartitionTypes(EClass) - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
Get the list of proxy partition types for a (real) type.
getPath() - Method in class org.eclipse.emf.henshin.model.Action
Returns path this action contains.
getPath() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
Get the current path.
getPlugin() - Static method in class org.eclipse.emf.henshin.HenshinModelPlugin
 
getPlugin() - Static method in class org.eclipse.emf.henshin.statespace.StateSpacePlugin
Returns the singleton instance of the Eclipse plugin.
getPluginResourceLocator() - Method in class org.eclipse.emf.henshin.HenshinModelPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.henshin.statespace.StateSpacePlugin
Returns the singleton instance of the Eclipse plugin.
getPriorityUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Priority Unit'.
getPriorityUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getPRISMArgs(StateSpace) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get the PRISM arguments property.
getPRISMExperiment(StateSpace) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get the PRISM experiment parameter.
getPRISMPath(StateSpace) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get the PRISM path property.
getPRISMState(int, String, boolean) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
 
getPRISMStates(List<State>) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
 
getProb(StateSpace, Rule, int) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get the probability of a rule, as specified in the state space properties.
getProbabilisticRules(StateSpace) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Partition the rules of a state space into probabilistic rules, based on their names.
getProbAsRange(StateSpace, Rule, int) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get the probability of a rule, as specified in the state space properties.
getProbKey(Rule, int) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get the properties key for rule probabilities.
getProbVar(int) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get the variable name for a rule probability.
getProperties() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
getProperties() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the properties for this state space.
getRate(StateSpace, Rule) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get the rate of a rule, as specified in the state space properties.
getRateAsRange(StateSpace, Rule) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get the rate of a rule, as specified in the state space properties.
getRateKey(Rule) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Get the properties key for rule rates.
getReference() - Method in interface org.eclipse.emf.henshin.interpreter.Change.IndexChange
 
getReference() - Method in interface org.eclipse.emf.henshin.interpreter.Change.ReferenceChange
 
getReference() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.IndexChangeImpl
 
getReference() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.ReferenceChangeImpl
 
getRemovedStates() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceMonitor
Get the states that have been removed to the state space since the activation.
getReport() - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport
The method generating a textual report.
getResource(String) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Load a resource for the given (relative) path and file name.
getResource() - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
getResource() - Method in interface org.eclipse.emf.henshin.statespace.Model
Get the resource that contains the actual model elements.
getResource() - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceWorker
Get the loaded resource.
getResourceLocator() - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Returns the resource locator that will be used to fetch messages for this validator's diagnostics.
getResult() - Method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMExperiment
 
getResult() - Method in class org.eclipse.emf.henshin.statespace.ValidationResult
Get the optional result associated with this result.
getResultAssignment() - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
getResultAssignment() - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
getResultAssignment() - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Get the parameter assignment for the result.
getResultMatch() - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
getResultMatch() - Method in interface org.eclipse.emf.henshin.interpreter.RuleApplication
Get the match for the result of the transformation (after the unit has been applied).
getResultParameterValue(String) - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
getResultParameterValue(String) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
getResultParameterValue(String) - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Get the value assigned to a parameter.
getRhs() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getRhs() - Method in interface org.eclipse.emf.henshin.model.Rule
Returns the value of the 'Rhs' containment reference.
getRight() - Method in interface org.eclipse.emf.henshin.model.BinaryFormula
Returns the value of the 'Right' containment reference.
getRight() - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
getRootRule() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getRootRule() - Method in interface org.eclipse.emf.henshin.model.Rule
 
getRoots() - Method in interface org.eclipse.emf.henshin.interpreter.EGraph
Get the root objects in this graph.
getRoots() - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
getRule() - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
getRule() - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
getRule() - Method in interface org.eclipse.emf.henshin.interpreter.Match
Get the rule that this match is used for.
getRule() - Method in interface org.eclipse.emf.henshin.interpreter.RuleApplication
Get the rule to be applied.
getRule() - Method in interface org.eclipse.emf.henshin.model.AttributeCondition
Returns the value of the 'Rule' container reference.
getRule() - Method in interface org.eclipse.emf.henshin.model.Graph
Returns the Rule this graph is contained in or null if it is not directly contained in a Rule.
getRule() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Rule'.
getRule() - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
getRule() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
getRule() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getRule() - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
getRule() - Method in interface org.eclipse.emf.henshin.statespace.Transition
Returns the value of the 'Rule' attribute.
getRule_AttributeConditions() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Attribute Conditions'.
getRule_AttributeConditions() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getRule_CheckDangling() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Check Dangling'.
getRule_CheckDangling() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getRule_InjectiveMatching() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Injective Matching'.
getRule_InjectiveMatching() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getRule_JavaImports() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute list 'Java Imports'.
getRule_JavaImports() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getRule_Lhs() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference 'Lhs'.
getRule_Lhs() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getRule_Mappings() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Mappings'.
getRule_Mappings() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getRule_MultiMappings() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Multi Mappings'.
getRule_MultiMappings() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getRule_MultiRules() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Multi Rules'.
getRule_MultiRules() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getRule_Rhs() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference 'Rhs'.
getRule_Rhs() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getRuleInfo(Rule) - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Get the cached rule info for a given rule.
getRules() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
getRules() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the rules used for generating this state space.
getScriptEngine() - Method in interface org.eclipse.emf.henshin.interpreter.Engine
Get the used script engine.
getScriptEngine() - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
 
getSequentialUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Sequential Unit'.
getSequentialUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getSequentialUnit_Rollback() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Rollback'.
getSequentialUnit_Rollback() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getSequentialUnit_Strict() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Strict'.
getSequentialUnit_Strict() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getSeriesCount() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getSeriesLength(int) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getShortestPath(State) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceShortestPath
Get the shortest path for a given target state.
getSource() - Method in interface org.eclipse.emf.henshin.interpreter.Change.IndexChange
 
getSource() - Method in interface org.eclipse.emf.henshin.interpreter.Change.ReferenceChange
 
getSource() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.IndexChangeImpl
 
getSource() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.ReferenceChangeImpl
 
getSource() - Method in interface org.eclipse.emf.henshin.model.Edge
Returns the value of the 'Source' reference.
getSource() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
getSource() - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
getSource() - Method in interface org.eclipse.emf.henshin.model.ParameterMapping
Returns the value of the 'Source' reference.
getSource() - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
getSource() - Method in class org.eclipse.emf.henshin.statespace.Path
 
getSource() - Method in interface org.eclipse.emf.henshin.statespace.Transition
Returns the value of the 'Source' container reference.
getSource() - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
getSource() - Method in interface org.eclipse.emf.henshin.trace.Trace
Returns the value of the 'Source' reference list.
getState(Model, int) - Method in class org.eclipse.emf.henshin.statespace.impl.ProfilingStateSpaceManager
 
getState(Model) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
 
getState(Model, int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
Get the state for a given model and its hash code.
getState() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState(Model) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceIndex
Get the state that corresponds to the argument model.
getState() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for class 'State'.
getState_DerivedFrom() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_DerivedFrom() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Derived From'.
getState_Goal() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_Goal() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Goal'.
getState_HashCode() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_HashCode() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Hash Code'.
getState_Incoming() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_Incoming() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the reference list 'Incoming'.
getState_Index() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_Index() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Index'.
getState_Location() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_Location() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Location'.
getState_Model() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_Model() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the containment reference 'Model'.
getState_ObjectCount() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_ObjectCount() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Object Count'.
getState_ObjectKeys() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_ObjectKeys() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Object Keys'.
getState_Open() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_Open() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Open'.
getState_Outgoing() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_Outgoing() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the containment reference list 'Outgoing'.
getState_Pruned() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_Pruned() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Pruned'.
getState_StateSpace() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getState_StateSpace() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the container reference 'State Space'.
getStateCount() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
getStateCount() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the number of states in this state space.
getStateDistance(State) - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
Get the distance of a state to an initial state.
getStateDistance(State) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceManager
Get the shortest distance of a state from an arbitrary initial state.
getStates() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
Get the list of states in this state space.
getStates() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the states stored in this state space.
getStateSpace() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
getStateSpace() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
 
getStateSpace() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace() - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResource
Get the state space contained in this resource.
getStateSpace(String) - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceSet
Convenience method for loading a StateSpace from a file given as a path and file name.
getStateSpace() - Method in interface org.eclipse.emf.henshin.statespace.State
Get the state space that contains this state.
getStateSpace() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceIndex
Get the indexed state space.
getStateSpace() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for class 'State Space'.
getStateSpace() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceMonitor
Get the state space to be monitored.
getStateSpace_AllParameterKeys() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_AllParameterKeys() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'All Parameter Keys'.
getStateSpace_EqualityHelper() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_EqualityHelper() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the containment reference 'Equality Helper'.
getStateSpace_InitialStates() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_InitialStates() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the reference list 'Initial States'.
getStateSpace_LayoutHideIndizes() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_LayoutHideIndizes() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Layout Hide Indizes'.
getStateSpace_LayoutHideLabels() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_LayoutHideLabels() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Layout Hide Labels'.
getStateSpace_LayoutStateRepulsion() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_LayoutStateRepulsion() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Layout State Repulsion'.
getStateSpace_LayoutTransitionAttraction() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_LayoutTransitionAttraction() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Layout Transition Attraction'.
getStateSpace_LayoutZoomLevel() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_LayoutZoomLevel() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Layout Zoom Level'.
getStateSpace_MaxStateDistance() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_MaxStateDistance() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Max State Distance'.
getStateSpace_OpenStates() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_OpenStates() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the reference list 'Open States'.
getStateSpace_Properties() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_Properties() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the map 'Properties'.
getStateSpace_Rules() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_Rules() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the reference list 'Rules'.
getStateSpace_StateCount() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_StateCount() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'State Count'.
getStateSpace_States() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_States() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the containment reference list 'States'.
getStateSpace_TransitionCount() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpace_TransitionCount() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Transition Count'.
getStateSpaceFactory() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStateSpaceFactory() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the factory that creates the instances of the model.
getStateSpaceManager() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceExplorationHelper
 
getStateSpacePackage() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
 
getStateSpacePackage() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceFactory
Returns the package supported by this factory.
getStorage() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStorage() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for class 'Storage'.
getStorage_Data() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStorage_Data() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Data'.
getStringArray() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getStringArray() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for data type 'String Array'.
getSubModule(String) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
getSubModule(String) - Method in interface org.eclipse.emf.henshin.model.Module
Get the submodule with a specified name.
getSubModules() - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
getSubModules() - Method in interface org.eclipse.emf.henshin.model.Module
Returns the value of the 'Sub Modules' containment reference list.
getSubTraces() - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
getSubTraces() - Method in interface org.eclipse.emf.henshin.trace.Trace
Returns the value of the 'Sub Traces' containment reference list.
getSubUnit() - Method in class org.eclipse.emf.henshin.model.impl.UnaryUnitImpl
 
getSubUnit() - Method in interface org.eclipse.emf.henshin.model.UnaryUnit
Returns the value of the 'Sub Unit' reference.
getSubUnits() - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
getSubUnits() - Method in class org.eclipse.emf.henshin.model.impl.MultiUnitImpl
 
getSubUnits() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
getSubUnits() - Method in class org.eclipse.emf.henshin.model.impl.UnaryUnitImpl
 
getSubUnits() - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
Get the direct subUnits of this unit.
getSubUnits(boolean) - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
getSubUnits() - Method in interface org.eclipse.emf.henshin.model.MultiUnit
Returns the value of the 'Sub Units' reference list.
getSubUnits(boolean) - Method in interface org.eclipse.emf.henshin.model.Unit
 
getSuperModule() - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
getSuperModule() - Method in interface org.eclipse.emf.henshin.model.Module
Returns the value of the 'Super Module' container reference.
getTarget() - Method in interface org.eclipse.emf.henshin.interpreter.Change.IndexChange
 
getTarget() - Method in interface org.eclipse.emf.henshin.interpreter.Change.ReferenceChange
 
getTarget() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.IndexChangeImpl
 
getTarget() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.ReferenceChangeImpl
 
getTarget() - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
getTarget() - Method in interface org.eclipse.emf.henshin.model.Edge
Returns the value of the 'Target' reference.
getTarget() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
getTarget() - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
getTarget() - Method in interface org.eclipse.emf.henshin.model.ParameterMapping
Returns the value of the 'Target' reference.
getTarget() - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
getTarget() - Method in class org.eclipse.emf.henshin.statespace.Path
 
getTarget() - Method in interface org.eclipse.emf.henshin.statespace.Transition
Returns the value of the 'Target' reference.
getTarget() - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
getTarget() - Method in interface org.eclipse.emf.henshin.trace.Trace
Returns the value of the 'Target' reference list.
getTarget(S, Collection<T>) - Static method in class org.eclipse.emf.henshin.trace.util.TraceUtil
Get the target of a trace.
getTargets(List<S>, Collection<T>) - Static method in class org.eclipse.emf.henshin.trace.util.TraceUtil
Get the targets of a set of traces.
getThen() - Method in interface org.eclipse.emf.henshin.model.ConditionalUnit
Returns the value of the 'Then' reference.
getThen() - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
getTrace() - Method in class org.eclipse.emf.henshin.trace.impl.TracePackageImpl
 
getTrace() - Method in interface org.eclipse.emf.henshin.trace.TracePackage
Returns the meta object for class 'Trace'.
getTrace_Name() - Method in class org.eclipse.emf.henshin.trace.impl.TracePackageImpl
 
getTrace_Name() - Method in interface org.eclipse.emf.henshin.trace.TracePackage
Returns the meta object for the attribute 'Name'.
getTrace_Source() - Method in class org.eclipse.emf.henshin.trace.impl.TracePackageImpl
 
getTrace_Source() - Method in interface org.eclipse.emf.henshin.trace.TracePackage
Returns the meta object for the reference list 'Source'.
getTrace_SubTraces() - Method in class org.eclipse.emf.henshin.trace.impl.TracePackageImpl
 
getTrace_SubTraces() - Method in interface org.eclipse.emf.henshin.trace.TracePackage
Returns the meta object for the containment reference list 'Sub Traces'.
getTrace_Target() - Method in class org.eclipse.emf.henshin.trace.impl.TracePackageImpl
 
getTrace_Target() - Method in interface org.eclipse.emf.henshin.trace.TracePackage
Returns the meta object for the reference list 'Target'.
getTraceFactory() - Method in class org.eclipse.emf.henshin.trace.impl.TracePackageImpl
 
getTraceFactory() - Method in interface org.eclipse.emf.henshin.trace.TracePackage
Returns the factory that creates the instances of the model.
getTracePackage() - Method in class org.eclipse.emf.henshin.trace.impl.TraceFactoryImpl
 
getTracePackage() - Method in interface org.eclipse.emf.henshin.trace.TraceFactory
Returns the package supported by this factory.
getTransition() - Method in class org.eclipse.emf.henshin.statespace.external.prism.MDPLabel
Returns the transition of this label.
getTransition() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getTransition() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for class 'Transition'.
getTransition_Match() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getTransition_Match() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Match'.
getTransition_ParameterCount() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getTransition_ParameterCount() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Parameter Count'.
getTransition_ParameterKeys() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getTransition_ParameterKeys() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the attribute 'Parameter Keys'.
getTransition_Rule() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getTransition_Rule() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the reference 'Rule'.
getTransition_Source() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getTransition_Source() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the container reference 'Source'.
getTransition_Target() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
 
getTransition_Target() - Method in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
Returns the meta object for the reference 'Target'.
getTransitionCount() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
getTransitionCount() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Get the total number of transitions in this state space.
getTransitionsByLabel(State) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.MDPLabel
For a given state, this method sorts its outgoing transitions by their labels and generates a map.
getType() - Method in class org.eclipse.emf.henshin.model.Action
Returns the type of this action.
getType() - Method in interface org.eclipse.emf.henshin.model.Attribute
Returns the value of the 'Type' reference.
getType() - Method in interface org.eclipse.emf.henshin.model.Edge
Returns the value of the 'Type' reference.
getType() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
getType() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
getType() - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
getType() - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
getType() - Method in interface org.eclipse.emf.henshin.model.Node
Returns the value of the 'Type' reference.
getType() - Method in interface org.eclipse.emf.henshin.model.Parameter
Returns the value of the 'Type' reference.
getTypedKey() - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
getTypedValue() - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
getTypes(StateSpace) - Static method in class org.eclipse.emf.henshin.statespace.util.StateSpaceTypesHelper
Get a list of all known types in a state space.
getTypesNameMap(StateSpace) - Static method in class org.eclipse.emf.henshin.statespace.util.StateSpaceTypesHelper
Get a map that associated names to types in a state space.
getUnaryFormula() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Unary Formula'.
getUnaryFormula() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getUnaryFormula_Child() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference 'Child'.
getUnaryFormula_Child() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getUnaryUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Unary Unit'.
getUnaryUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getUnaryUnit_SubUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the reference 'Sub Unit'.
getUnaryUnit_SubUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getUndoneRules() - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
Get the undone rules of this unit application.
getUnit() - Method in interface org.eclipse.emf.henshin.interpreter.Assignment
Get the unit that this assignment refers to.
getUnit() - Method in class org.eclipse.emf.henshin.interpreter.impl.AbstractApplicationImpl
 
getUnit() - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
getUnit() - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Get the unit to be applied.
getUnit() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Unit'.
getUnit() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getUnit(String) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
getUnit() - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
getUnit(String) - Method in interface org.eclipse.emf.henshin.model.Module
Get the unit with a specified name.
getUnit() - Method in interface org.eclipse.emf.henshin.model.Parameter
Returns the value of the 'Unit' container reference.
getUnit_Activated() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the attribute 'Activated'.
getUnit_Activated() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getUnit_ParameterMappings() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Parameter Mappings'.
getUnit_ParameterMappings() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getUnit_Parameters() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for the containment reference list 'Parameters'.
getUnit_Parameters() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getUnits() - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
getUnits() - Method in interface org.eclipse.emf.henshin.model.Module
Returns the value of the 'Units' containment reference list.
getValidators() - Method in class org.eclipse.emf.henshin.statespace.StateSpacePlugin
Get the map of registered state and state space validators.
getValue() - Method in interface org.eclipse.emf.henshin.model.Annotation
Returns the value of the 'Value' attribute.
getValue() - Method in interface org.eclipse.emf.henshin.model.Attribute
Returns the value of the 'Value' attribute.
getValue() - Method in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
 
getValue() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
getValue() - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
getVariableDeclarations(int, boolean) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
 
getVisitedStates() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
Get the set of visited states during the last search.
getWLink() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWLink() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for class 'WLink'.
getWLink_WTarget() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWLink_WTarget() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for the reference 'WTarget'.
getWMember() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWMember() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for class 'WMember'.
getWMember_EStructuralFeature() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWMember_EStructuralFeature() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for the reference 'EStructural Feature'.
getWMembers() - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
getWMembers() - Method in interface org.eclipse.emf.henshin.wrap.WObject
Returns the value of the 'WMembers' containment reference list.
getWObject() - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
Returns the WObject that this member belongs to.
getWObject() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWObject() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for class 'WObject'.
getWObject_EClass() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWObject_EClass() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for the reference 'EClass'.
getWObject_EObject() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWObject_EObject() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for the reference 'EObject'.
getWObject_WMembers() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWObject_WMembers() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for the containment reference list 'WMembers'.
getWObjects(List<EObject>, Map<EObject, WObject>) - Static method in class org.eclipse.emf.henshin.wrap.util.WrapUtil
 
getWrapFactory() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWrapFactory() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the factory that creates the instances of the model.
getWrapPackage() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapFactoryImpl
 
getWrapPackage() - Method in interface org.eclipse.emf.henshin.wrap.WrapFactory
Returns the package supported by this factory.
getWSynchronizer() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWSynchronizer() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for class 'WSynchronizer'.
getWSynchronizer_Synchronize() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWSynchronizer_Synchronize() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for the attribute 'Synchronize'.
getWTarget() - Method in class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
 
getWTarget() - Method in interface org.eclipse.emf.henshin.wrap.WLink
Returns the value of the 'WTarget' reference.
getWValue() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWValue() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for class 'WValue'.
getWValue_EValue() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
 
getWValue_EValue() - Method in interface org.eclipse.emf.henshin.wrap.WrapPackage
Returns the meta object for the attribute 'EValue'.
getX(int, int) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getXMax() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getXMaxSegments() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getXMin() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getXName() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getXor() - Method in interface org.eclipse.emf.henshin.model.HenshinPackage
Returns the meta object for class 'Xor'.
getXor() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
 
getXScaled(int, int, int) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getY(int, int) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getYMax() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getYMaxSegments() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getYMin() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getYName() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
getYScaled(int, int, int) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
GOAL_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The default value of the 'Goal' attribute.
graph - Variable in class org.eclipse.emf.henshin.interpreter.impl.AbstractApplicationImpl
 
graph - Variable in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl
EGraph to be changed.
Graph - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Graph'.
GRAPH - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Graph' class.
GRAPH - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Graph' class.
GRAPH__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
GRAPH__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
GRAPH__EDGES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Edges' containment reference list.
GRAPH__EDGES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Edges' containment reference list feature.
GRAPH__FORMULA - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Formula' containment reference.
GRAPH__FORMULA - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Formula' containment reference feature.
GRAPH__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
GRAPH__NODES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Nodes' containment reference list.
GRAPH__NODES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Nodes' containment reference list feature.
GRAPH_ELEMENT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Graph Element' class.
GRAPH_ELEMENT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Graph Element' class.
GRAPH_ELEMENT__ACTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Action' attribute.
GRAPH_ELEMENT__ACTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Action' attribute feature.
GRAPH_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Graph Element' class.
GRAPH_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Graph' class.
GraphElement - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Graph Element'.
GraphImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Graph'.
GraphImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.GraphImpl
Default constructor.
GraphImpl(String) - Constructor for class org.eclipse.emf.henshin.model.impl.GraphImpl
Convenience constructor.
graphOptions - Variable in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Cached graph options.

H

hash - Variable in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
HASH_CODE_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The default value of the 'Hash Code' attribute.
hashCode() - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
hashCode() - Method in class org.eclipse.emf.henshin.model.Action
 
hashCode(Model) - Method in interface org.eclipse.emf.henshin.statespace.EqualityHelper
Generate a hash code of a state model.
hashCode() - Method in class org.eclipse.emf.henshin.statespace.external.prism.MDPLabel
 
hashCode(Model) - Method in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
 
hasSameFragment(Action) - Method in class org.eclipse.emf.henshin.model.Action
Returns true if this action has the same fragment as the argument action.
hasSameMultiFlag(Action) - Method in class org.eclipse.emf.henshin.model.Action
Returns true if this action has the same multi-flag as the argument action.
hasSamePath(Action) - Method in class org.eclipse.emf.henshin.model.Action
Returns true if this action has the same path as the argument action.
hasSameType(Action) - Method in class org.eclipse.emf.henshin.model.Action
Returns true if this action has the same type as the argument action.
HenshinAdapterFactory - Class in org.eclipse.emf.henshin.model.util
The Adapter Factory for the model.
HenshinAdapterFactory() - Constructor for class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Creates an instance of the adapter factory.
HenshinAGGExporter - Class in org.eclipse.emf.henshin.model.exporters
Henshin model exporter for AGG.
HenshinAGGExporter() - Constructor for class org.eclipse.emf.henshin.model.exporters.HenshinAGGExporter
 
HenshinAGGImporter - Class in org.eclipse.emf.henshin.model.importers
Henshin model importer for AGG.
HenshinAGGImporter() - Constructor for class org.eclipse.emf.henshin.model.importers.HenshinAGGImporter
 
HenshinEGraph - Class in org.eclipse.emf.henshin.interpreter.util
Graph-to-EGraph converter.
HenshinEGraph(Graph) - Constructor for class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
Default constructor.
HenshinFactory - Interface in org.eclipse.emf.henshin.model
The Factory for the Henshin model.
HenshinFactoryImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model Factory.
HenshinFactoryImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
Creates an instance of the factory.
henshinGraph - Variable in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
HenshinModelCleaner - Class in org.eclipse.emf.henshin.model.util
Utilities methods for cleaning Henshin models.
HenshinModelCleaner() - Constructor for class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
 
HenshinModelExporter - Interface in org.eclipse.emf.henshin
Interface for Henshin model exporters.
HenshinModelImporter - Interface in org.eclipse.emf.henshin
Interface for Henshin model importers.
HenshinModelPlugin - Class in org.eclipse.emf.henshin
Henshin model plug-in.
HenshinModelPlugin() - Constructor for class org.eclipse.emf.henshin.HenshinModelPlugin
Default constructor.
HenshinModelPlugin(ResourceLocator[]) - Constructor for class org.eclipse.emf.henshin.HenshinModelPlugin
Constructor.
HenshinModelPlugin.Implementation - Class in org.eclipse.emf.henshin
The actual implementation of the Eclipse Plugin.
HenshinModelPlugin.Implementation() - Constructor for class org.eclipse.emf.henshin.HenshinModelPlugin.Implementation
Creates an instance.
HenshinPackage - Interface in org.eclipse.emf.henshin.model
The Package for the model.
HenshinPackage.Literals - Interface in org.eclipse.emf.henshin.model
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
HenshinPackageImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model Package.
HenshinResource - Class in org.eclipse.emf.henshin.model.resource
Resource implementation for Henshin resources.
HenshinResource() - Constructor for class org.eclipse.emf.henshin.model.resource.HenshinResource
Default constructor.
HenshinResource(URI) - Constructor for class org.eclipse.emf.henshin.model.resource.HenshinResource
Constructor.
HenshinResourceFactory - Class in org.eclipse.emf.henshin.model.resource
Resource factory for Henshin resources.
HenshinResourceFactory() - Constructor for class org.eclipse.emf.henshin.model.resource.HenshinResourceFactory
Default constructor.
HenshinResourceSet - Class in org.eclipse.emf.henshin.model.resource
Resource set implementation for Henshin.
HenshinResourceSet(String) - Constructor for class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Constructor which sets the base directory for this resource set.
HenshinResourceSet() - Constructor for class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Constructor without base directory.
HenshinSwitch<T> - Class in org.eclipse.emf.henshin.model.util
The Switch for the model's inheritance hierarchy.
HenshinSwitch() - Constructor for class org.eclipse.emf.henshin.model.util.HenshinSwitch
Creates an instance of the switch.
HenshinValidator - Class in org.eclipse.emf.henshin.model.util
The Validator for the Henshin model.
HenshinValidator() - Constructor for class org.eclipse.emf.henshin.model.util.HenshinValidator
Creates an instance of the switch.

I

identityTypes - Variable in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
The cached value of the 'Identity Types' reference list.
if_ - Variable in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
The cached value of the 'If' reference.
ignoredAttributes - Variable in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
The cached value of the 'Ignored Attributes' reference list.
ignoreDuplicateTransitions - Variable in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
Flag indicating whether duplicate transitions with the same label should be ignored.
image - Variable in class org.eclipse.emf.henshin.model.impl.MappingImpl
The cached value of the 'Image' reference.
imports - Variable in class org.eclipse.emf.henshin.model.impl.ModuleImpl
The cached value of the 'Imports' reference list.
incoming - Variable in class org.eclipse.emf.henshin.model.impl.NodeImpl
The cached value of the 'Incoming' reference list.
incoming - Variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The cached value of the 'Incoming' reference list.
incTransitionCount() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
incTransitionCount() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
 
INDEPENDENT_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Independent Unit' class.
INDEPENDENT_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Independent Unit' class.
INDEPENDENT_UNIT__ACTIVATED - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Activated' attribute.
INDEPENDENT_UNIT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
INDEPENDENT_UNIT__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
INDEPENDENT_UNIT__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
INDEPENDENT_UNIT__PARAMETER_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameter Mappings' containment reference list.
INDEPENDENT_UNIT__PARAMETERS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameters' containment reference list.
INDEPENDENT_UNIT__SUB_UNITS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Sub Units' reference list.
INDEPENDENT_UNIT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Independent Unit' class.
IndependentUnit - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Independent Unit'.
IndependentUnitImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Independent Unit'.
IndependentUnitImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.IndependentUnitImpl
 
index - Variable in class org.eclipse.emf.henshin.model.impl.EdgeImpl
The cached value of the 'Index' attribute.
index - Variable in class org.eclipse.emf.henshin.statespace.impl.AbstractStateSpaceValidator
 
index - Variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The cached value of the 'Index' attribute.
INDEX_CONSTANT_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.EdgeImpl
The default value of the 'Index Constant' attribute.
INDEX_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.EdgeImpl
The default value of the 'Index' attribute.
INDEX_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The default value of the 'Index' attribute.
indexConstant - Variable in class org.eclipse.emf.henshin.model.impl.EdgeImpl
The cached value of the 'Index Constant' attribute.
inheritanceMap - Variable in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Mappings from each type to all its extending subtypes.
init() - Static method in class org.eclipse.emf.henshin.model.impl.HenshinFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.emf.henshin.trace.impl.TraceFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.emf.henshin.trace.impl.TracePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.emf.henshin.wrap.impl.WrapFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
initializeContents(Collection<? extends EObject>) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
Initialize this EGraph.
initializePackageContents() - Method in class org.eclipse.emf.henshin.model.impl.HenshinPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpacePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.henshin.trace.impl.TracePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.henshin.wrap.impl.WrapPackageImpl
Complete the initialization of the package and its meta-model.
initializePartitions(int) - Method in class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
Initialize the partitioned graph.
initialStates - Variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The cached value of the 'Initial States' reference list.
initPackageImplementation(String) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Try to initialize a generated package implementation.
INJECTIVE_MATCHING_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.RuleImpl
The default value of the 'Injective Matching' attribute.
injectiveMatching - Variable in class org.eclipse.emf.henshin.model.impl.RuleImpl
The cached value of the 'Injective Matching' attribute.
INSTANCE - Static variable in class org.eclipse.emf.henshin.HenshinModelPlugin
Static plug-in instance.
INSTANCE - Static variable in interface org.eclipse.emf.henshin.interpreter.InterpreterFactory
Static factory instance.
INSTANCE - Static variable in class org.eclipse.emf.henshin.model.util.HenshinValidator
The cached model package
INSTANCE - Static variable in class org.eclipse.emf.henshin.statespace.StateSpacePlugin
Keep track of the singleton.
instances - Variable in class org.eclipse.emf.henshin.model.impl.ModuleImpl
Deprecated. Will be removed in the future.
INTEGER_ARRAY - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The meta object id for the 'Integer Array' data type.
INTEGER_ARRAY - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Integer Array' data type.
InterpreterFactory - Interface in org.eclipse.emf.henshin.interpreter
Interface for the interpreter factory.
InterpreterFactoryImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default InterpreterFactory implementation.
InterpreterFactoryImpl() - Constructor for class org.eclipse.emf.henshin.interpreter.impl.InterpreterFactoryImpl
 
InterpreterUtil - Class in org.eclipse.emf.henshin.interpreter.util
Common utility methods for the Henshin interpreter.
InterpreterUtil() - Constructor for class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
 
INVALID - Static variable in class org.eclipse.emf.henshin.statespace.ValidationResult
Static validation result for invalid properties, without extra message or data.
inverseMatchingOrder - Variable in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Whether to use inverse matching order.
invokePRISM(StateSpace, File, File, String[], Map<String, String>, boolean, IProgressMonitor) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
Invoke PRISM on a state space.
isActivated() - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
isActivated() - Method in interface org.eclipse.emf.henshin.model.Unit
Returns the value of the 'Activated' attribute.
isAdapterForType(Object) - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
isCanceled() - Method in interface org.eclipse.emf.henshin.interpreter.ApplicationMonitor
Check whether this application has been canceled.
isCanceled() - Method in class org.eclipse.emf.henshin.interpreter.impl.BasicApplicationMonitor
 
isCheckDangling() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
isCheckDangling() - Method in interface org.eclipse.emf.henshin.model.Rule
Returns the value of the 'Check Dangling' attribute.
isCheckLinkOrder() - Method in interface org.eclipse.emf.henshin.statespace.EqualityHelper
Returns the value of the 'Check Link Order' attribute.
isCheckLinkOrder() - Method in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
 
isComplete() - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
isComplete() - Method in interface org.eclipse.emf.henshin.interpreter.Match
Checks if all nodes have a target and all nested matches are also complete.
isComplete() - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport.PartialMatchInfo
 
isCompleteMatchDerived - Variable in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
isConstant() - Method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil.Range
 
isContentZipEntry(ZipEntry) - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResource
 
isCreate() - Method in interface org.eclipse.emf.henshin.interpreter.Change.ObjectChange
 
isCreate() - Method in interface org.eclipse.emf.henshin.interpreter.Change.ReferenceChange
 
isCreate() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.ObjectChangeImpl
 
isCreate() - Method in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl.ReferenceChangeImpl
 
isEmpty() - Method in interface org.eclipse.emf.henshin.interpreter.Assignment
Check whether this assignment is empty.
isEmpty() - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
isExecuted - Variable in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
isFactoryForType(Object) - Method in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.emf.henshin.trace.util.TraceAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.emf.henshin.wrap.util.WrapAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFalse() - Method in interface org.eclipse.emf.henshin.model.Formula
 
isFalse() - Method in class org.eclipse.emf.henshin.model.impl.AndImpl
 
isFalse() - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
isFalse() - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
isFalse() - Method in class org.eclipse.emf.henshin.model.impl.NotImpl
 
isFalse() - Method in class org.eclipse.emf.henshin.model.impl.OrImpl
 
isFalse() - Method in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
isFalse() - Method in class org.eclipse.emf.henshin.model.impl.XorImpl
 
isGoal() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
isGoal() - Method in interface org.eclipse.emf.henshin.statespace.State
Returns the value of the 'Goal' attribute.
isGoalState(State) - Method in class org.eclipse.emf.henshin.statespace.impl.StateExplorer
Check whether a state is a goal state.
isHost() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
Deprecated.  
isInitial() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
Check whether this state is an initial one.
isInitial() - Method in interface org.eclipse.emf.henshin.statespace.State
Check whether this state is an initial one.
isInjectiveMatching() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
isInjectiveMatching() - Method in interface org.eclipse.emf.henshin.model.Rule
Returns the value of the 'Injective Matching' attribute.
isIsomorphicTo(EGraph, Map<EObject, EObject>) - Method in class org.eclipse.emf.henshin.interpreter.util.EGraphIsomorphyChecker
Check whether the argument graph is isomorphic to the source graph.
isLayoutHideIndizes() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
isLayoutHideIndizes() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Returns the value of the 'Layout Hide Indizes' attribute.
isLayoutHideLabels() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
isLayoutHideLabels() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Check whether labels should be hidden.
isLhs() - Method in interface org.eclipse.emf.henshin.model.Graph
Check whether this graph is the left-hand side of a rule.
isLhs() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
isLinux() - Method in class org.eclipse.emf.henshin.statespace.external.AbstractFileBasedValidator
Check whether the current platform is Linux.
isMulti() - Method in class org.eclipse.emf.henshin.model.Action
Get the multi flag.
isMultiRule() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
isMultiRule() - Method in interface org.eclipse.emf.henshin.model.Rule
 
isNAC() - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
isNAC() - Method in interface org.eclipse.emf.henshin.model.NestedCondition
 
isNestedCondition() - Method in interface org.eclipse.emf.henshin.model.Graph
Check whether this graph is a nested condition of a rule.
isNestedCondition() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
isNull() - Method in interface org.eclipse.emf.henshin.model.Attribute
Returns the value of the 'Null' attribute.
isNull() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
isOnto(Graph) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
isOnto(Graph) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
isOnto(Graph) - Method in interface org.eclipse.emf.henshin.model.MappingList
Check whether this map is 'onto' (surjective).
isOpen(State) - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
isOpen() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
isOpen() - Method in interface org.eclipse.emf.henshin.statespace.State
Check whether this state is open.
isPAC() - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
isPAC() - Method in interface org.eclipse.emf.henshin.model.NestedCondition
 
isPruned() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
isPruned() - Method in interface org.eclipse.emf.henshin.statespace.State
Returns the value of the 'Pruned' attribute.
isRange(String) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil.Range
 
isResult() - Method in interface org.eclipse.emf.henshin.interpreter.Assignment
Checks whether this is an assignment for a result of a unit application.
isResult - Variable in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
isResult() - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
isRhs() - Method in interface org.eclipse.emf.henshin.model.Graph
Check whether this graph is the right-hand side of a rule.
isRhs() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
isRollback() - Method in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
 
isRollback() - Method in interface org.eclipse.emf.henshin.model.SequentialUnit
Returns the value of the 'Rollback' attribute.
isStrict() - Method in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
 
isStrict() - Method in interface org.eclipse.emf.henshin.model.SequentialUnit
Returns the value of the 'Strict' attribute.
isSynchronize() - Method in class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
 
isSynchronize() - Method in interface org.eclipse.emf.henshin.wrap.WSynchronizer
Returns the value of the 'Synchronize' attribute.
isTerminal() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
Check whether this state is terminal.
isTrue() - Method in interface org.eclipse.emf.henshin.model.Formula
 
isTrue() - Method in class org.eclipse.emf.henshin.model.impl.AndImpl
 
isTrue() - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
isTrue() - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
isTrue() - Method in class org.eclipse.emf.henshin.model.impl.NotImpl
 
isTrue() - Method in class org.eclipse.emf.henshin.model.impl.OrImpl
 
isTrue() - Method in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
isTrue() - Method in class org.eclipse.emf.henshin.model.impl.XorImpl
 
isUndo() - Method in interface org.eclipse.emf.henshin.interpreter.ApplicationMonitor
Check whether this application should be undone.
isUndo() - Method in class org.eclipse.emf.henshin.interpreter.impl.BasicApplicationMonitor
 
isUndone - Variable in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
isValid() - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
isValid() - Method in interface org.eclipse.emf.henshin.interpreter.Match
Checks whether this match is complete, whether the typing of the matched objects is correct with respect to the node types, and whether all edges are present.
isValid() - Method in class org.eclipse.emf.henshin.statespace.ValidationResult
Returns true if a property was successfully validated.
isWindows() - Method in class org.eclipse.emf.henshin.statespace.external.AbstractFileBasedValidator
Check whether the current platform is Windows.
ITERATED_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Iterated Unit' class.
ITERATED_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Iterated Unit' class.
ITERATED_UNIT__ACTIVATED - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Activated' attribute.
ITERATED_UNIT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
ITERATED_UNIT__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
ITERATED_UNIT__ITERATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Iterations' attribute.
ITERATED_UNIT__ITERATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Iterations' attribute feature.
ITERATED_UNIT__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
ITERATED_UNIT__PARAMETER_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameter Mappings' containment reference list.
ITERATED_UNIT__PARAMETERS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameters' containment reference list.
ITERATED_UNIT__SUB_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Sub Unit' reference.
ITERATED_UNIT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Iterated Unit' class.
IteratedUnit - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Iterated Unit'.
IteratedUnitImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Iterated Unit'.
IteratedUnitImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.IteratedUnitImpl
 
iterations - Variable in class org.eclipse.emf.henshin.model.impl.IteratedUnitImpl
The cached value of the 'Iterations' attribute.
ITERATIONS_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.IteratedUnitImpl
The default value of the 'Iterations' attribute.

J

javaImports - Variable in class org.eclipse.emf.henshin.model.impl.RuleImpl
The cached value of the 'Java Imports' attribute list.

K

key - Variable in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
The cached value of the 'Key' attribute.
key - Variable in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
The cached value of the 'Key' reference.
KEY_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
The default value of the 'Key' attribute.

L

lastPrintTime - Variable in class org.eclipse.emf.henshin.statespace.impl.ProfilingStateSpaceManager
 
LAYOUT_HIDE_INDIZES_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The default value of the 'Layout Hide Indizes' attribute.
LAYOUT_HIDE_LABELS_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The default value of the 'Layout Hide Labels' attribute.
LAYOUT_STATE_REPULSION_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The default value of the 'Layout State Repulsion' attribute.
LAYOUT_TRANSITION_ATTRACTION_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The default value of the 'Layout Transition Attraction' attribute.
LAYOUT_ZOOM_LEVEL_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The default value of the 'Layout Zoom Level' attribute.
left - Variable in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
The cached value of the 'Left' containment reference.
lhs - Variable in class org.eclipse.emf.henshin.model.impl.RuleImpl
The cached value of the 'Lhs' containment reference.
LOCATION_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The default value of the 'Location' attribute.
logError(String, Throwable) - Method in class org.eclipse.emf.henshin.HenshinModelPlugin
Log an error message.
logError(String, Throwable) - Method in class org.eclipse.emf.henshin.statespace.StateSpacePlugin
Log an error.
LoggingApplicationMonitor - Class in org.eclipse.emf.henshin.interpreter.impl
ApplicationMonitor implementation with logging capabilities.
LoggingApplicationMonitor() - Constructor for class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
logInfo(String) - Method in class org.eclipse.emf.henshin.HenshinModelPlugin
Log an info message.
logStep(UnitApplication, boolean, String) - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
logStream - Variable in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
logWarning(String, Throwable) - Method in class org.eclipse.emf.henshin.HenshinModelPlugin
Log a warning message.
logWarning(String) - Method in class org.eclipse.emf.henshin.statespace.StateSpacePlugin
Log a warning.
LOOP_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Loop Unit' class.
LOOP_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Loop Unit' class.
LOOP_UNIT__ACTIVATED - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Activated' attribute.
LOOP_UNIT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
LOOP_UNIT__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
LOOP_UNIT__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
LOOP_UNIT__PARAMETER_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameter Mappings' containment reference list.
LOOP_UNIT__PARAMETERS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameters' containment reference list.
LOOP_UNIT__SUB_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Sub Unit' reference.
LOOP_UNIT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Loop Unit' class.
LoopUnit - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Loop Unit'.
LoopUnitImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Loop Unit'.
LoopUnitImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.LoopUnitImpl
 

M

MAPPING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Mapping' class.
MAPPING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Mapping' class.
Mapping - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Mapping'.
MAPPING__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
MAPPING__IMAGE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Image' reference feature.
MAPPING__IMAGE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Image' reference.
MAPPING__ORIGIN - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Origin' reference feature.
MAPPING__ORIGIN - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Origin' reference.
MAPPING_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Mapping' class.
MappingContainmentListImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the MappingList interface.
MappingContainmentListImpl(InternalEObject, int) - Constructor for class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
Default constructor.
MappingImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Mapping'.
MappingImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.MappingImpl
 
MappingList - Interface in org.eclipse.emf.henshin.model
Interface for Mapping lists.
MappingListImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the MappingList interface.
MappingListImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.MappingListImpl
Default constructor.
mappings - Variable in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
The cached value of the 'Mappings' containment reference list.
mappings - Variable in class org.eclipse.emf.henshin.model.impl.RuleImpl
The cached value of the 'Mappings' containment reference list.
MARKER - Static variable in class org.eclipse.emf.henshin.statespace.resource.StateSpaceSerializer
 
Match - Interface in org.eclipse.emf.henshin.interpreter
Interface for rules matches.
MATCH - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Match' data type.
MATCH - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The meta object id for the 'Match' data type.
MATCH_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
The default value of the 'Match' attribute.
MatchImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default Match implementation.
MatchImpl(Rule) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
Default constructor.
MatchImpl(Rule, boolean) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
Constructor.
MatchImpl(Assignment, boolean) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
Constructor.
max - Variable in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil.Range
 
MAX_STATE_DISTANCE_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The default value of the 'Max State Distance' attribute.
maxStateDistance - Variable in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
Maximum state distance.
maxSteps - Variable in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
MCRL2StateSpaceValidator - Class in org.eclipse.emf.henshin.statespace.external.mcrl2
mCRL2 state space validator.
MCRL2StateSpaceValidator() - Constructor for class org.eclipse.emf.henshin.statespace.external.mcrl2.MCRL2StateSpaceValidator
 
MDPLabel - Class in org.eclipse.emf.henshin.statespace.external.prism
Transition labels for MDPs.
MDPLabel(Transition) - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.MDPLabel
Default constructor.
MDPStateSpaceExporter - Class in org.eclipse.emf.henshin.statespace.external.prism
Exporter for PRISM.
MDPStateSpaceExporter() - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceExporter
 
MDPStateSpaceValidator - Class in org.eclipse.emf.henshin.statespace.external.prism
MDP state space validator for Henshin.
MDPStateSpaceValidator() - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceValidator
Default constructor.
MDPStateSpaceValidator(StateSpaceIndex) - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceValidator
Constructor.
mergeTerminalStates() - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
mergeTerminalStates() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceManager
Merge all terminal states
min - Variable in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil.Range
 
model - Variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The cached value of the 'Model' attribute.
Model - Interface in org.eclipse.emf.henshin.statespace
Transient container for State models.
MODEL - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Model' class.
MODEL - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The meta object id for the 'Model' class.
MODEL__EGRAPH - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'EGraph' attribute feature.
MODEL__EGRAPH - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'EGraph' attribute.
MODEL__OBJECT_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Object Count' attribute feature.
MODEL__OBJECT_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Object Count' attribute.
MODEL__OBJECT_HASH_CODES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Object Hash Codes' map feature.
MODEL__OBJECT_HASH_CODES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Object Hash Codes' map.
MODEL__OBJECT_KEYS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Object Keys' attribute feature.
MODEL__OBJECT_KEYS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Object Keys' attribute.
MODEL__OBJECT_KEYS_MAP - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Object Keys Map' map feature.
MODEL__OBJECT_KEYS_MAP - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Object Keys Map' map.
MODEL__RESOURCE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Resource' attribute feature.
MODEL__RESOURCE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Resource' attribute.
MODEL_ELEMENT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Model Element' class.
MODEL_ELEMENT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Model Element' class.
MODEL_ELEMENT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Annotations' containment reference list feature.
MODEL_ELEMENT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
MODEL_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Model Element' class.
MODEL_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The number of structural features of the 'Model' class.
ModelElement - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Model Element'.
ModelElementImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Model Element'.
ModelElementImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.ModelElementImpl
 
ModelImpl - Class in org.eclipse.emf.henshin.statespace.impl
Default implementation of Model.
ModelImpl(Resource) - Constructor for class org.eclipse.emf.henshin.statespace.impl.ModelImpl
Constructor.
ModelImpl(Resource, EGraph) - Constructor for class org.eclipse.emf.henshin.statespace.impl.ModelImpl
Constructor.
ModelImpl() - Constructor for class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
modelPackage - Static variable in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.emf.henshin.model.util.HenshinSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.henshin.trace.util.TraceAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.emf.henshin.trace.util.TraceSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.henshin.wrap.util.WrapAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.emf.henshin.wrap.util.WrapSwitch
The cached model package
modelSwitch - Variable in class org.eclipse.emf.henshin.model.util.HenshinAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class org.eclipse.emf.henshin.trace.util.TraceAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class org.eclipse.emf.henshin.wrap.util.WrapAdapterFactory
The switch that delegates to the createXXX methods.
MODULE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Module' class.
MODULE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Module' class.
Module - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Module'.
MODULE__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
MODULE__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
MODULE__IMPORTS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Imports' reference list feature.
MODULE__IMPORTS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Imports' reference list.
MODULE__INSTANCES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Instances' containment reference list feature.
MODULE__INSTANCES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Instances' containment reference list.
MODULE__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
MODULE__SUB_MODULES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Sub Modules' containment reference list feature.
MODULE__SUB_MODULES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Sub Modules' containment reference list.
MODULE__SUPER_MODULE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Super Module' container reference feature.
MODULE__SUPER_MODULE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Super Module' container reference.
MODULE__UNITS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Units' containment reference list feature.
MODULE__UNITS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Units' containment reference list.
MODULE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Module' class.
ModuleImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Module'.
ModuleImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
MULTI_MARKER - Static variable in class org.eclipse.emf.henshin.model.Action
Multi-flag marker.
MULTI_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Multi Unit' class.
MULTI_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Multi Unit' class.
MULTI_UNIT__ACTIVATED - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Activated' attribute.
MULTI_UNIT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
MULTI_UNIT__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
MULTI_UNIT__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
MULTI_UNIT__PARAMETER_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameter Mappings' containment reference list.
MULTI_UNIT__PARAMETERS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameters' containment reference list.
MULTI_UNIT__SUB_UNITS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Sub Units' reference list feature.
MULTI_UNIT__SUB_UNITS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Sub Units' reference list.
MULTI_UNIT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Multi Unit' class.
multiMappings - Variable in class org.eclipse.emf.henshin.model.impl.RuleImpl
The cached value of the 'Multi Mappings' containment reference list.
multiRules - Variable in class org.eclipse.emf.henshin.model.impl.RuleImpl
The cached value of the 'Multi Rules' containment reference list.
MultiUnit - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Multi Unit'.
MultiUnitImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Multi Unit'.
MultiUnitImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.MultiUnitImpl
 

N

name - Variable in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
The cached value of the 'Name' attribute.
name - Variable in class org.eclipse.emf.henshin.trace.impl.TraceImpl
The cached value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class org.eclipse.emf.henshin.trace.impl.TraceImpl
The default value of the 'Name' attribute.
NAMED_ELEMENT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Named Element' class.
NAMED_ELEMENT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Named Element' class.
NAMED_ELEMENT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
NAMED_ELEMENT__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Description' attribute feature.
NAMED_ELEMENT__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
NAMED_ELEMENT__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Name' attribute feature.
NAMED_ELEMENT__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
NAMED_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Named Element' class.
NamedElement - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Named Element'.
NamedElementImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Named Element'.
NamedElementImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.NamedElementImpl
 
NESTED_CONDITION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Nested Condition' class.
NESTED_CONDITION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Nested Condition' class.
NESTED_CONDITION__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
NESTED_CONDITION__CONCLUSION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Conclusion' containment reference feature.
NESTED_CONDITION__CONCLUSION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Conclusion' containment reference.
NESTED_CONDITION__MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Mappings' containment reference list feature.
NESTED_CONDITION__MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Mappings' containment reference list.
NESTED_CONDITION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Nested Condition' class.
NestedCondition - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Nested Condition'.
NestedConditionImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Nested Condition'.
NestedConditionImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
newContentZipEntry() - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResource
 
newInstance() - Static method in class org.eclipse.emf.henshin.interpreter.impl.ScriptEngineWrapper
 
NODE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Node' class.
NODE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Node' class.
Node - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Node'.
node2object - Variable in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
NODE__ACTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Action' attribute.
NODE__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
NODE__ATTRIBUTES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Attributes' containment reference list feature.
NODE__ATTRIBUTES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Attributes' containment reference list.
NODE__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
NODE__GRAPH - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Graph' container reference feature.
NODE__GRAPH - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Graph' container reference.
NODE__INCOMING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Incoming' reference list feature.
NODE__INCOMING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Incoming' reference list.
NODE__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
NODE__OUTGOING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Outgoing' reference list feature.
NODE__OUTGOING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Outgoing' reference list.
NODE__TYPE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Type' reference feature.
NODE__TYPE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Type' reference.
NODE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Node' class.
NodeImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Node'.
NodeImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.NodeImpl
 
NodeImpl(String, EClass) - Constructor for class org.eclipse.emf.henshin.model.impl.NodeImpl
 
nodes - Variable in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
nodes - Variable in class org.eclipse.emf.henshin.model.impl.GraphImpl
The cached value of the 'Nodes' containment reference list.
NOT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Not' class.
NOT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Not' class.
Not - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Not'.
NOT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
NOT__CHILD - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Child' containment reference.
NOT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Not' class.
notifyChanged(Notification) - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
notifyExecute(UnitApplication, boolean) - Method in interface org.eclipse.emf.henshin.interpreter.ApplicationMonitor
Notify this monitor that a unit application has been executed.
notifyExecute(UnitApplication, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.BasicApplicationMonitor
 
notifyExecute(UnitApplication, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
notifyExecute(UnitApplication, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.ProfilingApplicationMonitor
 
notifyRedo(UnitApplication, boolean) - Method in interface org.eclipse.emf.henshin.interpreter.ApplicationMonitor
Notify this monitor that a unit application has been redone.
notifyRedo(UnitApplication, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.BasicApplicationMonitor
 
notifyRedo(UnitApplication, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
notifyUndo(UnitApplication, boolean) - Method in interface org.eclipse.emf.henshin.interpreter.ApplicationMonitor
Notify this monitor that a unit application has been undone.
notifyUndo(UnitApplication, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.BasicApplicationMonitor
 
notifyUndo(UnitApplication, boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
NotImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Not'.
NotImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.NotImpl
 
null_ - Variable in class org.eclipse.emf.henshin.model.impl.AttributeImpl
The cached value of the 'Null' attribute.
NULL_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.AttributeImpl
The default value of the 'Null' attribute.
NUMBER_FORMAT - Static variable in class org.eclipse.emf.henshin.statespace.external.prism.PRISMExperiment
English number format (used for parsing and printing).

O

object2node - Variable in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
OBJECT_COUNT_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
The default value of the 'Object Count' attribute.
OBJECT_COUNT_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The default value of the 'Object Count' attribute.
OBJECT_KEYS_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
The default value of the 'Object Keys' attribute.
OBJECT_KEYS_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The default value of the 'Object Keys' attribute.
objectHashCodes - Variable in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
The cached value of the 'Object Hash Codes' map.
ObjectKeyHelper - Class in org.eclipse.emf.henshin.statespace.util
Helper class for dealing with object keys.
ObjectKeyHelper() - Constructor for class org.eclipse.emf.henshin.statespace.util.ObjectKeyHelper
 
objectKeysMap - Variable in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
The cached value of the 'Object Keys Map' map.
objectToString(Object) - Static method in class org.eclipse.emf.henshin.interpreter.util.InterpreterUtil
Get a string representation of an object.
OCLStateValidator - Class in org.eclipse.emf.henshin.statespace.impl
OCL state validator.
OCLStateValidator() - Constructor for class org.eclipse.emf.henshin.statespace.impl.OCLStateValidator
Default constructor.
onlyFailures - Variable in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
onlyRuleApplications - Variable in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
onlySuccesses - Variable in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
onlyUnitApplications - Variable in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
OPEN_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The default value of the 'Open' attribute.
openStates - Variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
Set of open states.
OPTION_CHECK_DANGLING - Static variable in interface org.eclipse.emf.henshin.interpreter.Engine
Option for general checks for dangling edges.
OPTION_DETERMINISTIC - Static variable in interface org.eclipse.emf.henshin.interpreter.Engine
Option for general deterministic engine behavior.
OPTION_INJECTIVE_MATCHING - Static variable in interface org.eclipse.emf.henshin.interpreter.Engine
Option for general injective rule matching.
OPTION_INVERSE_MATCHING_ORDER - Static variable in interface org.eclipse.emf.henshin.interpreter.Engine
Option for enabling / disabling inverse matching order.
OPTION_SORT_VARIABLES - Static variable in interface org.eclipse.emf.henshin.interpreter.Engine
Option for enabling / disabling automatic variable sorting.
OPTION_WORKER_THREADS - Static variable in interface org.eclipse.emf.henshin.interpreter.Engine
Option for setting the number of worker threads to be used.
options - Variable in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Options to be used.
OR - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Or' class.
OR - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Or' class.
Or - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Or'.
OR__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
OR__LEFT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Left' containment reference.
OR__RIGHT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Right' containment reference.
OR_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Or' class.
org.eclipse.emf.henshin - package org.eclipse.emf.henshin
Root package of the Henshin model plug-in.
org.eclipse.emf.henshin.interpreter - package org.eclipse.emf.henshin.interpreter
Interfaces for the Henshin interpreter.
org.eclipse.emf.henshin.interpreter.impl - package org.eclipse.emf.henshin.interpreter.impl
Implementation of the Henshin interpreter.
org.eclipse.emf.henshin.interpreter.util - package org.eclipse.emf.henshin.interpreter.util
Utilities for the Henshin interpreter.
org.eclipse.emf.henshin.model - package org.eclipse.emf.henshin.model
Interfaces for the Henshin model.
org.eclipse.emf.henshin.model.exporters - package org.eclipse.emf.henshin.model.exporters
Exporter implementations for Henshin.
org.eclipse.emf.henshin.model.impl - package org.eclipse.emf.henshin.model.impl
Implementation of the Henshin model.
org.eclipse.emf.henshin.model.importers - package org.eclipse.emf.henshin.model.importers
Importer implementations for Henshin.
org.eclipse.emf.henshin.model.resource - package org.eclipse.emf.henshin.model.resource
Resource implementations for Henshin.
org.eclipse.emf.henshin.model.util - package org.eclipse.emf.henshin.model.util
Utilities for the Henshin model.
org.eclipse.emf.henshin.statespace - package org.eclipse.emf.henshin.statespace
Interfaces for the Henshin state space tools.
org.eclipse.emf.henshin.statespace.external - package org.eclipse.emf.henshin.statespace.external
State space adapters for external tools.
org.eclipse.emf.henshin.statespace.external.cadp - package org.eclipse.emf.henshin.statespace.external.cadp
State space adapters for CADP.
org.eclipse.emf.henshin.statespace.external.mcrl2 - package org.eclipse.emf.henshin.statespace.external.mcrl2
State space adapters for mCRL2.
org.eclipse.emf.henshin.statespace.external.prism - package org.eclipse.emf.henshin.statespace.external.prism
State space adapters for PRISM.
org.eclipse.emf.henshin.statespace.external.tikz - package org.eclipse.emf.henshin.statespace.external.tikz
State space visualization using PGF/TikZ (LaTeX).
org.eclipse.emf.henshin.statespace.impl - package org.eclipse.emf.henshin.statespace.impl
Implementations for the Henshin state space tools.
org.eclipse.emf.henshin.statespace.resource - package org.eclipse.emf.henshin.statespace.resource
Resource implementations for Henshin state spaces.
org.eclipse.emf.henshin.statespace.util - package org.eclipse.emf.henshin.statespace.util
Utilities for Henshin state spaces.
org.eclipse.emf.henshin.trace - package org.eclipse.emf.henshin.trace
Interfaces for trace model in Henshin.
org.eclipse.emf.henshin.trace.impl - package org.eclipse.emf.henshin.trace.impl
Implementation of the trace model in Henshin.
org.eclipse.emf.henshin.trace.util - package org.eclipse.emf.henshin.trace.util
 
org.eclipse.emf.henshin.wrap - package org.eclipse.emf.henshin.wrap
 
org.eclipse.emf.henshin.wrap.impl - package org.eclipse.emf.henshin.wrap.impl
 
org.eclipse.emf.henshin.wrap.util - package org.eclipse.emf.henshin.wrap.util
 
origin - Variable in class org.eclipse.emf.henshin.model.impl.MappingImpl
The cached value of the 'Origin' reference.
OrImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Or'.
OrImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.OrImpl
 
outgoing - Variable in class org.eclipse.emf.henshin.model.impl.NodeImpl
The cached value of the 'Outgoing' reference list.
outgoing - Variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The cached value of the 'Outgoing' containment reference list.
overlapsWith(Match) - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
overlapsWith(Match) - Method in interface org.eclipse.emf.henshin.interpreter.Match
Checks whether this match overlaps with another match.

P

packages - Variable in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
All involved EPackages.
ParallelStateSpaceManager - Class in org.eclipse.emf.henshin.statespace.impl
Parallelized StateSpaceManager implementation.
ParallelStateSpaceManager(StateSpace, int) - Constructor for class org.eclipse.emf.henshin.statespace.impl.ParallelStateSpaceManager
Default constructor.
ParallelStateSpaceManager(StateSpace) - Constructor for class org.eclipse.emf.henshin.statespace.impl.ParallelStateSpaceManager
Default constructor.
PARAMETER - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Parameter' class.
PARAMETER - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Parameter' class.
Parameter - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Parameter'.
PARAMETER__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
PARAMETER__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
PARAMETER__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
PARAMETER__TYPE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Type' reference feature.
PARAMETER__TYPE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Type' reference.
PARAMETER__UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Unit' container reference feature.
PARAMETER__UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Unit' container reference.
PARAMETER_COUNT_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
The default value of the 'Parameter Count' attribute.
PARAMETER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Parameter' class.
PARAMETER_KEYS_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
The default value of the 'Parameter Keys' attribute.
PARAMETER_MAPPING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Parameter Mapping' class.
PARAMETER_MAPPING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Parameter Mapping' class.
PARAMETER_MAPPING__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
PARAMETER_MAPPING__SOURCE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Source' reference feature.
PARAMETER_MAPPING__SOURCE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Source' reference.
PARAMETER_MAPPING__TARGET - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Target' reference feature.
PARAMETER_MAPPING__TARGET - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Target' reference.
PARAMETER_MAPPING_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Parameter Mapping' class.
ParameterImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Parameter'.
ParameterImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
ParameterImpl(String, EClassifier) - Constructor for class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
ParameterMapping - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Parameter Mapping'.
ParameterMappingImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Parameter Mapping'.
ParameterMappingImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
parameterMappings - Variable in class org.eclipse.emf.henshin.model.impl.UnitImpl
The cached value of the 'Parameter Mappings' containment reference list.
parameters - Variable in class org.eclipse.emf.henshin.model.impl.UnitImpl
The cached value of the 'Parameters' containment reference list.
parse(String) - Static method in class org.eclipse.emf.henshin.model.Action
Parses an action string for graph elements.
parse(String) - Static method in enum org.eclipse.emf.henshin.model.Action.Type
Parse an element action type.
parse(BufferedReader, IProgressMonitor) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMExperiment
Parse an experiment from a PRISM process.
parseAll(Process, IProgressMonitor) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMExperiment
Parse all experiments from a PRISM process.
parseValidationResult(StateSpace, Process, IProgressMonitor) - Static method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMExperiment
Parse the output of PRISM and generate a validation result.
partialMatch - Variable in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
PartialMatchReport - Class in org.eclipse.emf.henshin.interpreter.util
This class contains informations about partial matches for a given module and generates a textual report,which can be used to give the Henshin users a detailed feedback.
PartialMatchReport(Module, List<Match>) - Constructor for class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport
Constructor
PartialMatchReport.PartialMatchInfo - Class in org.eclipse.emf.henshin.interpreter.util
Helping class containing the information about one partial match and the delta with the lhs.
PartialMatchReport.PartialMatchInfo() - Constructor for class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport.PartialMatchInfo
 
PartitionedEGraph - Interface in org.eclipse.emf.henshin.interpreter
An extension of EGraphs to support partitioning.
PartitionedEGraphImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default implementation of PartitionedEGraph.
PartitionedEGraphImpl(int) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
Default constructor.
PartitionedEGraphImpl(EObject, int) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
Convenience constructor.
PartitionedEGraphImpl(Collection<? extends EObject>, int) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
Convenience constructor.
PartitionedEGraphImpl(Resource, int) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.PartitionedEGraphImpl
Convenience constructor.
Path - Class in org.eclipse.emf.henshin.statespace
Data-type for paths in StateSpaces.
Path() - Constructor for class org.eclipse.emf.henshin.statespace.Path
Default constructor.
Path(State) - Constructor for class org.eclipse.emf.henshin.statespace.Path
Alternative constructor.
Path(Transition...) - Constructor for class org.eclipse.emf.henshin.statespace.Path
Alternative constructor.
PATH_SEPARATOR - Static variable in class org.eclipse.emf.henshin.model.Action
Separator for paths.
PLUGIN_ID - Static variable in class org.eclipse.emf.henshin.HenshinModelPlugin
Henshin model plug-in ID.
PLUGIN_ID - Static variable in class org.eclipse.emf.henshin.statespace.StateSpacePlugin
Plug-in ID.
PRINT_WARNINGS - Static variable in class org.eclipse.emf.henshin.interpreter.impl.ChangeImpl
Flag indicating whether warnings should be printed.
printInterval - Variable in class org.eclipse.emf.henshin.statespace.impl.ProfilingStateSpaceManager
 
printStats() - Method in class org.eclipse.emf.henshin.interpreter.impl.ProfilingApplicationMonitor
 
printStats() - Method in class org.eclipse.emf.henshin.statespace.impl.ProfilingStateSpaceManager
 
PRIORITY_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Priority Unit' class.
PRIORITY_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Priority Unit' class.
PRIORITY_UNIT__ACTIVATED - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Activated' attribute.
PRIORITY_UNIT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
PRIORITY_UNIT__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
PRIORITY_UNIT__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
PRIORITY_UNIT__PARAMETER_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameter Mappings' containment reference list.
PRIORITY_UNIT__PARAMETERS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameters' containment reference list.
PRIORITY_UNIT__SUB_UNITS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Sub Units' reference list.
PRIORITY_UNIT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Priority Unit' class.
PriorityUnit - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Priority Unit'.
PriorityUnitImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Priority Unit'.
PriorityUnitImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.PriorityUnitImpl
 
PRISM_ARGS_KEY - Static variable in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
 
PRISM_EXPERIMENT_KEY - Static variable in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
 
PRISM_PATH_KEY - Static variable in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
 
PRISMExperiment - Class in org.eclipse.emf.henshin.statespace.external.prism
Data class and parsing functionality for PRISM experiment results.
PRISMExperiment() - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.PRISMExperiment
Default constructor.
PRISMUtil - Class in org.eclipse.emf.henshin.statespace.external.prism
PRISM utils.
PRISMUtil() - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
 
PRISMUtil.Range - Class in org.eclipse.emf.henshin.statespace.external.prism
Data class for ranges (and constants).
PRISMUtil.Range(double, double, double) - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil.Range
 
PRISMUtil.Range(double) - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil.Range
 
PRISMUtil.Range(String) - Constructor for class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil.Range
 
ProfilingApplicationMonitor - Class in org.eclipse.emf.henshin.interpreter.impl
ApplicationMonitor implementation that gathers profiling statistics.
ProfilingApplicationMonitor() - Constructor for class org.eclipse.emf.henshin.interpreter.impl.ProfilingApplicationMonitor
 
ProfilingStateSpaceManager - Class in org.eclipse.emf.henshin.statespace.impl
StateSpaceManager implementation for gathering profiling statistics.
ProfilingStateSpaceManager(StateSpace) - Constructor for class org.eclipse.emf.henshin.statespace.impl.ProfilingStateSpaceManager
Default constructor.
properties - Variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The cached value of the 'Properties' map.
property - Variable in class org.eclipse.emf.henshin.statespace.impl.AbstractStateSpaceValidator
 
PROPERTY_CHECK_LINK_ORDER - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpace
Key for a state space property that determines whether the order of links matters.
PROPERTY_CLOCK_DECLARATIONS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpace
Key for a state space property that defines a list of clock attributes.
PROPERTY_COLLECT_MISSING_ROOTS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpace
Key for a state space property that determines whether missing root objects should be collected.
PROPERTY_CONSTANTS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpace
Key for a state space property that defines a list of constants.
PROPERTY_GOAL_PROPERTY - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpace
Key for a state space property that can be used to define a goal property.
PROPERTY_IDENTITY_TYPES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpace
Key for a state space property that defines a list of types for which object identity matters.
PROPERTY_IGNORE_DUPLICATE_TRANSITIONS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpace
Key for a state space property that determines whether duplicate transitions should be ignored.
PROPERTY_IGNORED_ATTRIBUTES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpace
Key for a state space property that defines a list of attributes whose values should be ignored.
PROPERTY_USE_CLOCKS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpace
Key for a state space property that decides whether clocks should be used.
PRUNED_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateImpl
The default value of the 'Pruned' attribute.

R

read(StateSpaceResource, InputStream) - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceDeserializer
Deserialize a state space.
redo(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
redo(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
redo(ApplicationMonitor) - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Redo this unit application.
refreshHelpers() - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
register() - Static method in class org.eclipse.emf.henshin.statespace.external.cadp.CADPStateSpaceValidator
Register this validator in the global validator registry in the state space plug-in.
register() - Static method in class org.eclipse.emf.henshin.statespace.external.mcrl2.MCRL2StateSpaceValidator
Register this validator in the global validator registry in the state space plug-in.
register() - Static method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCStateSpaceValidator
Register this validator in the global validator registry in the state space plug-in.
register() - Static method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCSteadyStateTool
Register this validator in the global validator registry in the state space plug-in.
register() - Static method in class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceValidator
Register this validator in the global validator registry in the state space plug-in.
register() - Static method in class org.eclipse.emf.henshin.statespace.impl.OCLStateValidator
Register this validator in the global validator registry in the state space plug-in.
registerDynamicEPackages(String) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Load EPackages from an Ecore file and register them in the local package registry.
registerXMIResourceFactories(String...) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Register XMIResourceFactoryImpls for the given file extensions.
releaseExplorer(StateExplorer) - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
remove(Object) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
remove(Node, Node) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
remove(Edge, Edge) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
remove(Attribute, Attribute) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
remove(E, E) - Method in class org.eclipse.emf.henshin.model.impl.MappingContainmentListImpl
 
remove(Node, Node) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
remove(Edge, Edge) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
remove(Attribute, Attribute) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
remove(E, E) - Method in class org.eclipse.emf.henshin.model.impl.MappingListImpl
 
remove(Node, Node) - Method in interface org.eclipse.emf.henshin.model.MappingList
Remove a mapping between the given origin and image node.
remove(Edge, Edge) - Method in interface org.eclipse.emf.henshin.model.MappingList
Remove a mapping between the given origin and image edge.
remove(Attribute, Attribute) - Method in interface org.eclipse.emf.henshin.model.MappingList
Remove a mapping between the given origin and image attribute.
remove(E, E) - Method in interface org.eclipse.emf.henshin.model.MappingList
Remove a mapping between two graph elements.
removeAll(Collection<?>) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
removeAttribute(Attribute, boolean) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
removeAttribute(Attribute, boolean) - Method in interface org.eclipse.emf.henshin.model.Rule
 
removeEdge(Edge) - Method in interface org.eclipse.emf.henshin.model.Graph
Detaches the given edge from its source and target node and removes it from this graph.
removeEdge(Edge) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
removeEdge(Edge, boolean) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
removeEdge(Edge, boolean) - Method in interface org.eclipse.emf.henshin.model.Rule
 
removeFromIndex(State) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
Remove a state from the index.
removeGraph(EObject) - Method in interface org.eclipse.emf.henshin.interpreter.EGraph
Removes an EObject and all reachable objects from this graph.
removeGraph(EObject) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
removeNestedCondition(NestedCondition) - Method in interface org.eclipse.emf.henshin.model.Graph
Remove a nested condition from this graph's formula.
removeNestedCondition(NestedCondition) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
removeNode(Node) - Method in interface org.eclipse.emf.henshin.model.Graph
Removes the given node from this graph.
removeNode(Node) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
removeNode(Node, boolean) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
removeNode(Node, boolean) - Method in interface org.eclipse.emf.henshin.model.Rule
 
removeState(State) - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
removeState(State) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
Remove a state and detach its transitions from the other states.
removeState(State) - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Remove a state from the state space.
removeState(State) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceManager
Remove a state from the state space.
removeTree(EObject) - Method in interface org.eclipse.emf.henshin.interpreter.EGraph
Removes an EObject and all its children from this graph.
removeTree(EObject) - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
removeUnreachableStates(StateSpace) - Static method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
Remove all unreachable states from a state space.
reset() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceMonitor
Reset the tracked information.
reset() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
Reset this state space search.
resetIndex() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
Reset this state space index.
resetStateSpace(boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
resetStateSpace(boolean) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceManager
Reset the state space managed by this instance.
resource - Variable in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
The cached value of the 'Resource' attribute.
RESOURCE_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
The default value of the 'Resource' attribute.
resultAssignment - Variable in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
resultMatch - Variable in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
rhs - Variable in class org.eclipse.emf.henshin.model.impl.RuleImpl
The cached value of the 'Rhs' containment reference.
right - Variable in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
The cached value of the 'Right' containment reference.
rollback - Variable in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
The cached value of the 'Rollback' attribute.
ROLLBACK_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
The default value of the 'Rollback' attribute.
RULE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Rule' class.
RULE - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Rule' class.
Rule - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Rule'.
rule - Variable in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
The cached value of the 'Rule' attribute.
RULE__ACTIVATED - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Activated' attribute.
RULE__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
RULE__ATTRIBUTE_CONDITIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Attribute Conditions' containment reference list feature.
RULE__ATTRIBUTE_CONDITIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Attribute Conditions' containment reference list.
RULE__CHECK_DANGLING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Check Dangling' attribute feature.
RULE__CHECK_DANGLING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Check Dangling' attribute.
RULE__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
RULE__INJECTIVE_MATCHING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Injective Matching' attribute feature.
RULE__INJECTIVE_MATCHING - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Injective Matching' attribute.
RULE__JAVA_IMPORTS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Java Imports' attribute list feature.
RULE__JAVA_IMPORTS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Java Imports' attribute list.
RULE__LHS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Lhs' containment reference feature.
RULE__LHS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Lhs' containment reference.
RULE__MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Mappings' containment reference list feature.
RULE__MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Mappings' containment reference list.
RULE__MULTI_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Multi Mappings' containment reference list feature.
RULE__MULTI_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Multi Mappings' containment reference list.
RULE__MULTI_RULES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Multi Rules' containment reference list feature.
RULE__MULTI_RULES - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Multi Rules' containment reference list.
RULE__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
RULE__PARAMETER_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameter Mappings' containment reference list.
RULE__PARAMETERS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameters' containment reference list.
RULE__RHS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Rhs' containment reference feature.
RULE__RHS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Rhs' containment reference.
RULE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Rule' class.
RuleApplication - Interface in org.eclipse.emf.henshin.interpreter
Interface for Rule applications.
RuleApplicationImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default RuleApplication implementation.
RuleApplicationImpl(Engine) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
Default constructor.
RuleApplicationImpl(Engine, EGraph, Rule, Assignment) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
Default constructor.
RuleImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Rule'.
RuleImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.RuleImpl
 
RuleImpl(String) - Constructor for class org.eclipse.emf.henshin.model.impl.RuleImpl
 
ruleInfos - Variable in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Cached information lookup map for each rule.
ruleListener - Variable in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Listen for rule changes.
rules - Variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The cached value of the 'Rules' reference list.
run() - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceWorker
 

S

saveEObject(EObject, String) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Save an EObject at a given path.
saveEObject(EObject, URI) - Method in class org.eclipse.emf.henshin.model.resource.HenshinResourceSet
Save an EObject at a given URI.
scriptEngine - Variable in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Script engine used to compute Java expressions in attributes.
ScriptEngineWrapper - Class in org.eclipse.emf.henshin.interpreter.impl
Script engine wrapper for automatic handling of Java imports.
ScriptEngineWrapper(ScriptEngine) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.ScriptEngineWrapper
 
SEQUENTIAL_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Sequential Unit' class.
SEQUENTIAL_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Sequential Unit' class.
SEQUENTIAL_UNIT__ACTIVATED - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Activated' attribute.
SEQUENTIAL_UNIT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
SEQUENTIAL_UNIT__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
SEQUENTIAL_UNIT__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
SEQUENTIAL_UNIT__PARAMETER_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameter Mappings' containment reference list.
SEQUENTIAL_UNIT__PARAMETERS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameters' containment reference list.
SEQUENTIAL_UNIT__ROLLBACK - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Rollback' attribute feature.
SEQUENTIAL_UNIT__ROLLBACK - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Rollback' attribute.
SEQUENTIAL_UNIT__STRICT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Strict' attribute feature.
SEQUENTIAL_UNIT__STRICT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Strict' attribute.
SEQUENTIAL_UNIT__SUB_UNITS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Sub Units' reference list.
SEQUENTIAL_UNIT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Sequential Unit' class.
SequentialUnit - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Sequential Unit'.
SequentialUnitImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Sequential Unit'.
SequentialUnitImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
 
setAction(Action) - Method in interface org.eclipse.emf.henshin.model.GraphElement
Sets the value of the 'Action' attribute.
setAction(Action) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
setAction(Action) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
setAction(Action) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
setActivated(boolean) - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
setActivated(boolean) - Method in interface org.eclipse.emf.henshin.model.Unit
Sets the value of the 'Activated' attribute.
setActive(boolean) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceMonitor
Activate or de-activate this monitor.
setAssignment(Assignment) - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
setAssignment(Assignment) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
setAssignment(Assignment) - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Set the parameter assignment to be used.
setAutoSaveURI(URI) - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
setCheckDangling(boolean) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
setCheckDangling(boolean) - Method in interface org.eclipse.emf.henshin.model.Rule
Sets the value of the 'Check Dangling' attribute.
setChild(Formula) - Method in class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
setChild(Formula) - Method in interface org.eclipse.emf.henshin.model.UnaryFormula
Sets the value of the 'Child' containment reference.
setComplete(boolean) - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport.PartialMatchInfo
 
setCompleteMatch(Match) - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
setCompleteMatch(Match) - Method in interface org.eclipse.emf.henshin.interpreter.RuleApplication
Set the complete match to be used.
setConclusion(Graph) - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
setConclusion(Graph) - Method in interface org.eclipse.emf.henshin.model.NestedCondition
Sets the value of the 'Conclusion' containment reference.
setConditionText(String) - Method in interface org.eclipse.emf.henshin.model.AttributeCondition
Sets the value of the 'Condition Text' attribute.
setConditionText(String) - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
setCoverage(double) - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport.PartialMatchInfo
 
setData(int, int) - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
setData(int, int, int[]) - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
setData(int, int[]) - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
setData(int[]) - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
setData(int[]) - Method in interface org.eclipse.emf.henshin.statespace.Storage
Sets the value of the 'Data' attribute.
setData(int, int) - Method in interface org.eclipse.emf.henshin.statespace.Storage
 
setData(int, int[]) - Method in interface org.eclipse.emf.henshin.statespace.Storage
 
setData(int, int, int[]) - Method in interface org.eclipse.emf.henshin.statespace.Storage
 
setDelta(Graph) - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport.PartialMatchInfo
 
setDerivedFrom(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
setDerivedFrom(int) - Method in interface org.eclipse.emf.henshin.statespace.State
Sets the value of the 'Derived From' attribute.
setDescription(String) - Method in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
 
setDescription(String) - Method in interface org.eclipse.emf.henshin.model.NamedElement
Sets the value of the 'Description' attribute.
setEClass(EClass) - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
setEClass(EClass) - Method in interface org.eclipse.emf.henshin.wrap.WObject
Sets the value of the 'EClass' reference.
setEGraph(EGraph) - Method in class org.eclipse.emf.henshin.interpreter.impl.AbstractApplicationImpl
 
setEGraph(EGraph) - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Set the EGraph to be transformed.
setElse(Unit) - Method in interface org.eclipse.emf.henshin.model.ConditionalUnit
Sets the value of the 'Else' reference.
setElse(Unit) - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
setEObject(EObject) - Method in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
setEObject(EObject) - Method in interface org.eclipse.emf.henshin.wrap.WObject
Sets the value of the 'EObject' reference.
setEqualityHelper(EqualityHelper) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
setEqualityHelper(EqualityHelper) - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Set the equality helper for this state space.
setEStructuralFeature(EStructuralFeature) - Method in class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
setEStructuralFeature(EStructuralFeature) - Method in interface org.eclipse.emf.henshin.wrap.WMember
Sets the value of the 'EStructural Feature' reference.
setEValue(Object) - Method in class org.eclipse.emf.henshin.wrap.impl.WValueImpl
 
setEValue(Object) - Method in interface org.eclipse.emf.henshin.wrap.WValue
Sets the value of the 'EValue' attribute.
setFormula(Formula) - Method in interface org.eclipse.emf.henshin.model.Graph
Sets the value of the 'Formula' containment reference.
setFormula(Formula) - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
setGenerateLocations(boolean) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceExplorationHelper
 
setGoal(boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
setGoal(boolean) - Method in interface org.eclipse.emf.henshin.statespace.State
Sets the value of the 'Goal' attribute.
setGraph(Graph) - Method in interface org.eclipse.emf.henshin.model.Edge
Sets the value of the 'Graph' container reference.
setGraph(Graph) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
setGraph(Graph) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
setGraph(Graph) - Method in interface org.eclipse.emf.henshin.model.Node
Sets the value of the 'Graph' container reference.
setHash(int) - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
setHashCode(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
setHashCode(int) - Method in interface org.eclipse.emf.henshin.statespace.State
Set the hash code of this state.
setIf(Unit) - Method in interface org.eclipse.emf.henshin.model.ConditionalUnit
Sets the value of the 'If' reference.
setIf(Unit) - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
setImage(Node) - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
setImage(Node) - Method in interface org.eclipse.emf.henshin.model.Mapping
Sets the value of the 'Image' reference.
setIndex(String) - Method in interface org.eclipse.emf.henshin.model.Edge
Sets the value of the 'Index' attribute.
setIndex(String) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
setIndex(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
setIndex(int) - Method in interface org.eclipse.emf.henshin.statespace.State
Set the index of this state.
setIndexGen(String) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
setInjectiveMatching(boolean) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
setInjectiveMatching(boolean) - Method in interface org.eclipse.emf.henshin.model.Rule
Sets the value of the 'Injective Matching' attribute.
setIterations(String) - Method in class org.eclipse.emf.henshin.model.impl.IteratedUnitImpl
 
setIterations(String) - Method in interface org.eclipse.emf.henshin.model.IteratedUnit
Sets the value of the 'Iterations' attribute.
setKey(String) - Method in interface org.eclipse.emf.henshin.model.Annotation
Sets the value of the 'Key' attribute.
setKey(String) - Method in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
 
setKey(EObject) - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
setLayoutHideIndizes(boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
setLayoutHideIndizes(boolean) - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Sets the value of the 'Layout Hide Indizes' attribute.
setLayoutHideLabels(boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
setLayoutHideLabels(boolean) - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Set the hide-labels flag.
setLayoutStateRepulsion(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
setLayoutStateRepulsion(int) - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Set the state repulsion to be used when layouting this state space.
setLayoutTransitionAttraction(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
setLayoutTransitionAttraction(int) - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Set the transition attraction to be used when layouting this state space.
setLayoutZoomLevel(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
setLayoutZoomLevel(int) - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Set the zoom level for this state space.
setLeft(Formula) - Method in interface org.eclipse.emf.henshin.model.BinaryFormula
Sets the value of the 'Left' containment reference.
setLeft(Formula) - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
setLhs(Graph) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
setLhs(Graph) - Method in interface org.eclipse.emf.henshin.model.Rule
Sets the value of the 'Lhs' containment reference.
setLocation(int...) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
setLocation(int...) - Method in interface org.eclipse.emf.henshin.statespace.State
Sets the location of this state.
setLogStream(PrintStream) - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
setMatch(Match) - Method in class org.eclipse.emf.henshin.interpreter.util.PartialMatchReport.PartialMatchInfo
 
setMatch(int) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
setMatch(int) - Method in interface org.eclipse.emf.henshin.statespace.Transition
Sets the value of the 'Match' attribute.
setMaxStateDistance(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
setMaxStateDistance(int) - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Set the maximum distance of states from the initial states.
setMaxSteps(int) - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
setModel(Model) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
setModel(Model) - Method in interface org.eclipse.emf.henshin.statespace.State
Set the model for this state.
setName(String) - Method in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
 
setName(String) - Method in interface org.eclipse.emf.henshin.model.NamedElement
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
setName(String) - Method in interface org.eclipse.emf.henshin.trace.Trace
Sets the value of the 'Name' attribute.
setNode(Node) - Method in interface org.eclipse.emf.henshin.model.Attribute
Sets the value of the 'Node' container reference.
setNode(Node) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
setNode2ObjectMap(Map<Node, EObject>) - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
setNodeTarget(Node, EObject) - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
setNodeTarget(Node, EObject) - Method in interface org.eclipse.emf.henshin.interpreter.Match
Set the match target for a node.
setObject2NodeMap(Map<EObject, Node>) - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
setObjectCount(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
setObjectCount(int) - Method in interface org.eclipse.emf.henshin.statespace.State
Set the number of objects in this state's model.
setObjectKeys(int[]) - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
setObjectKeys(int[]) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
setObjectKeys(int[]) - Method in interface org.eclipse.emf.henshin.statespace.Model
Set the object keys of this state model as an integer array.
setObjectKeys(int[]) - Method in interface org.eclipse.emf.henshin.statespace.State
Set the object keys for the current state model.
setOnlyFailures(boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
setOnlyRuleApplications(boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
setOnlySuccesses(boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
setOnlyUnitApplications(boolean) - Method in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
setOpen(boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
setOpen(boolean) - Method in interface org.eclipse.emf.henshin.statespace.State
Set the open flag.
setOrigin(Node) - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
setOrigin(Node) - Method in interface org.eclipse.emf.henshin.model.Mapping
Sets the value of the 'Origin' reference.
setParameterCount(int) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
setParameterCount(int) - Method in interface org.eclipse.emf.henshin.statespace.Transition
Set the number of parameters for this transition.
setParameterKeys(int[]) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
setParameterKeys(int[]) - Method in interface org.eclipse.emf.henshin.statespace.Transition
Set the parameter keys for this transition.
setParameterValue(Parameter, Object) - Method in interface org.eclipse.emf.henshin.interpreter.Assignment
Set the assigned value for a parameter.
setParameterValue(Parameter, Object) - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
setParameterValue(Parameter, Object) - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
setParameterValue(String, Object) - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
setParameterValue(String, Object) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
setParameterValue(String, Object) - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Set the assigned value for a parameter.
setPartialMatch(Match) - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
setPartialMatch(Match) - Method in interface org.eclipse.emf.henshin.interpreter.RuleApplication
Set the partial match to be used.
setProperty(String) - Method in class org.eclipse.emf.henshin.statespace.impl.AbstractStateSpaceValidator
 
setProperty(String) - Method in class org.eclipse.emf.henshin.statespace.impl.OCLStateValidator
 
setProperty(String) - Method in class org.eclipse.emf.henshin.statespace.impl.ShortestPathStateSpaceValidator
 
setProperty(String) - Method in interface org.eclipse.emf.henshin.statespace.Validator
Set the property to be validated.
setPruned(boolean) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
setPruned(boolean) - Method in interface org.eclipse.emf.henshin.statespace.State
Sets the value of the 'Pruned' attribute.
setResult(double) - Method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMExperiment
 
setRhs(Graph) - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
setRhs(Graph) - Method in interface org.eclipse.emf.henshin.model.Rule
Sets the value of the 'Rhs' containment reference.
setRight(Formula) - Method in interface org.eclipse.emf.henshin.model.BinaryFormula
Sets the value of the 'Right' containment reference.
setRight(Formula) - Method in class org.eclipse.emf.henshin.model.impl.BinaryFormulaImpl
 
setRollback(boolean) - Method in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
 
setRollback(boolean) - Method in interface org.eclipse.emf.henshin.model.SequentialUnit
Sets the value of the 'Rollback' attribute.
setRule(Rule) - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
setRule(Rule) - Method in interface org.eclipse.emf.henshin.interpreter.RuleApplication
Set the rule to be applied.
setRule(Rule) - Method in interface org.eclipse.emf.henshin.model.AttributeCondition
Sets the value of the 'Rule' container reference.
setRule(Rule) - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
setRule(Rule) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
setRule(Rule) - Method in interface org.eclipse.emf.henshin.statespace.Transition
Sets the value of the 'Rule' reference.
setSource(Node) - Method in interface org.eclipse.emf.henshin.model.Edge
Sets the value of the 'Source' reference.
setSource(Node) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
setSource(Parameter) - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
setSource(Parameter) - Method in interface org.eclipse.emf.henshin.model.ParameterMapping
Sets the value of the 'Source' reference.
setSource(State) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
setSource(State) - Method in interface org.eclipse.emf.henshin.statespace.Transition
Sets the value of the 'Source' container reference.
setState(State) - Method in class org.eclipse.emf.henshin.statespace.Path
 
setStateSpace(StateSpace) - Method in interface org.eclipse.emf.henshin.statespace.EqualityHelper
 
setStateSpace(StateSpace) - Method in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
 
setStateSpace(StateSpace) - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
setStateSpace(StateSpace) - Method in interface org.eclipse.emf.henshin.statespace.State
Set the state space that contains this state.
setStateSpaceIndex(StateSpaceIndex) - Method in class org.eclipse.emf.henshin.statespace.external.AbstractStateSpaceExporter
 
setStateSpaceIndex(StateSpaceIndex) - Method in class org.eclipse.emf.henshin.statespace.external.cadp.AUTStateSpaceExporter
 
setStateSpaceIndex(StateSpaceIndex) - Method in class org.eclipse.emf.henshin.statespace.external.tikz.TikZStateSpaceExporter
 
setStateSpaceIndex(StateSpaceIndex) - Method in class org.eclipse.emf.henshin.statespace.impl.AbstractStateSpaceValidator
 
setStateSpaceIndex(StateSpaceIndex) - Method in class org.eclipse.emf.henshin.statespace.impl.OCLStateValidator
 
setStateSpaceIndex(StateSpaceIndex) - Method in class org.eclipse.emf.henshin.statespace.impl.ShortestPathStateSpaceValidator
 
setStateSpaceIndex(StateSpaceIndex) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceExporter
Set the state space index to be used.
setStateSpaceIndex(StateSpaceIndex) - Method in interface org.eclipse.emf.henshin.statespace.Validator
Set the state space index to be used.
setStrict(boolean) - Method in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
 
setStrict(boolean) - Method in interface org.eclipse.emf.henshin.model.SequentialUnit
Sets the value of the 'Strict' attribute.
setSubUnit(Unit) - Method in class org.eclipse.emf.henshin.model.impl.UnaryUnitImpl
 
setSubUnit(Unit) - Method in interface org.eclipse.emf.henshin.model.UnaryUnit
Sets the value of the 'Sub Unit' reference.
setSuperModule(Module) - Method in class org.eclipse.emf.henshin.model.impl.ModuleImpl
 
setSuperModule(Module) - Method in interface org.eclipse.emf.henshin.model.Module
Sets the value of the 'Super Module' container reference.
setSynchronize(boolean) - Method in class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
 
setSynchronize(boolean) - Method in interface org.eclipse.emf.henshin.wrap.WSynchronizer
Sets the value of the 'Synchronize' attribute.
setTarget(Notifier) - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
 
setTarget(Node) - Method in interface org.eclipse.emf.henshin.model.Edge
Sets the value of the 'Target' reference.
setTarget(Node) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
setTarget(Parameter) - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
setTarget(Parameter) - Method in interface org.eclipse.emf.henshin.model.ParameterMapping
Sets the value of the 'Target' reference.
setTarget(State) - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
setTarget(State) - Method in interface org.eclipse.emf.henshin.statespace.Transition
Sets the value of the 'Target' reference.
setThen(Unit) - Method in interface org.eclipse.emf.henshin.model.ConditionalUnit
Sets the value of the 'Then' reference.
setThen(Unit) - Method in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
 
setTransitionCount(int) - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
setTransitionCount(int) - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
Set the total number of transitions in this state space.
setType(EAttribute) - Method in interface org.eclipse.emf.henshin.model.Attribute
Sets the value of the 'Type' reference.
setType(EReference) - Method in interface org.eclipse.emf.henshin.model.Edge
Sets the value of the 'Type' reference.
setType(EAttribute) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
setType(EReference) - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
setType(EClass) - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
setType(EClassifier) - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
setType(EClass) - Method in interface org.eclipse.emf.henshin.model.Node
Sets the value of the 'Type' reference.
setType(EClassifier) - Method in interface org.eclipse.emf.henshin.model.Parameter
Sets the value of the 'Type' reference.
setTypedKey(EObject) - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
setTypedValue(Integer) - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
setUnit(Unit) - Method in class org.eclipse.emf.henshin.interpreter.impl.AbstractApplicationImpl
 
setUnit(Unit) - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
setUnit(Unit) - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
setUnit(Unit) - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
setUnit(Unit) - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Set the unit to be applied.
setUnit(Unit) - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
setUnit(Unit) - Method in interface org.eclipse.emf.henshin.model.Parameter
Sets the value of the 'Unit' container reference.
setValue(Object, Object) - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
setValue(String) - Method in interface org.eclipse.emf.henshin.model.Annotation
Sets the value of the 'Value' attribute.
setValue(String) - Method in interface org.eclipse.emf.henshin.model.Attribute
Sets the value of the 'Value' attribute.
setValue(String) - Method in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
 
setValue(String) - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
setValue(Integer) - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
setWTarget(WObject) - Method in class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
 
setWTarget(WObject) - Method in interface org.eclipse.emf.henshin.wrap.WLink
Sets the value of the 'WTarget' reference.
shiftedLocation(State, int) - Static method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
ShortestPathStateSpaceValidator - Class in org.eclipse.emf.henshin.statespace.impl
StateSpaceValidator that computes the shortest path to some target states.
ShortestPathStateSpaceValidator(StateValidator) - Constructor for class org.eclipse.emf.henshin.statespace.impl.ShortestPathStateSpaceValidator
Default and only constructor.
shouldStop(State, Path) - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
Visit a state and check whether the search should be stopped.
shutdown() - Method in interface org.eclipse.emf.henshin.interpreter.Engine
Shutdown this engine.
shutdown() - Method in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
 
shutdown() - Method in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
 
shutdown() - Method in class org.eclipse.emf.henshin.statespace.impl.ParallelStateSpaceManager
 
shutdown() - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceManager
Shutdown this state space manager.
sortVariables - Variable in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Whether to sort variables.
source - Variable in class org.eclipse.emf.henshin.model.impl.EdgeImpl
The cached value of the 'Source' reference.
source - Variable in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
The cached value of the 'Source' reference.
source - Variable in class org.eclipse.emf.henshin.trace.impl.TraceImpl
The cached value of the 'Source' reference list.
startTime - Variable in class org.eclipse.emf.henshin.interpreter.impl.ProfilingApplicationMonitor
 
State - Interface in org.eclipse.emf.henshin.statespace
Interface for states.
STATE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'State' class.
STATE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The meta object id for the 'State' class.
STATE__DATA - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Data' attribute.
STATE__DERIVED_FROM - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Derived From' attribute feature.
STATE__DERIVED_FROM - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Derived From' attribute.
STATE__GOAL - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Goal' attribute feature.
STATE__GOAL - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Goal' attribute.
STATE__HASH_CODE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Hash Code' attribute feature.
STATE__HASH_CODE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Hash Code' attribute.
STATE__INCOMING - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Incoming' reference list feature.
STATE__INCOMING - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Incoming' reference list.
STATE__INDEX - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Index' attribute feature.
STATE__INDEX - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Index' attribute.
STATE__LOCATION - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Location' attribute feature.
STATE__LOCATION - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Location' attribute.
STATE__MODEL - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Model' containment reference feature.
STATE__MODEL - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Model' containment reference.
STATE__OBJECT_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Object Count' attribute feature.
STATE__OBJECT_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Object Count' attribute.
STATE__OBJECT_KEYS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Object Keys' attribute feature.
STATE__OBJECT_KEYS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Object Keys' attribute.
STATE__OPEN - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Open' attribute feature.
STATE__OPEN - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Open' attribute.
STATE__OUTGOING - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Outgoing' containment reference list feature.
STATE__OUTGOING - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Outgoing' containment reference list.
STATE__PRUNED - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Pruned' attribute feature.
STATE__PRUNED - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Pruned' attribute.
STATE__STATE_SPACE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'State Space' container reference feature.
STATE__STATE_SPACE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'State Space' container reference.
STATE_COUNT_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The default value of the 'State Count' attribute.
STATE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The number of structural features of the 'State' class.
STATE_SPACE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'State Space' class.
STATE_SPACE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The meta object id for the 'State Space' class.
STATE_SPACE__ALL_PARAMETER_KEYS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'All Parameter Keys' attribute feature.
STATE_SPACE__ALL_PARAMETER_KEYS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'All Parameter Keys' attribute.
STATE_SPACE__DATA - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Data' attribute.
STATE_SPACE__EQUALITY_HELPER - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Equality Helper' containment reference feature.
STATE_SPACE__EQUALITY_HELPER - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Equality Helper' containment reference.
STATE_SPACE__INITIAL_STATES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Initial States' reference list feature.
STATE_SPACE__INITIAL_STATES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Initial States' reference list.
STATE_SPACE__LAYOUT_HIDE_INDIZES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Layout Hide Indizes' attribute feature.
STATE_SPACE__LAYOUT_HIDE_INDIZES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Layout Hide Indizes' attribute.
STATE_SPACE__LAYOUT_HIDE_LABELS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Layout Hide Labels' attribute feature.
STATE_SPACE__LAYOUT_HIDE_LABELS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Layout Hide Labels' attribute.
STATE_SPACE__LAYOUT_STATE_REPULSION - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Layout State Repulsion' attribute feature.
STATE_SPACE__LAYOUT_STATE_REPULSION - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Layout State Repulsion' attribute.
STATE_SPACE__LAYOUT_TRANSITION_ATTRACTION - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Layout Transition Attraction' attribute feature.
STATE_SPACE__LAYOUT_TRANSITION_ATTRACTION - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Layout Transition Attraction' attribute.
STATE_SPACE__LAYOUT_ZOOM_LEVEL - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Layout Zoom Level' attribute feature.
STATE_SPACE__LAYOUT_ZOOM_LEVEL - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Layout Zoom Level' attribute.
STATE_SPACE__MAX_STATE_DISTANCE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Max State Distance' attribute feature.
STATE_SPACE__MAX_STATE_DISTANCE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Max State Distance' attribute.
STATE_SPACE__OPEN_STATES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Open States' reference list feature.
STATE_SPACE__OPEN_STATES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Open States' reference list.
STATE_SPACE__PROPERTIES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Properties' map feature.
STATE_SPACE__PROPERTIES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Properties' map.
STATE_SPACE__RULES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Rules' reference list feature.
STATE_SPACE__RULES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Rules' reference list.
STATE_SPACE__STATE_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'State Count' attribute feature.
STATE_SPACE__STATE_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'State Count' attribute.
STATE_SPACE__STATES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'States' containment reference list feature.
STATE_SPACE__STATES - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'States' containment reference list.
STATE_SPACE__TRANSITION_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Transition Count' attribute feature.
STATE_SPACE__TRANSITION_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Transition Count' attribute.
STATE_SPACE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The number of structural features of the 'State Space' class.
STATE_VARIABLE - Static variable in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil
 
stateDistanceMonitor - Variable in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
State distance monitor.
StateDistanceMonitor - Class in org.eclipse.emf.henshin.statespace.util
Utility class for keeping track of state distances.
StateDistanceMonitor(StateSpace) - Constructor for class org.eclipse.emf.henshin.statespace.util.StateDistanceMonitor
Default constructor.
StateExplorer - Class in org.eclipse.emf.henshin.statespace.impl
Helper class for exploring states.
StateExplorer(StateSpaceIndex) - Constructor for class org.eclipse.emf.henshin.statespace.impl.StateExplorer
Default constructor.
stateFindingTime - Variable in class org.eclipse.emf.henshin.statespace.impl.ProfilingStateSpaceManager
 
StateImpl - Class in org.eclipse.emf.henshin.statespace.impl
Default implementation of the State interface.
StateImpl(int) - Constructor for class org.eclipse.emf.henshin.statespace.impl.StateImpl
Constructor.
StateImpl() - Constructor for class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
states - Variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The cached value of the 'States' containment reference list.
StateSpace - Interface in org.eclipse.emf.henshin.statespace
Interface for state spaces.
StateSpaceAdapterFactory - Class in org.eclipse.emf.henshin.statespace.util
The Adapter Factory for the model.
StateSpaceAdapterFactory() - Constructor for class org.eclipse.emf.henshin.statespace.util.StateSpaceAdapterFactory
Creates an instance of the adapter factory.
StateSpaceDeserializer - Class in org.eclipse.emf.henshin.statespace.resource
State space deserializer.
StateSpaceDeserializer() - Constructor for class org.eclipse.emf.henshin.statespace.resource.StateSpaceDeserializer
 
StateSpaceException - Exception in org.eclipse.emf.henshin.statespace
State space exception class.
StateSpaceException() - Constructor for exception org.eclipse.emf.henshin.statespace.StateSpaceException
 
StateSpaceException(String) - Constructor for exception org.eclipse.emf.henshin.statespace.StateSpaceException
 
StateSpaceException(Throwable) - Constructor for exception org.eclipse.emf.henshin.statespace.StateSpaceException
 
StateSpaceException(String, Throwable) - Constructor for exception org.eclipse.emf.henshin.statespace.StateSpaceException
 
StateSpaceExplorationHelper - Class in org.eclipse.emf.henshin.statespace.util
An exploration helper class.
StateSpaceExplorationHelper(StateSpaceManager, int) - Constructor for class org.eclipse.emf.henshin.statespace.util.StateSpaceExplorationHelper
Constructor.
StateSpaceExplorationHelper(StateSpaceManager) - Constructor for class org.eclipse.emf.henshin.statespace.util.StateSpaceExplorationHelper
Constructor.
StateSpaceExporter - Interface in org.eclipse.emf.henshin.statespace
Interface for state space exporters.
StateSpaceFactory - Interface in org.eclipse.emf.henshin.statespace
Interface for the state space factory.
StateSpaceFactoryImpl - Class in org.eclipse.emf.henshin.statespace.impl
Default implementation of StateSpaceFactory.
StateSpaceFactoryImpl() - Constructor for class org.eclipse.emf.henshin.statespace.impl.StateSpaceFactoryImpl
Creates an instance of the factory.
StateSpaceImpl - Class in org.eclipse.emf.henshin.statespace.impl
Default implementation of the StateSpace interface.
StateSpaceImpl() - Constructor for class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
Default constructor.
StateSpaceImpl(Module) - Constructor for class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
Constructor.
stateSpaceIndex - Variable in class org.eclipse.emf.henshin.statespace.external.AbstractStateSpaceExporter
 
StateSpaceIndex - Interface in org.eclipse.emf.henshin.statespace
Interface for state space indexes.
StateSpaceIndexImpl - Class in org.eclipse.emf.henshin.statespace.impl
Default implementation of StateSpaceIndex.
StateSpaceIndexImpl(StateSpace) - Constructor for class org.eclipse.emf.henshin.statespace.impl.StateSpaceIndexImpl
Default constructor.
stateSpaceLock - Variable in class org.eclipse.emf.henshin.statespace.impl.BasicStateSpaceManager
A lock used when accessing the state space.
StateSpaceManager - Interface in org.eclipse.emf.henshin.statespace
Interface for state space managers.
StateSpaceMonitor - Class in org.eclipse.emf.henshin.statespace.util
A monitor that can be used to track changes in a state space.
StateSpaceMonitor(StateSpace) - Constructor for class org.eclipse.emf.henshin.statespace.util.StateSpaceMonitor
Default constructor.
StateSpacePackage - Interface in org.eclipse.emf.henshin.statespace
Interface for the state space package.
StateSpacePackage.Literals - Interface in org.eclipse.emf.henshin.statespace
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
StateSpacePackageImpl - Class in org.eclipse.emf.henshin.statespace.impl
Default implementation of StateSpacePackage.
StateSpacePlugin - Class in org.eclipse.emf.henshin.statespace
The state space plug-in implementation.
StateSpacePlugin() - Constructor for class org.eclipse.emf.henshin.statespace.StateSpacePlugin
Create the instance.
StateSpacePlugin.Implementation - Class in org.eclipse.emf.henshin.statespace
The actual implementation of the Eclipse Plugin.
StateSpacePlugin.Implementation() - Constructor for class org.eclipse.emf.henshin.statespace.StateSpacePlugin.Implementation
Creates an instance.
StateSpaceResource - Class in org.eclipse.emf.henshin.statespace.resource
Resource implementation for state spaces.
StateSpaceResource() - Constructor for class org.eclipse.emf.henshin.statespace.resource.StateSpaceResource
Default constructor.
StateSpaceResource(URI) - Constructor for class org.eclipse.emf.henshin.statespace.resource.StateSpaceResource
Convenience constructor.
StateSpaceResourceFactory - Class in org.eclipse.emf.henshin.statespace.resource
Resource factory for state space resources.
StateSpaceResourceFactory() - Constructor for class org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceFactory
 
StateSpaceResourceSet - Class in org.eclipse.emf.henshin.statespace.resource
A resource set implementation for state spaces.
StateSpaceResourceSet(String) - Constructor for class org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceSet
Constructor which sets the base directory for this resource set.
StateSpaceResourceSet() - Constructor for class org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceSet
Constructor without base directory.
StateSpaceResourceWorker - Class in org.eclipse.emf.henshin.statespace.resource
Runnable for loading state spaces.
StateSpaceResourceWorker(URI, ResourceSet) - Constructor for class org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceWorker
Constructor for a worker that loads a state space resource.
StateSpaceResourceWorker(StateSpaceResource) - Constructor for class org.eclipse.emf.henshin.statespace.resource.StateSpaceResourceWorker
Constructor for a worker that saves a state space resource.
StateSpaceSearch - Class in org.eclipse.emf.henshin.statespace.util
State space search implementation.
StateSpaceSearch() - Constructor for class org.eclipse.emf.henshin.statespace.util.StateSpaceSearch
 
StateSpaceSerializer - Class in org.eclipse.emf.henshin.statespace.resource
State space serializer.
StateSpaceSerializer() - Constructor for class org.eclipse.emf.henshin.statespace.resource.StateSpaceSerializer
 
StateSpaceShortestPath - Class in org.eclipse.emf.henshin.statespace.util
Dijkstra's shortest path algorithm for state spaces.
StateSpaceShortestPath() - Constructor for class org.eclipse.emf.henshin.statespace.util.StateSpaceShortestPath
Default constructor.
StateSpaceSwitch<T> - Class in org.eclipse.emf.henshin.statespace.util
The Switch for the model's inheritance hierarchy.
StateSpaceSwitch() - Constructor for class org.eclipse.emf.henshin.statespace.util.StateSpaceSwitch
Creates an instance of the switch.
StateSpaceTypesHelper - Class in org.eclipse.emf.henshin.statespace.util
Helper methods for gathering information about types in state spaces.
StateSpaceTypesHelper() - Constructor for class org.eclipse.emf.henshin.statespace.util.StateSpaceTypesHelper
 
StateSpaceValidator - Interface in org.eclipse.emf.henshin.statespace
Interface for state space validators.
StateSpaceXYPlot - Class in org.eclipse.emf.henshin.statespace.util
Data class for XY-plots.
StateSpaceXYPlot(String, String, double[][], double[][], String[]) - Constructor for class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
Default constructor.
StateValidator - Interface in org.eclipse.emf.henshin.statespace
Interface for state validators.
step - Variable in class org.eclipse.emf.henshin.interpreter.impl.LoggingApplicationMonitor
 
step - Variable in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil.Range
 
STORAGE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Storage' class.
STORAGE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The meta object id for the 'Storage' class.
Storage - Interface in org.eclipse.emf.henshin.statespace
Interface for storage objects.
STORAGE__DATA - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Data' attribute feature.
STORAGE__DATA - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Data' attribute.
STORAGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The number of structural features of the 'Storage' class.
StorageImpl - Class in org.eclipse.emf.henshin.statespace.impl
Default implementation of the Storage interface.
StorageImpl() - Constructor for class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
strict - Variable in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
The cached value of the 'Strict' attribute.
STRICT_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
The default value of the 'Strict' attribute.
STRING_ARRAY - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'String Array' data type.
STRING_ARRAY - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The meta object id for the 'String Array' data type.
subModules - Variable in class org.eclipse.emf.henshin.model.impl.ModuleImpl
The cached value of the 'Sub Modules' containment reference list.
subTraces - Variable in class org.eclipse.emf.henshin.trace.impl.TraceImpl
The cached value of the 'Sub Traces' containment reference list.
subUnit - Variable in class org.eclipse.emf.henshin.model.impl.UnaryUnitImpl
The cached value of the 'Sub Unit' reference.
subUnits - Variable in class org.eclipse.emf.henshin.model.impl.MultiUnitImpl
The cached value of the 'Sub Units' reference list.
synchronize - Variable in class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
The cached value of the 'Synchronize' attribute.
SYNCHRONIZE_EDEFAULT - Static variable in class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
The default value of the 'Synchronize' attribute.
synchronizeRuleParameters(Rule) - Static method in class org.eclipse.emf.henshin.model.util.HenshinModelCleaner
 

T

target - Variable in class org.eclipse.emf.henshin.model.impl.EdgeImpl
The cached value of the 'Target' reference.
target - Variable in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
The cached value of the 'Target' reference.
target - Variable in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
The cached value of the 'Target' reference.
target - Variable in class org.eclipse.emf.henshin.trace.impl.TraceImpl
The cached value of the 'Target' reference list.
then - Variable in class org.eclipse.emf.henshin.model.impl.ConditionalUnitImpl
The cached value of the 'Then' reference.
TikZStateSpaceExporter - Class in org.eclipse.emf.henshin.statespace.external.tikz
A state space exporter for the TikZ format (LaTeX).
TikZStateSpaceExporter() - Constructor for class org.eclipse.emf.henshin.statespace.external.tikz.TikZStateSpaceExporter
 
toString() - Method in class org.eclipse.emf.henshin.interpreter.impl.AbstractApplicationImpl
 
toString() - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
toString() - Method in class org.eclipse.emf.henshin.interpreter.impl.EGraphImpl
 
toString() - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.Action
 
toString() - Method in enum org.eclipse.emf.henshin.model.Action.Type
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.AndImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.AttributeConditionImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.EdgeImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.GraphImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.IteratedUnitImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.MappingImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.NamedElementImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.NestedConditionImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.NodeImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.NotImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.OrImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.ParameterImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.ParameterMappingImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.RuleImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.SequentialUnitImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.UnitImpl
 
toString() - Method in class org.eclipse.emf.henshin.model.impl.XorImpl
 
toString() - Method in class org.eclipse.emf.henshin.statespace.external.prism.PRISMUtil.Range
 
toString() - Method in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
 
toString() - Method in class org.eclipse.emf.henshin.statespace.impl.EqualityHelperImpl
 
toString() - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
toString() - Method in class org.eclipse.emf.henshin.statespace.impl.StateImpl
 
toString() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
toString() - Method in class org.eclipse.emf.henshin.statespace.impl.StorageImpl
 
toString() - Method in class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
toString() - Method in class org.eclipse.emf.henshin.statespace.Path
 
toString() - Method in class org.eclipse.emf.henshin.statespace.util.StateSpaceXYPlot
 
toString() - Method in class org.eclipse.emf.henshin.statespace.ValidationResult
 
toString() - Method in class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
toString() - Method in class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
 
toString() - Method in class org.eclipse.emf.henshin.wrap.impl.WValueImpl
 
toStringWithIndent(String) - Method in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
toStringWithIndent(String) - Method in class org.eclipse.emf.henshin.interpreter.impl.MatchImpl
 
Trace - Interface in org.eclipse.emf.henshin.trace
A representation of the model object 'Trace'.
TRACE - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage.Literals
The meta object literal for the 'Trace' class.
TRACE - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage
The meta object id for the 'Trace' class.
TRACE__NAME - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage.Literals
The meta object literal for the 'Name' attribute feature.
TRACE__NAME - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage
The feature id for the 'Name' attribute.
TRACE__SOURCE - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage.Literals
The meta object literal for the 'Source' reference list feature.
TRACE__SOURCE - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage
The feature id for the 'Source' reference list.
TRACE__SUB_TRACES - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage.Literals
The meta object literal for the 'Sub Traces' containment reference list feature.
TRACE__SUB_TRACES - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage
The feature id for the 'Sub Traces' containment reference list.
TRACE__TARGET - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage.Literals
The meta object literal for the 'Target' reference list feature.
TRACE__TARGET - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage
The feature id for the 'Target' reference list.
TRACE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.trace.TracePackage
The number of structural features of the 'Trace' class.
TraceAdapterFactory - Class in org.eclipse.emf.henshin.trace.util
The Adapter Factory for the model.
TraceAdapterFactory() - Constructor for class org.eclipse.emf.henshin.trace.util.TraceAdapterFactory
Creates an instance of the adapter factory.
TraceFactory - Interface in org.eclipse.emf.henshin.trace
The Factory for the model.
TraceFactoryImpl - Class in org.eclipse.emf.henshin.trace.impl
An implementation of the model Factory.
TraceFactoryImpl() - Constructor for class org.eclipse.emf.henshin.trace.impl.TraceFactoryImpl
Creates an instance of the factory.
TraceImpl - Class in org.eclipse.emf.henshin.trace.impl
An implementation of the model object 'Trace'.
TraceImpl() - Constructor for class org.eclipse.emf.henshin.trace.impl.TraceImpl
 
TracePackage - Interface in org.eclipse.emf.henshin.trace
The Package for the model.
TracePackage.Literals - Interface in org.eclipse.emf.henshin.trace
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
TracePackageImpl - Class in org.eclipse.emf.henshin.trace.impl
An implementation of the model Package.
TraceSwitch<T> - Class in org.eclipse.emf.henshin.trace.util
The Switch for the model's inheritance hierarchy.
TraceSwitch() - Constructor for class org.eclipse.emf.henshin.trace.util.TraceSwitch
Creates an instance of the switch.
TraceUtil - Class in org.eclipse.emf.henshin.trace.util
Utility methods for the Henshin trace model.
TraceUtil() - Constructor for class org.eclipse.emf.henshin.trace.util.TraceUtil
 
TRANSITION - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Transition' class.
TRANSITION - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The meta object id for the 'Transition' class.
Transition - Interface in org.eclipse.emf.henshin.statespace
Interface for transitions.
TRANSITION__DATA - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Data' attribute.
TRANSITION__MATCH - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Match' attribute feature.
TRANSITION__MATCH - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Match' attribute.
TRANSITION__PARAMETER_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Parameter Count' attribute feature.
TRANSITION__PARAMETER_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Parameter Count' attribute.
TRANSITION__PARAMETER_KEYS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Parameter Keys' attribute feature.
TRANSITION__PARAMETER_KEYS - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Parameter Keys' attribute.
TRANSITION__RULE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Rule' reference feature.
TRANSITION__RULE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Rule' reference.
TRANSITION__SOURCE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Source' container reference feature.
TRANSITION__SOURCE - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Source' container reference.
TRANSITION__TARGET - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage.Literals
The meta object literal for the 'Target' reference feature.
TRANSITION__TARGET - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The feature id for the 'Target' reference.
TRANSITION_COUNT_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The default value of the 'Transition Count' attribute.
TRANSITION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.statespace.StateSpacePackage
The number of structural features of the 'Transition' class.
transitionCount - Variable in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
The cached value of the 'Transition Count' attribute.
TransitionImpl - Class in org.eclipse.emf.henshin.statespace.impl
Default implementation of the Transition interface.
TransitionImpl() - Constructor for class org.eclipse.emf.henshin.statespace.impl.TransitionImpl
 
type - Variable in class org.eclipse.emf.henshin.model.impl.AttributeImpl
The cached value of the 'Type' reference.
type - Variable in class org.eclipse.emf.henshin.model.impl.EdgeImpl
The cached value of the 'Type' reference.
type - Variable in class org.eclipse.emf.henshin.model.impl.NodeImpl
The cached value of the 'Type' reference.
type - Variable in class org.eclipse.emf.henshin.model.impl.ParameterImpl
The cached value of the 'Type' reference.

U

UNARY_FORMULA - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Unary Formula' class.
UNARY_FORMULA - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Unary Formula' class.
UNARY_FORMULA__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
UNARY_FORMULA__CHILD - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Child' containment reference feature.
UNARY_FORMULA__CHILD - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Child' containment reference.
UNARY_FORMULA_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Unary Formula' class.
UNARY_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Unary Unit' class.
UNARY_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Unary Unit' class.
UNARY_UNIT__ACTIVATED - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Activated' attribute.
UNARY_UNIT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
UNARY_UNIT__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
UNARY_UNIT__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
UNARY_UNIT__PARAMETER_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameter Mappings' containment reference list.
UNARY_UNIT__PARAMETERS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameters' containment reference list.
UNARY_UNIT__SUB_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Sub Unit' reference feature.
UNARY_UNIT__SUB_UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Sub Unit' reference.
UNARY_UNIT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Unary Unit' class.
UnaryFormula - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Unary Formula'.
UnaryFormulaImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Unary Formula'.
UnaryFormulaImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.UnaryFormulaImpl
 
UnaryUnit - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Unary Unit'.
UnaryUnitImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Unary Unit'.
UnaryUnitImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.UnaryUnitImpl
 
undo - Variable in class org.eclipse.emf.henshin.interpreter.impl.BasicApplicationMonitor
 
undo(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.RuleApplicationImpl
 
undo(ApplicationMonitor) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
undo(ApplicationMonitor) - Method in interface org.eclipse.emf.henshin.interpreter.UnitApplication
Undo this unit application.
undoneRules - Variable in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
unit - Variable in class org.eclipse.emf.henshin.interpreter.impl.AbstractApplicationImpl
 
unit - Variable in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Unit' class.
UNIT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Unit' class.
Unit - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Unit'.
UNIT__ACTIVATED - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Activated' attribute feature.
UNIT__ACTIVATED - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Activated' attribute.
UNIT__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
UNIT__DESCRIPTION - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Description' attribute.
UNIT__NAME - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Name' attribute.
UNIT__PARAMETER_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Parameter Mappings' containment reference list feature.
UNIT__PARAMETER_MAPPINGS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameter Mappings' containment reference list.
UNIT__PARAMETERS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Parameters' containment reference list feature.
UNIT__PARAMETERS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Parameters' containment reference list.
UNIT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Unit' class.
UnitApplication - Interface in org.eclipse.emf.henshin.interpreter
Interface for Unit applications.
UnitApplicationImpl - Class in org.eclipse.emf.henshin.interpreter.impl
Default UnitApplication implementation.
UnitApplicationImpl(Engine) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
Default constructor.
UnitApplicationImpl(Engine, EGraph, Unit, Assignment) - Constructor for class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
Convenience constructor.
UnitImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Unit'.
UnitImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.UnitImpl
 
units - Variable in class org.eclipse.emf.henshin.model.impl.ModuleImpl
The cached value of the 'Units' containment reference list.
updateDerivedFields() - Method in class org.eclipse.emf.henshin.model.impl.AttributeImpl
Update the derived AttributeImpl.constant field of this attribute.
updateDistance(State) - Method in class org.eclipse.emf.henshin.statespace.util.StateDistanceMonitor
Update the distances of a of states and all its successor states.
updateDistances(Collection<State>) - Method in class org.eclipse.emf.henshin.statespace.util.StateDistanceMonitor
Update the distances of a list of states and all their successor states.
updateEGraph() - Method in class org.eclipse.emf.henshin.interpreter.util.HenshinEGraph
This methods will update the EMF representation of the Henshin-Graph.
updateEqualityHelper() - Method in class org.eclipse.emf.henshin.statespace.impl.StateSpaceImpl
 
updateEqualityHelper() - Method in interface org.eclipse.emf.henshin.statespace.StateSpace
 
updateObjectKeys(EList<EClass>) - Method in class org.eclipse.emf.henshin.statespace.impl.ModelImpl
 
updateObjectKeys(EList<EClass>) - Method in interface org.eclipse.emf.henshin.statespace.Model
 
updateParameterValues(UnitApplicationImpl) - Method in class org.eclipse.emf.henshin.interpreter.impl.UnitApplicationImpl
 
usesProperty() - Method in class org.eclipse.emf.henshin.statespace.external.cadp.CADPStateSpaceValidator
 
usesProperty() - Method in class org.eclipse.emf.henshin.statespace.external.mcrl2.MCRL2StateSpaceValidator
 
usesProperty() - Method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCStateSpaceValidator
 
usesProperty() - Method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCSteadyStateTool
 
usesProperty() - Method in class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceValidator
 
usesProperty() - Method in class org.eclipse.emf.henshin.statespace.impl.OCLStateValidator
 
usesProperty() - Method in class org.eclipse.emf.henshin.statespace.impl.ShortestPathStateSpaceValidator
 
usesProperty() - Method in interface org.eclipse.emf.henshin.statespace.Validator
Determines whether this validator uses a property or not.
useUUIDs() - Method in class org.eclipse.emf.henshin.model.resource.HenshinResource
 
useZip() - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceResource
 

V

VALID - Static variable in class org.eclipse.emf.henshin.statespace.ValidationResult
Static validation result for successful validations without messages.
validate(int, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Calls validateXXX for the corresponding classifier of the model.
validate(StateSpace, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.external.cadp.CADPStateSpaceValidator
 
validate(StateSpace, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.external.mcrl2.MCRL2StateSpaceValidator
 
validate(StateSpace, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCStateSpaceValidator
 
validate(StateSpace, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.external.prism.CTMCSteadyStateTool
 
validate(StateSpace, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceValidator
 
validate(State, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.impl.OCLStateValidator
 
validate(StateSpace, IProgressMonitor) - Method in class org.eclipse.emf.henshin.statespace.impl.ShortestPathStateSpaceValidator
 
validate(StateSpace, IProgressMonitor) - Method in interface org.eclipse.emf.henshin.statespace.StateSpaceValidator
Perform the validation for the given state space.
validate(State, IProgressMonitor) - Method in interface org.eclipse.emf.henshin.statespace.StateValidator
Perform the validation for the given state.
validateAction(Action, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateAnd(And, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateAnnotation(Annotation, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateAttribute(Attribute, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateAttributeCondition(AttributeCondition, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateBinaryFormula(BinaryFormula, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateConditionalUnit(ConditionalUnit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateEdge(Edge, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateEdge_equalParentGraphs(Edge, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the equalParentGraphs constraint of 'Edge'.
validateFormula(Formula, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateGraph(Graph, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateGraph_uniqueNodeNames(Graph, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the uniqueNodeNames constraint of 'Graph'.
validateGraphElement(GraphElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateIndependentUnit(IndependentUnit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateIteratedUnit(IteratedUnit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateIteratedUnit_iterationsNotEmpty(IteratedUnit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the iterationsNotEmpty constraint of 'Iterated Unit'.
validateLoopUnit(LoopUnit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateMapping(Mapping, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateModelElement(ModelElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateModule(Module, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateMultiUnit(MultiUnit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateNamedElement(NamedElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateNestedCondition(NestedCondition, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateNestedCondition_mappingImageContainedInCurrent(NestedCondition, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the mappingImageContainedInCurrent constraint of 'Nested Condition'.
validateNestedCondition_mappingOriginContainedInParentCondition(NestedCondition, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the mappingOriginContainedInParentCondition constraint of 'Nested Condition'.
validateNode(Node, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateNode_uniqueAttributeTypes(Node, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the uniqueAttributeTypes constraint of 'Node'.
validateNot(Not, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateOr(Or, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateParameter(Parameter, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateParameter_nameNotEmpty(Parameter, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the nameNotEmpty constraint of 'Parameter'.
validateParameter_nameNotTypeName(Parameter, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the nameNotTypeName constraint of 'Parameter'.
validateParameterMapping(ParameterMapping, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validatePriorityUnit(PriorityUnit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateRule(Rule, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateRule_createdEdgesNotDerived(Rule, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the createdEdgesNotDerived constraint of 'Rule'.
validateRule_createdNodesNotAbstract(Rule, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the createdNodesNotAbstract constraint of 'Rule'.
validateRule_deletedEdgesNotDerived(Rule, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the deletedEdgesNotDerived constraint of 'Rule'.
validateRule_mappingsFromLeft2Right(Rule, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the mappingsFromLeft2Right constraint of 'Rule'.
validateSequentialUnit(SequentialUnit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateUnaryFormula(UnaryFormula, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateUnaryUnit(UnaryUnit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateUnit(Unit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
validateUnit_parameterMappingsPointToDirectSubUnit(Unit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the parameterMappingsPointToDirectSubUnit constraint of 'Unit'.
validateUnit_parameterNamesUnique(Unit, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
Validates the parameterNamesUnique constraint of 'Unit'.
validateXor(Xor, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.henshin.model.util.HenshinValidator
 
ValidationResult - Class in org.eclipse.emf.henshin.statespace
Validation result data class.
ValidationResult(boolean, String, Object) - Constructor for class org.eclipse.emf.henshin.statespace.ValidationResult
Default constructor.
ValidationResult(boolean, String) - Constructor for class org.eclipse.emf.henshin.statespace.ValidationResult
Constructor.
ValidationResult(boolean) - Constructor for class org.eclipse.emf.henshin.statespace.ValidationResult
Constructor.
Validator - Interface in org.eclipse.emf.henshin.statespace
Interface for validators.
VALIDATOR_ID - Static variable in class org.eclipse.emf.henshin.statespace.external.cadp.CADPStateSpaceValidator
ID of this validator.
VALIDATOR_ID - Static variable in class org.eclipse.emf.henshin.statespace.external.mcrl2.MCRL2StateSpaceValidator
ID of this validator.
VALIDATOR_ID - Static variable in class org.eclipse.emf.henshin.statespace.external.prism.CTMCStateSpaceValidator
ID of this validator.
VALIDATOR_ID - Static variable in class org.eclipse.emf.henshin.statespace.external.prism.CTMCSteadyStateTool
ID of this validator.
VALIDATOR_ID - Static variable in class org.eclipse.emf.henshin.statespace.external.prism.MDPStateSpaceValidator
ID of this validator.
VALIDATOR_ID - Static variable in class org.eclipse.emf.henshin.statespace.impl.OCLStateValidator
ID of this validator.
value - Variable in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
The cached value of the 'Value' attribute.
value - Variable in class org.eclipse.emf.henshin.model.impl.AttributeImpl
The cached value of the 'Value' attribute.
value - Variable in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
The cached value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.AnnotationImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.henshin.model.impl.AttributeImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.henshin.statespace.impl.EObjectIntegerMapEntryImpl
The default value of the 'Value' attribute.
valueOf(String) - Static method in enum org.eclipse.emf.henshin.model.Action.Type
Returns the enum constant of this type with the specified name.
values - Variable in class org.eclipse.emf.henshin.interpreter.impl.AssignmentImpl
 
values() - Static method in enum org.eclipse.emf.henshin.model.Action.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WLink - Interface in org.eclipse.emf.henshin.wrap
A representation of the model object 'WLink'.
WLINK - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'WLink' class.
WLINK - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The meta object id for the 'WLink' class.
WLINK__ESTRUCTURAL_FEATURE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'EStructural Feature' reference.
WLINK__SYNCHRONIZE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'Synchronize' attribute.
WLINK__WTARGET - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'WTarget' reference feature.
WLINK__WTARGET - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'WTarget' reference.
WLINK_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The number of structural features of the 'WLink' class.
WLinkImpl - Class in org.eclipse.emf.henshin.wrap.impl
An implementation of the model object 'WLink'.
WLinkImpl() - Constructor for class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
 
WLinkImpl(boolean) - Constructor for class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
 
WMember - Interface in org.eclipse.emf.henshin.wrap
A representation of the model object 'WMember'.
WMEMBER - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'WMember' class.
WMEMBER - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The meta object id for the 'WMember' class.
WMEMBER__ESTRUCTURAL_FEATURE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'EStructural Feature' reference feature.
WMEMBER__ESTRUCTURAL_FEATURE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'EStructural Feature' reference.
WMEMBER__SYNCHRONIZE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'Synchronize' attribute.
WMEMBER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The number of structural features of the 'WMember' class.
WMemberImpl - Class in org.eclipse.emf.henshin.wrap.impl
An implementation of the model object 'WMember'.
WMemberImpl() - Constructor for class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
WMemberImpl(boolean) - Constructor for class org.eclipse.emf.henshin.wrap.impl.WMemberImpl
 
wMembers - Variable in class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
The cached value of the 'WMembers' containment reference list.
WObject - Interface in org.eclipse.emf.henshin.wrap
A representation of the model object 'WObject'.
WOBJECT - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'WObject' class.
WOBJECT - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The meta object id for the 'WObject' class.
WOBJECT__ECLASS - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'EClass' reference feature.
WOBJECT__ECLASS - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'EClass' reference.
WOBJECT__EOBJECT - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'EObject' reference feature.
WOBJECT__EOBJECT - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'EObject' reference.
WOBJECT__SYNCHRONIZE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'Synchronize' attribute.
WOBJECT__WMEMBERS - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'WMembers' containment reference list feature.
WOBJECT__WMEMBERS - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'WMembers' containment reference list.
WOBJECT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The number of structural features of the 'WObject' class.
WObjectImpl - Class in org.eclipse.emf.henshin.wrap.impl
An implementation of the model object 'WObject'.
WObjectImpl() - Constructor for class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
WObjectImpl(boolean) - Constructor for class org.eclipse.emf.henshin.wrap.impl.WObjectImpl
 
workerPool - Variable in class org.eclipse.emf.henshin.interpreter.impl.EngineImpl
Worker thread pool.
WrapAdapterFactory - Class in org.eclipse.emf.henshin.wrap.util
The Adapter Factory for the model.
WrapAdapterFactory() - Constructor for class org.eclipse.emf.henshin.wrap.util.WrapAdapterFactory
Creates an instance of the adapter factory.
WrapFactory - Interface in org.eclipse.emf.henshin.wrap
The Factory for the model.
WrapFactoryImpl - Class in org.eclipse.emf.henshin.wrap.impl
An implementation of the model Factory.
WrapFactoryImpl() - Constructor for class org.eclipse.emf.henshin.wrap.impl.WrapFactoryImpl
Creates an instance of the factory.
WrapPackage - Interface in org.eclipse.emf.henshin.wrap
The Package for the model.
WrapPackage.Literals - Interface in org.eclipse.emf.henshin.wrap
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
WrapPackageImpl - Class in org.eclipse.emf.henshin.wrap.impl
An implementation of the model Package.
WrapSwitch<T> - Class in org.eclipse.emf.henshin.wrap.util
The Switch for the model's inheritance hierarchy.
WrapSwitch() - Constructor for class org.eclipse.emf.henshin.wrap.util.WrapSwitch
Creates an instance of the switch.
WrapUtil - Class in org.eclipse.emf.henshin.wrap.util
Utility methods for the Henshin wrap model.
WrapUtil() - Constructor for class org.eclipse.emf.henshin.wrap.util.WrapUtil
 
write(StateSpace, OutputStream) - Method in class org.eclipse.emf.henshin.statespace.resource.StateSpaceSerializer
Serialize a state space.
WSYNCHRONIZER - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'WSynchronizer' class.
WSYNCHRONIZER - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The meta object id for the 'WSynchronizer' class.
WSynchronizer - Interface in org.eclipse.emf.henshin.wrap
A representation of the model object 'WSynchronizer'.
WSYNCHRONIZER__SYNCHRONIZE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'Synchronize' attribute feature.
WSYNCHRONIZER__SYNCHRONIZE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'Synchronize' attribute.
WSYNCHRONIZER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The number of structural features of the 'WSynchronizer' class.
WSynchronizerImpl - Class in org.eclipse.emf.henshin.wrap.impl
An implementation of the model object 'WSynchronizer'.
WSynchronizerImpl() - Constructor for class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
 
WSynchronizerImpl(boolean) - Constructor for class org.eclipse.emf.henshin.wrap.impl.WSynchronizerImpl
 
wTarget - Variable in class org.eclipse.emf.henshin.wrap.impl.WLinkImpl
The cached value of the 'WTarget' reference.
WVALUE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'WValue' class.
WVALUE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The meta object id for the 'WValue' class.
WValue - Interface in org.eclipse.emf.henshin.wrap
A representation of the model object 'WValue'.
WVALUE__ESTRUCTURAL_FEATURE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'EStructural Feature' reference.
WVALUE__EVALUE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage.Literals
The meta object literal for the 'EValue' attribute feature.
WVALUE__EVALUE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'EValue' attribute.
WVALUE__SYNCHRONIZE - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The feature id for the 'Synchronize' attribute.
WVALUE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.wrap.WrapPackage
The number of structural features of the 'WValue' class.
WValueImpl - Class in org.eclipse.emf.henshin.wrap.impl
An implementation of the model object 'WValue'.
WValueImpl() - Constructor for class org.eclipse.emf.henshin.wrap.impl.WValueImpl
 
WValueImpl(boolean) - Constructor for class org.eclipse.emf.henshin.wrap.impl.WValueImpl
 

X

XOR - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage.Literals
The meta object literal for the 'Xor' class.
XOR - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The meta object id for the 'Xor' class.
Xor - Interface in org.eclipse.emf.henshin.model
A representation of the model object 'Xor'.
XOR__ANNOTATIONS - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Annotations' containment reference list.
XOR__LEFT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Left' containment reference.
XOR__RIGHT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The feature id for the 'Right' containment reference.
XOR_FEATURE_COUNT - Static variable in interface org.eclipse.emf.henshin.model.HenshinPackage
The number of structural features of the 'Xor' class.
XorImpl - Class in org.eclipse.emf.henshin.model.impl
An implementation of the model object 'Xor'.
XorImpl() - Constructor for class org.eclipse.emf.henshin.model.impl.XorImpl
 

A B C D E F G H I J K L M N O P R S T U V W X