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

com.change_vision.jude.api.inf.model.IConstraintBlock
All Superinterfaces:
IClass, IElement, IEntity, IHyperlinkOwner, INamedElement
All Implemented Interfaces:
IClass, IElement, IEntity, IHyperlinkOwner, INamedElement

public abstract IConstraintBlock
extends IClass

Interface for Constraint Blocks.

Since:
sysml 1.1

Field Summary
 
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
Method Summary
abstract  IConstraintParameter[] getConstraintParameters()
          Get constraint parameters.
abstract  IConstraintProperty[] getConstraintProperties()
          Get constraint properties.
 
Methods inherited from class com.change_vision.jude.api.inf.model.IClass
getAttributes, getGeneralizations, getNestedClasses, getOperations, getPorts, getSpecializations, getTemplateBindings, getTemplateParameters, isAbstract, isActive, isLeaf, isPrimitiveType, setAbstract, setActive, setLeaf
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValue, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

Method Detail

getConstraintProperties

abstract IConstraintProperty[] getConstraintProperties()
Get constraint properties.

Returns:
the array of constraint properties, Return the empty array in case there is none.
Since:
sysml 1.1

getConstraintParameters

abstract IConstraintParameter[] getConstraintParameters()
Get constraint parameters.

Returns:
the array of constraint parameters, Return the empty array in case there is none.
Since:
sysml 1.1