|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureInvocationException | |
de.tuberlin.cs.cis.ocl.eval.instance | Provides classes for representing the instance level of OCL. |
de.tuberlin.cs.cis.ocl.example.eval | Provides classes implementing an example instance level of a model. |
de.tuberlin.cs.cis.ocl.model.eval | Provides classes to describe the instance level of arbitrary models in terms of OCL. |
de.tuberlin.cs.cis.ocl.model.mofbridge | Provides classes bridging MOF model information to implement this framework's model interface and thus supporting validation of OCL constraints on MOF compliant metamodels. |
Uses of FeatureInvocationException in de.tuberlin.cs.cis.ocl.eval.instance |
Methods in de.tuberlin.cs.cis.ocl.eval.instance that throw FeatureInvocationException | |
Instance |
Instance.invoke(Property op,
Instance[] args)
Invokes an operation on this instance. |
Instance |
Instance.navigate(Property assoc,
Instance[] qualifiers)
Navigates an association of this instance. |
Instance |
Instance.getValue(Property attr)
Returns the value of an attribut of this instance. |
Instance |
PredefinedInstance.getValue(Property attr)
|
Instance |
PredefinedInstance.invoke(Property operation,
Instance[] args)
|
Instance |
PredefinedInstance.navigate(Property assoc,
Instance[] qualifiers)
|
Uses of FeatureInvocationException in de.tuberlin.cs.cis.ocl.example.eval |
Methods in de.tuberlin.cs.cis.ocl.example.eval that throw FeatureInvocationException | |
InstanceDescriptor |
ExampleInstanceDesc.getValue(TypedProperty attribute)
|
InstanceDescriptor |
ExampleInstanceDesc.invoke(TypedProperty operation,
InstanceDescriptor[] args)
|
InstanceDescriptor[] |
ExampleInstanceDesc.navigate(TypedAssociation association,
Instance[] qualifiers)
|
Uses of FeatureInvocationException in de.tuberlin.cs.cis.ocl.model.eval |
Methods in de.tuberlin.cs.cis.ocl.model.eval that throw FeatureInvocationException | |
InstanceDescriptor |
InstanceDescriptor.invoke(TypedProperty operation,
InstanceDescriptor[] args)
Invokes an operation on this instance with the arguments args. |
InstanceDescriptor[] |
InstanceDescriptor.navigate(TypedAssociation association,
Instance[] qualifiers)
Navigates an association of this instance with the specified qualifiers. |
InstanceDescriptor |
InstanceDescriptor.getValue(TypedProperty attribute)
Returns the value of the specified attribute. |
Uses of FeatureInvocationException in de.tuberlin.cs.cis.ocl.model.mofbridge |
Methods in de.tuberlin.cs.cis.ocl.model.mofbridge that throw FeatureInvocationException | |
InstanceDescriptor |
MofInstance.getValue(TypedProperty attribute)
|
InstanceDescriptor |
MofInstance.invoke(TypedProperty operation,
InstanceDescriptor[] args)
|
InstanceDescriptor[] |
MofInstance.navigate(TypedAssociation association,
Instance[] qualifiers)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |