@Portable public class Relation extends Expression
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace| Modifier and Type | Field and Description |
|---|---|
static int |
STATIC_COLUMNS |
componentWidths, typeRefdescription, id| Constructor and Description |
|---|
Relation() |
Relation(Id id,
Description description,
QName typeRef,
List<InformationItem> column,
List<List> row) |
| Modifier and Type | Method and Description |
|---|---|
Relation |
copy()
It represents a contract for all subclasses of
Expression. |
boolean |
equals(Object o) |
List<InformationItem> |
getColumn() |
List<HasTypeRef> |
getHasTypeRefs() |
int |
getRequiredComponentWidthCount()
Returns the expected number of components to correctly represent an
Expression in the editor. |
List<List> |
getRow() |
int |
hashCode() |
asDMNModelInstrumentedBase, getComponentWidths, getTypeRef, setTypeRefgetDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentpublic static final int STATIC_COLUMNS
public Relation()
public Relation(Id id, Description description, QName typeRef, List<InformationItem> column, List<List> row)
public Relation copy()
ExpressionExpression.
Its purpose is to exploit polymorphism when we deeply copy the Expression boxed inside the Decisioncopy in class Expressionpublic List<InformationItem> getColumn()
public List<HasTypeRef> getHasTypeRefs()
getHasTypeRefs in interface HasTypeRefsgetHasTypeRefs in class Expressionpublic int getRequiredComponentWidthCount()
HasComponentWidthsExpression in the editor.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.