Interface IBlock
- All Superinterfaces:
IClass,IElement,IEntity,IHyperlinkOwner,INamedElement
Interface for Blocks.
- Since:
- sysml 1.1
-
Field Summary
Fields inherited from interface com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY -
Method Summary
Modifier and TypeMethodDescriptionGet constraint properties.Get constraint flow properties(Parent:Block or InterfaceBlock).IPort[]Get Full Ports.getParts()Get constraint parts.IPort[]Get Proxy Ports.Get constraint references.Get Block's values.Not implemented yet. Get value properties on parametric diagram.Methods inherited from interface com.change_vision.jude.api.inf.model.IClass
getAttributes, getGeneralizations, getNestedClasses, getOperations, getPorts, getSpecializations, getTemplateBindings, getTemplateParameters, isAbstract, isActive, isLeaf, isPrimitiveType, setAbstract, setActive, setLeafMethods inherited from interface com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValue, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifierMethods inherited from interface com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinksMethods inherited from interface 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
-
Method Details
-
getParts
IAttribute[] getParts()Get constraint parts.- Returns:
- the array of parts, Return the empty array in case there is none.
- Since:
- sysml 1.1
-
getReferences
IAttribute[] getReferences()Get constraint references.- Returns:
- the array of parts, Return the empty array in case there is none.
- Since:
- sysml 1.1
-
getFlowProperties
IFlowProperty[] getFlowProperties()Get constraint flow properties(Parent:Block or InterfaceBlock).- Returns:
- the array of flow properties, Return the empty array in case there is none.
- Since:
- sysml 1.1
-
getValueProperties
IValueProperty[] getValueProperties()Not implemented yet. Get value properties on parametric diagram.- Returns:
- the array of value properties on parametric diagram, Return the empty array in case there is none.
- Since:
- sysml 1.1
-
getValueAttributes
IValueAttribute[] getValueAttributes()Get Block's values.- Returns:
- the array of value attributes, Return the empty array in case there is none.
- Since:
- sysml 1.1
-
getFullPorts
IPort[] getFullPorts()Get Full Ports.- Returns:
- the array of Full Ports. Return the empty array if there is none.
-
getProxyPorts
IPort[] getProxyPorts()Get Proxy Ports.- Returns:
- the array of Proxy Ports. Return the empty array if there is none.
-
getConstraintProperties
IConstraintProperty[] getConstraintProperties()Get constraint properties.- Returns:
- the array of constraint properties, Return the empty array in case there is none.
- Since:
- sysml 1.1
-