Uses of Interface
de.interactive_instruments.ShapeChange.Model.Constraint

Packages that use Constraint
de.interactive_instruments.ShapeChange.Model   
de.interactive_instruments.ShapeChange.Model.EA   
de.interactive_instruments.ShapeChange.Model.Generic   
de.interactive_instruments.ShapeChange.Model.Xmi10   
us.mitre.ShapeChange.Model.GSIP   
 

Uses of Constraint in de.interactive_instruments.ShapeChange.Model
 

Subinterfaces of Constraint in de.interactive_instruments.ShapeChange.Model
 interface OclConstraint
          The interface OclConstraint handles constraints specified in Object Constraint Language (OCL).
 interface TextConstraint
          The interface TextConstraint handles objects, which contain a constraint, other than an OCL constraint, which in the view of ShapeChange's model objects is just simple text.
 

Classes in de.interactive_instruments.ShapeChange.Model that implement Constraint
 class OclConstraintImpl
          The OclConstraintImpl class is the common root of all OclConstraint interface implementations of the supported input models.
 class TextConstraintImpl
          The TextConstraintImpl class is the common root of all TextConstraint interface implementations of the supported input models.
 

Methods in de.interactive_instruments.ShapeChange.Model that return types with arguments of type Constraint
 Vector<Constraint> PropertyInfo.constraints()
           
 Vector<Constraint> ClassInfo.constraints()
           
 

Uses of Constraint in de.interactive_instruments.ShapeChange.Model.EA
 

Classes in de.interactive_instruments.ShapeChange.Model.EA that implement Constraint
 class OclConstraintEA
          This implements the OclConstraint interface for the Enterprise Architect model platform.
 class TextConstraintEA
          This is the implementation of TextConstraint for the Enterprise Architect model source.
 

Fields in de.interactive_instruments.ShapeChange.Model.EA with type parameters of type Constraint
protected  Vector<Constraint> PropertyInfoEA.constraintsCache
          Cache set of constraints
protected  Vector<Constraint> ClassInfoEA.constraintsCache
          Cache set of constraints
 

Methods in de.interactive_instruments.ShapeChange.Model.EA that return types with arguments of type Constraint
 Vector<Constraint> PropertyInfoEA.constraints()
          This method returns the constraints associated with the class.
 Vector<Constraint> ClassInfoEA.constraints()
          This method returns the constraints associated with the class.
 

Uses of Constraint in de.interactive_instruments.ShapeChange.Model.Generic
 

Classes in de.interactive_instruments.ShapeChange.Model.Generic that implement Constraint
 class GenericOclConstraint
           
 class GenericTextConstraint
           
 

Fields in de.interactive_instruments.ShapeChange.Model.Generic with type parameters of type Constraint
protected  Vector<Constraint> GenericPropertyInfo.constraints
           
protected  Vector<Constraint> GenericClassInfo.constraints
          Not null
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic that return types with arguments of type Constraint
 Vector<Constraint> GenericPropertyInfo.constraints()
           
 Vector<Constraint> GenericClassInfo.constraints()
           
 

Method parameters in de.interactive_instruments.ShapeChange.Model.Generic with type arguments of type Constraint
 void GenericClassInfo.addConstraints(Vector<Constraint> newConstraints)
           
 void GenericPropertyInfo.setConstraints(Vector<Constraint> constraints)
           
 void GenericClassInfo.setConstraints(Vector<Constraint> constraints)
           
 

Constructors in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type Constraint
GenericTextConstraint(GenericClassInfo genCi, Constraint origCon)
           
GenericTextConstraint(GenericPropertyInfo genPi, Constraint origCon)
           
 

Uses of Constraint in de.interactive_instruments.ShapeChange.Model.Xmi10
 

Classes in de.interactive_instruments.ShapeChange.Model.Xmi10 that implement Constraint
 class OclConstraintXmi10
          This implements the OclConstraint interface for the XMI 1.0 model platform.
 

Methods in de.interactive_instruments.ShapeChange.Model.Xmi10 that return types with arguments of type Constraint
 Vector<Constraint> PropertyInfoXmi10.constraints()
           
 Vector<Constraint> ClassInfoXmi10.constraints()
           
 

Uses of Constraint in us.mitre.ShapeChange.Model.GSIP
 

Classes in us.mitre.ShapeChange.Model.GSIP that implement Constraint
 class OclConstraintGSIP
           This implements the OclConstraint interface for the Enterprise Architect model platform.
 class TextConstraintGSIP
          This is the implementation of TextConstraint for the Enterprise Architect model source.
 

Fields in us.mitre.ShapeChange.Model.GSIP with type parameters of type Constraint
protected  Vector<Constraint> PropertyInfoGSIP.constraintsCache
          Cache set of constraints
protected  Vector<Constraint> ClassInfoGSIP.constraintsCache
          Cache set of constraints
 

Methods in us.mitre.ShapeChange.Model.GSIP that return types with arguments of type Constraint
 Vector<Constraint> PropertyInfoGSIP.constraints()
          This method returns the constraints associated with the class.
 Vector<Constraint> ClassInfoGSIP.constraints()
           
 

Methods in us.mitre.ShapeChange.Model.GSIP with parameters of type Constraint
 void ClassInfoGSIP.addConstraint(Constraint c)
           
 



Copyright © 2015. All rights reserved.