|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constraint | |
org.eclipse.uml2 | |
org.eclipse.uml2.util |
Uses of Constraint in org.eclipse.uml2 |
Subinterfaces of Constraint in org.eclipse.uml2 | |
interface |
DurationConstraint
A representation of the model object 'Duration Constraint' |
interface |
InteractionConstraint
A representation of the model object 'Interaction Constraint' |
interface |
IntervalConstraint
A representation of the model object 'Interval Constraint' |
interface |
TimeConstraint
A representation of the model object 'Time Constraint' |
Methods in org.eclipse.uml2 that return Constraint | |
Constraint |
UML2Factory.createConstraint()
Returns a new object of class 'Constraint' |
Constraint |
Transition.getGuard()
Returns the value of the 'Guard' containment reference |
Constraint |
Transition.createGuard(EClass eClass)
Creates a Constraint and sets the 'Guard' containment reference |
Constraint |
StateInvariant.getInvariant()
Returns the value of the 'Invariant' containment reference |
Constraint |
StateInvariant.createInvariant(EClass eClass)
Creates a Constraint and sets the 'Invariant' containment reference |
Constraint |
State.getStateInvariant()
Returns the value of the 'State Invariant' containment reference |
Constraint |
State.createStateInvariant(EClass eClass)
Creates a Constraint and sets the 'State Invariant' containment reference |
Constraint |
ProtocolTransition.getPostCondition()
Returns the value of the 'Post Condition' containment reference |
Constraint |
ProtocolTransition.createPostCondition(EClass eClass)
Creates a Constraint and sets the 'Post Condition' containment reference |
Constraint |
ProtocolTransition.getPreCondition()
Returns the value of the 'Pre Condition' reference |
Constraint |
ParameterSet.getCondition(String unqualifiedName)
Retrieves the Constraint with the specified name from the 'Condition' containment reference list |
Constraint |
ParameterSet.createCondition(EClass eClass)
Creates a Constraint and appends it to the 'Condition' containment reference list |
Constraint |
Operation.getPrecondition(String unqualifiedName)
Retrieves the Constraint with the specified name from the 'Precondition' reference list |
Constraint |
Operation.getPostcondition(String unqualifiedName)
Retrieves the Constraint with the specified name from the 'Postcondition' reference list |
Constraint |
Operation.getBodyCondition()
Returns the value of the 'Body Condition' reference |
Constraint |
Namespace.getOwnedRule(String unqualifiedName)
Retrieves the Constraint with the specified name from the 'Owned Rule' containment reference list |
Constraint |
Namespace.createOwnedRule(EClass eClass)
Creates a Constraint and appends it to the 'Owned Rule' containment reference list |
Constraint |
Extend.getCondition()
Returns the value of the 'Condition' containment reference |
Constraint |
Extend.createCondition(EClass eClass)
Creates a Constraint and sets the 'Condition' containment reference |
Constraint |
Behavior.getPrecondition(String unqualifiedName)
Retrieves the Constraint with the specified name from the 'Precondition' reference list |
Constraint |
Behavior.getPostcondition(String unqualifiedName)
Retrieves the Constraint with the specified name from the 'Postcondition' reference list |
Constraint |
Action.getLocalPrecondition(String unqualifiedName)
Retrieves the Constraint with the specified name from the 'Local Precondition' containment reference list |
Constraint |
Action.createLocalPrecondition(EClass eClass)
Creates a Constraint and appends it to the 'Local Precondition' containment reference list |
Constraint |
Action.getLocalPostcondition(String unqualifiedName)
Retrieves the Constraint with the specified name from the 'Local Postcondition' containment reference list |
Constraint |
Action.createLocalPostcondition(EClass eClass)
Creates a Constraint and appends it to the 'Local Postcondition' containment reference list |
Methods in org.eclipse.uml2 with parameters of type Constraint | |
void |
Transition.setGuard(Constraint value)
Sets the value of the ' Guard ' containment reference |
void |
StateInvariant.setInvariant(Constraint value)
Sets the value of the ' Invariant ' containment reference |
void |
State.setStateInvariant(Constraint value)
Sets the value of the ' State Invariant ' containment reference |
void |
ProtocolTransition.setPostCondition(Constraint value)
Sets the value of the ' Post Condition ' containment reference |
void |
ProtocolTransition.setPreCondition(Constraint value)
Sets the value of the ' Pre Condition ' reference |
void |
ProtocolTransition.setGuard(Constraint value)
|
void |
Operation.setBodyCondition(Constraint value)
Sets the value of the ' Body Condition ' reference |
void |
Extend.setCondition(Constraint value)
Sets the value of the ' Condition ' containment reference |
Uses of Constraint in org.eclipse.uml2.util |
Methods in org.eclipse.uml2.util with parameters of type Constraint | |
boolean |
UML2Validator.validateConstraint(Constraint constraint,
DiagnosticChain diagnostics,
Map context)
|
boolean |
UML2Validator.validateConstraint_validateNotApplyToSelf(Constraint constraint,
DiagnosticChain diagnostics,
Map context)
Validates the validateNotApplyToSelf constraint of 'Constraint' |
Object |
UML2Switch.caseConstraint(Constraint object)
Returns the result of interpretting the object as an instance of 'Constraint' |
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |