com.change_vision.jude.api.inf.model
Interface IConstraint

com.change_vision.jude.api.inf.model.IConstraint
All Implemented Interfaces:
IElement, INamedElement

public IConstraint
extends INamedElement

Interface for Constraint.


Method Summary
abstract  IElement[] getConstrainedElement()
          Get the constrained elements.
abstract  String getSpecification()
          Get Specification.
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
getComments, getId, getOwner, getStereotypes, getTaggedValues
 

Method Detail

getConstrainedElement

public abstract IElement[] getConstrainedElement()
Get the constrained elements.

Returns:
the array of elements. Return the empty array if there is none.

getSpecification

public abstract String getSpecification()
Get Specification.

Returns:
Specification Contents