public class ExpressionConceptFunctionDefinitionAttribute extends ConceptFunctionDefinitionAttribute
ExpressionConceptFunction
NamedObj.ContainedObjectsIterator
Modifier and Type | Field and Description |
---|---|
Parameter |
argumentDomainOntologies
The parameter that holds the array of strings that name
the domain ontologies for the arguments for the concept function.
|
Parameter |
argumentNames
The parameter that holds the array of strings that name
the arguments for the concept function.
|
StringParameter |
conceptFunctionExpression
The string that represents the boolean expression of the concept function.
|
Parameter |
constrainFunctionToBeMonotonic
Parameter to select whether the concept function defined by this
attribute must be monotonic.
|
Parameter |
numberOfArgumentsIsFixed
Parameter to select whether the number of arguments
for the concept function is fixed.
|
StringParameter |
outputRangeOntologyName
The name of the ontology that specifies the range of concepts
for the concept function output.
|
_changeListeners, _changeLock, _changeRequests, _debugging, _debugListeners, _deferChangeRequests, _elementName, _isPersistent, _verbose, _workspace, ATTRIBUTES, CLASSNAME, COMPLETE, CONTENTS, DEEP, FULLNAME, LINKS
Constructor and Description |
---|
ExpressionConceptFunctionDefinitionAttribute(CompositeEntity container,
java.lang.String name)
Construct the ExpressionConceptFunctionDefinitionAttribute attribute
with the given container and name.
|
Modifier and Type | Method and Description |
---|---|
ExpressionConceptFunction |
createConceptFunction()
Return the concept function defined by this attribute's expression.
|
_checkContainer, _getContainedObject, _propagateExistence, clone, getContainer, moveDown, moveToFirst, moveToIndex, moveToLast, moveUp, setContainer, setName, updateContent
_addAttribute, _adjustOverride, _attachText, _cloneFixAttributeFields, _containedDecorators, _copyChangeRequestList, _debug, _debug, _debug, _debug, _debug, _description, _executeChangeRequests, _exportMoMLContents, _getIndentPrefix, _isMoMLSuppressed, _markContentsDerived, _notifyHierarchyListenersAfterChange, _notifyHierarchyListenersBeforeChange, _propagateValue, _removeAttribute, _splitName, _stripNumericSuffix, _validateSettables, addChangeListener, addDebugListener, addHierarchyListener, attributeChanged, attributeDeleted, attributeList, attributeList, attributeTypeChanged, clone, containedObjectsIterator, decorators, deepContains, depthInHierarchy, description, description, event, executeChangeRequests, exportMoML, exportMoML, exportMoML, exportMoML, exportMoML, exportMoMLPlain, getAttribute, getAttribute, getAttributes, getChangeListeners, getClassName, getDecoratorAttribute, getDecoratorAttributes, getDerivedLevel, getDerivedList, getDisplayName, getElementName, getFullName, getModelErrorHandler, getName, getName, getPrototypeList, getSource, handleModelError, isDeferringChangeRequests, isOverridden, isPersistent, lazyContainedObjectsIterator, message, notifyOfNameChange, propagateExistence, propagateValue, propagateValues, removeAttribute, removeChangeListener, removeDebugListener, removeHierarchyListener, requestChange, setClassName, setDeferringChangeRequests, setDerivedLevel, setDisplayName, setModelErrorHandler, setPersistent, setSource, sortContainedObjects, toplevel, toString, uniqueName, validateSettables, workspace
public Parameter argumentDomainOntologies
public Parameter argumentNames
public StringParameter conceptFunctionExpression
public Parameter constrainFunctionToBeMonotonic
public Parameter numberOfArgumentsIsFixed
public StringParameter outputRangeOntologyName
public ExpressionConceptFunctionDefinitionAttribute(CompositeEntity container, java.lang.String name) throws IllegalActionException, NameDuplicationException
container
- The container.name
- The name of this attribute.IllegalActionException
- If the entity cannot be contained
by the proposed container.NameDuplicationException
- If the container already has an
actor with this name.public ExpressionConceptFunction createConceptFunction() throws IllegalActionException
createConceptFunction
in class ConceptFunctionDefinitionAttribute
IllegalActionException
- If there is an error
creating the conceptFunction.