@Portable public class Relation extends Expression
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
Modifier and Type | Field and Description |
---|---|
static int |
STATIC_COLUMNS |
componentWidths, typeRef
description, 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, setTypeRef
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
public static final int STATIC_COLUMNS
public Relation()
public Relation(Id id, Description description, QName typeRef, List<InformationItem> column, List<List> row)
public Relation copy()
Expression
Expression
.
Its purpose is to exploit polymorphism when we deeply copy the Expression boxed inside the Decision
copy
in class Expression
public List<InformationItem> getColumn()
public List<HasTypeRef> getHasTypeRefs()
getHasTypeRefs
in interface HasTypeRefs
getHasTypeRefs
in class Expression
public int getRequiredComponentWidthCount()
HasComponentWidths
Expression
in the editor.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.