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

M

main(String[]) - Static method in class agg.attribute.parser.javaExpr.Jex
 
main(String[]) - Static method in class agg.cons.TestForm
 
main(String[]) - Static method in class agg.parser.AGGComputeCriticalPairs
 
main(String[]) - Static method in class agg.parser.ComputeCriticalPairs
 
main(String[]) - Static method in class agg.xt_basis.AGGBasicAppl
 
makeAbstractInverseRule(Rule) - Method in class agg.parser.DependencyPair
Make abstract inverted rule : R -> L.
makeAbstractInverseRule(Rule) - Method in class agg.xt_basis.BaseFactory
Make abstract inverse rule : R -> L That means: - copy RHS to LHS of the result rule, - copy LHS to RHS of the result rule, - convert rule morphism, - replace attr. expression of RHS by variable, - attr. conditions will be ignored, - NACs will be ignored.
makeAttributeContext() - Method in class agg.xt_basis.OrdinaryMorphism
 
makeConcurrentRules - Variable in class agg.parser.DependencyPair
 
makeConcurrentRules - Variable in class agg.parser.DependencyPairContainer
 
makeCopyOf(CondTuple) - Method in class agg.attribute.impl.CondTuple
 
makeCopyOf(ContextCore) - Method in class agg.attribute.impl.ContextCore
 
makeCopyOf(VarTuple) - Method in class agg.attribute.impl.VarTuple
 
makeDiagram(OrdinaryMorphism, OrdinaryMorphism) - Method in class agg.xt_basis.OrdinaryMorphism
The current (this) morphism takes two morphisms, such that: this.source == theFirst.target, this.target == theSecond.target as input and this morphism will be completed so that: theFirst o this = theSecond .
makeDiagram(OrdinaryMorphism, OrdinaryMorphism, OrdinaryMorphism) - Method in class agg.xt_basis.OrdinaryMorphism
The current (this) morphism takes three morphisms, such that: this.source == theFirst.target, theSecond.source == theFirst.source, theThird.source == theSecond.target, this.target == theThird.target as input and this morphism will be completed so that the diagram comutes: theFirst o this == theSecond o theThird .
makeFullDiagram(OrdinaryMorphism, OrdinaryMorphism) - Method in class agg.xt_basis.OrdinaryMorphism
makeFullDiagram: fuer DISAGG
Der vorliegende Homomorphismus (this) nimmt zwei weitere (theFirst, theSecond) als Input und wird selbst so vervollstaendigt, dass
theFirst o this = theSecond
makeFullDiagram(OrdinaryMorphism, OrdinaryMorphism, OrdinaryMorphism) - Method in class agg.xt_basis.OrdinaryMorphism
makeFullDiagram: fuer DISAGG
Der vorliegende Homomorphismus (this) nimmt drei weitere (theFirst, theSecond, theThird) als Input und wird selbst so vervollstaendigt, dass Diagramm kommutiert.
makeInverseRule(Rule) - Method in class agg.parser.DependencyPair
Make abstract inverse rule : R -> L.
makeInverseRule(Rule) - Method in class agg.xt_basis.BaseFactory
Make abstract inverse rule : R -> L.
makeLightContainer(Hashtable<Rule, Hashtable<Rule, Pair<Boolean, Vector<Pair<Pair<OrdinaryMorphism, OrdinaryMorphism>, Pair<OrdinaryMorphism, OrdinaryMorphism>>>>>>, Hashtable<Rule, Hashtable<Rule, Pair<Boolean, Vector<Pair<Pair<OrdinaryMorphism, OrdinaryMorphism>, Pair<OrdinaryMorphism, OrdinaryMorphism>>>>>>) - Method in class agg.parser.ExcludeParser
A container stores all pairs with the information if two rules critic or not.
makeMatch(Rule, OrdinaryMorphism) - Method in class agg.xt_basis.BaseFactory
Makes a match for a rule and a morphism from the left hand side to a graph.
makeMatch(Rule, OrdinaryMorphism, String) - Method in class agg.xt_basis.BaseFactory
Makes a match for a rule and a morphism from the left hand side of a rule to the target graph of a morphism.
makeMatch(Rule) - Method in class agg.xt_basis.OrdinaryMorphism
Construct a Match of the specified Rule from this morphism .
makeTestStep(Match, boolean, boolean) - Static method in class agg.xt_basis.MatchHelper
 
makeWeakDiagram(OrdinaryMorphism, OrdinaryMorphism) - Method in class agg.xt_basis.OrdinaryMorphism
makeWeakDiagram: fuer DISAGG
Der vorliegende Homomorphismus (this) nimmt zwei weitere (theFirst, theSecond) als Input und wird selbst so vervollstaendigt, dass
theFirst o this <= theSecond
makeWeakDiagram(OrdinaryMorphism, OrdinaryMorphism, OrdinaryMorphism) - Method in class agg.xt_basis.OrdinaryMorphism
makeWeakDiagram: fuer DISAGG
Der vorliegende Homomorphismus (this) nimmt drei weitere (theFirst, theSecond, theThird) als Input und wird selbst so vervollstaendigt, dass Diagramm schwach kommutiert.
ManagedObject - Class in agg.attribute.impl
This intermediate class was designed without a special purpose.
ManagedObject(AttrTupleManager) - Constructor for class agg.attribute.impl.ManagedObject
A common constructor, so everybody knows where he belongs.
manager - Variable in class agg.attribute.impl.ManagedObject
A reference to the manager in case something is needed.
MAPPING_ADDED - Static variable in class agg.util.Change
code for the adding of a mapping.
MAPPING_REMOVED - Static variable in class agg.util.Change
code for the removing of a mapping.
MappingEvent - Exception in agg.xt_basis
This Exception is thrown by methods of the class OrdinaryMorphism, especially by addMapping(), to indicate a violation of some morphism property.
MappingEvent(String, GraphObject) - Constructor for exception agg.xt_basis.MappingEvent
Construct myself with the specified detail message and mapped/ unmapped object.
MappingEvent(String, GraphObject, GraphObject) - Constructor for exception agg.xt_basis.MappingEvent
Construct myself with the specified detail message and original and image object of the mapping.
mappings - Variable in class agg.attribute.impl.ContextCore
Table of mappings.
mapStyle - Variable in class agg.attribute.impl.ContextCore
Kind of mapping in this context, PLAIN_MAP or MATCH_MAP.
maskedView - Variable in class agg.attribute.view.impl.OpenViewSetting
 
MaskedViewSetting - Class in agg.attribute.view.impl
 
MaskedViewSetting(OpenViewSetting) - Constructor for class agg.attribute.view.impl.MaskedViewSetting
 
MATCH - Static variable in class agg.util.Debug
 
match - Variable in class agg.xt_basis.GraTraEvent
 
Match - Class in agg.xt_basis
This class is used to represent matches (morphism from the left side graph of a rule into a host graph).
Match() - Constructor for class agg.xt_basis.Match
 
Match(Rule, Graph) - Constructor for class agg.xt_basis.Match
 
MATCH_MAP - Static variable in interface agg.attribute.AttrMapping
Constant for the "match" mapping mode.
MATCH_TARGETS_DIFFER - Static variable in interface agg.attribute.impl.AttrMsgCode
 
MATCH_VALID - Static variable in class agg.xt_basis.GraTraEvent
 
matchChild2Parent(ValueTuple, ContextView) - Method in class agg.attribute.impl.ValueTuple
 
MatchHelper - Class in agg.xt_basis
 
MatchHelper() - Constructor for class agg.xt_basis.MatchHelper
 
matchTo(ValueMember, ContextView) - Method in class agg.attribute.impl.ValueMember
Perform matching with 'target' in the match context 'context'.
matchTo(ValueTuple, ContextView) - Method in class agg.attribute.impl.ValueTuple
Performs a match in a per-element-style.
MAX_SIZE_OF_EVENT_STACK - Static variable in class agg.attribute.impl.ChainedObserver
 
maxOverlapping - Variable in class agg.parser.ExcludePair
 
maxOverlapSize - Variable in class agg.parser.ExcludePair
 
Member - Class in agg.attribute.impl
 
Member() - Constructor for class agg.attribute.impl.Member
 
member - Variable in class agg.attribute.impl.TupleEvent
 
Member() - Static method in class agg.attribute.parser.javaExpr.JexParser
 
MEMBER_ADDED - Static variable in interface agg.attribute.AttrEvent
A new member was added.
MEMBER_DELETED - Static variable in interface agg.attribute.AttrEvent
A member was deleted.
MEMBER_DISABLED - Static variable in interface agg.attribute.AttrEvent
 
MEMBER_MARK - Static variable in interface agg.attribute.AttrEvent
 
MEMBER_MODIFIED - Static variable in interface agg.attribute.AttrEvent
A member was modified, no further specification.
MEMBER_MOVED - Static variable in interface agg.attribute.view.AttrViewEvent
A member was moved.
MEMBER_RENAMED - Static variable in interface agg.attribute.AttrEvent
A member was renamed.
MEMBER_RETYPED - Static variable in interface agg.attribute.AttrEvent
A member was retyped.
MEMBER_TO_DELETE - Static variable in interface agg.attribute.AttrEvent
A member to delete.
MEMBER_VALUE_CORRECTNESS - Static variable in interface agg.attribute.AttrEvent
The state of correctness of a member value has changed.
MEMBER_VALUE_MODIFIED - Static variable in interface agg.attribute.AttrEvent
The value of an attribute was modified.
MEMBER_VISIBILITY - Static variable in interface agg.attribute.view.AttrViewEvent
A member was shown or hidden .
memberChanged(int, AttrMember) - Method in class agg.attribute.impl.TupleObject
 
MemberName() - Static method in class agg.attribute.parser.javaExpr.JexParser
 
MemberNode - Class in agg.attribute.parser.javaExpr
 
members - Variable in class agg.attribute.impl.TupleObject
Container with members, all of which implement the AttrMember interface.
message - Variable in class agg.parser.ParserEvent
The message text from a event.
message - Variable in class agg.xt_basis.GraTraEvent
 
method - Variable in class agg.attribute.parser.javaExpr.OpMemberNode
 
MODIFIED - Static variable in class agg.util.Change
code for general modifications.
MorphCompletionStrategy - Class in agg.xt_basis
 
MorphCompletionStrategy() - Constructor for class agg.xt_basis.MorphCompletionStrategy
 
MorphCompletionStrategy(BitSet) - Constructor for class agg.xt_basis.MorphCompletionStrategy
Attach myself to given ALR morphism completion strategy.
morphcopy() - Method in class agg.xt_basis.OrdinaryMorphism
Make a copy of the source graph, copy of the target graph, and the homomorphism on both graphs.
Morphism - Interface in agg.xt_basis
Minimal interface for (read only) operation on a graph morphism.
moveCursor - Variable in class agg.attribute.util.TableRowDragger
 
MOVED - Static variable in class agg.attribute.util.RowDragEvent
 
moveEntryFromExcludeToConflictFreeContainer(Rule, Rule) - Method in class agg.parser.ExcludePairContainer
 
moveRule(int, int) - Method in class agg.ruleappl.RuleSequence
 
moveRuleInsideSequence(int, int, int) - Method in class agg.ruleappl.ApplRuleSequence
 
moveRuleSequence(int, int) - Method in class agg.ruleappl.ApplRuleSequence
 
moveSlotAppending(AttrTuple, int, int) - Method in interface agg.attribute.view.AttrViewSetting
Moves the member at "srcSlot" to "destSlot", appending-wise.
moveSlotAppending(AttrTuple, int, int) - Method in class agg.attribute.view.impl.ViewSetting
 
moveSlotInserting(AttrTuple, int, int) - Method in interface agg.attribute.view.AttrViewSetting
Moves the member at "srcSlot" to "destSlot", inserting-wise.
moveSlotInserting(AttrTuple, int, int) - Method in class agg.attribute.view.impl.MaskedViewSetting
 
moveSlotInserting(AttrTuple, int, int) - Method in class agg.attribute.view.impl.OpenViewSetting
 
moveSlotInserting(int, int) - Method in class agg.attribute.view.impl.SlotSequence
 
moveSlotInserting(int, int) - Method in class agg.attribute.view.impl.TupleFormat
Moves the member at "srcSlot" to "destSlot", inserting-wise.
moveTo(Node, int) - Method in class agg.xt_basis.TypeGraph
 
moveTo(Arc, int) - Method in class agg.xt_basis.TypeGraph
 
msgCode - Variable in exception agg.attribute.impl.AttrImplException
 
MultiplicativeExpression() - Static method in class agg.attribute.parser.javaExpr.JexParser
 
myDefaultInstance - Static variable in class agg.attribute.impl.AttrTupleManager
 
myOnlyInstance - Static variable in class agg.attribute.facade.impl.DefaultEditorFacade
 
myOnlyInstance - Static variable in class agg.attribute.facade.impl.DefaultInformationFacade
 
myOnlyInstance - Static variable in class agg.attribute.facade.impl.DefaultTransformationFacade
 

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