Uses of Class
de.interactive_instruments.ShapeChange.Ocl.OclNode.AttributeCallExp

Packages that use OclNode.AttributeCallExp
de.interactive_instruments.ShapeChange.Target.XmlSchema   
de.interactive_instruments.ShapeChange.TargetHelper   
 

Uses of OclNode.AttributeCallExp in de.interactive_instruments.ShapeChange.Target.XmlSchema
 

Fields in de.interactive_instruments.ShapeChange.Target.XmlSchema declared as OclNode.AttributeCallExp
protected  OclNode.AttributeCallExp SchematronConstraintNode.Attribute.AttrComp.absAttr
           
protected  OclNode.AttributeCallExp SchematronConstraintNode.Attribute.AttrComp.main
           
 

Methods in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type OclNode.AttributeCallExp
 void SchematronConstraintNode.Attribute.appendAbsorbedAttribute(int absorptionType, OclNode.AttributeCallExp attr)
          This method marks the last attribute component as being absorbed by the construct before.
 void SchematronConstraintNode.Attribute.appendAttribute(OclNode.AttributeCallExp aex)
          Append another AttributeCallExp and associated layout info as an additional qualification.
protected  SchematronConstraintNode SchematronSchema.translateConstraintAttributeToSchematronNode(OclNode.AttributeCallExp attr, SchematronConstraintNode enclosing, boolean negate)
          This method converts AttibuteCallExp objects into intermediary SchematronConstraintsNodes in a first step to realize these in Xpath code.
 

Constructors in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type OclNode.AttributeCallExp
SchematronConstraintNode.Attribute.AttrComp(OclNode.AttributeCallExp at)
           
SchematronConstraintNode.Attribute(SchematronSchema schemaObject, OclNode.AttributeCallExp attr, boolean negated)
          Ctor - starting from AttributeCallExp
 

Uses of OclNode.AttributeCallExp in de.interactive_instruments.ShapeChange.TargetHelper
 

Fields in de.interactive_instruments.ShapeChange.TargetHelper declared as OclNode.AttributeCallExp
protected  OclNode.AttributeCallExp XpathConstraintNode.Attribute.AttrComp.absAttr
           
protected  OclNode.AttributeCallExp XpathConstraintNode.Attribute.AttrComp.main
           
 

Methods in de.interactive_instruments.ShapeChange.TargetHelper with parameters of type OclNode.AttributeCallExp
 void XpathConstraintNode.Attribute.appendAbsorbedAttribute(int absorptionType, OclNode.AttributeCallExp attr)
          This method marks the last attribute component as being absorbed by the construct before.
 void XpathConstraintNode.Attribute.appendAttribute(OclNode.AttributeCallExp aex)
          Append another AttributeCallExp and associated layout info as an additional qualification.
protected  XpathConstraintNode XpathHelper.translateConstraintAttributeToSchematronNode(OclNode.AttributeCallExp attr, XpathConstraintNode enclosing, boolean negate)
          This method converts AttibuteCallExp objects into intermediary SchematronConstraintsNodes in a first step to realize these in Xpath code.
 

Constructors in de.interactive_instruments.ShapeChange.TargetHelper with parameters of type OclNode.AttributeCallExp
XpathConstraintNode.Attribute.AttrComp(OclNode.AttributeCallExp at)
           
XpathConstraintNode.Attribute(XpathHelper xpathHelper, OclNode.AttributeCallExp attr, boolean negated)
          Ctor - starting from AttributeCallExp
 



Copyright © 2015. All rights reserved.