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

Packages that use OclNode.LiteralExp
de.interactive_instruments.ShapeChange.Ocl   
de.interactive_instruments.ShapeChange.Target.XmlSchema   
de.interactive_instruments.ShapeChange.TargetHelper   
 

Uses of OclNode.LiteralExp in de.interactive_instruments.ShapeChange.Ocl
 

Subclasses of OclNode.LiteralExp in de.interactive_instruments.ShapeChange.Ocl
static class OclNode.BooleanLiteralExp
          A BooleanLiteralExp OclNode represents a boolean value.
static class OclNode.ClassLiteralExp
          A ClassLiteralExp OclNode represents a class from the model.
static class OclNode.DateTimeLiteralExp
          A DateTimeLiteralExp OclNode represents a defined date and time or if constructed without a parameter the current date and time.
static class OclNode.EnumerationLiteralExp
          A EnumerationLiteralExp represents a property of a enumeration or codelist class from the model.
static class OclNode.IntegerLiteralExp
          A IntegerLiteralExp OclNode represents an integer value.
static class OclNode.OclVoidLiteralExp
          A OclVoidLiteralExp OclNode represents the 'null' item, which is of type OclVoid.
static class OclNode.PackageLiteralExp
          A PackageLiteral OclNode represents a UML package.
static class OclNode.RealLiteralExp
          A RealLiteralExp OclNode represents a real value.
static class OclNode.StringLiteralExp
          A StringLiteralExp OclNode represents a String value.
 

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

Methods in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type OclNode.LiteralExp
protected  SchematronConstraintNode SchematronSchema.translateConstraintLiteralToSchematronNode(OclNode.LiteralExp lit, SchematronConstraintNode enclosing, boolean negate)
          This method is supposed to transform the OclNode Literals to an intermediary node structure which is suited for PL/SQL generation.
 

Constructors in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type OclNode.LiteralExp
SchematronConstraintNode.Literal(SchematronSchema schemaObject, OclNode.LiteralExp lit, boolean neg)
          Ctor
 

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

Methods in de.interactive_instruments.ShapeChange.TargetHelper with parameters of type OclNode.LiteralExp
protected  XpathConstraintNode XpathHelper.translateConstraintLiteralToSchematronNode(OclNode.LiteralExp lit, XpathConstraintNode enclosing, boolean negate)
          This method is supposed to transform the OclNode Literals to an intermediary node structure which is suited for PL/SQL generation.
 

Constructors in de.interactive_instruments.ShapeChange.TargetHelper with parameters of type OclNode.LiteralExp
XpathConstraintNode.Literal(XpathHelper xpathHelper, OclNode.LiteralExp lit, boolean neg)
          Ctor
 



Copyright © 2015. All rights reserved.