@Portable public class Relation extends Expression
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
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 |
---|---|
boolean |
equals(Object o) |
List<InformationItem> |
getColumn() |
List<List> |
getRow() |
int |
hashCode() |
asDMNModelInstrumentedBase, getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
public Relation()
public Relation(Id id, Description description, QName typeRef, List<InformationItem> column, List<List> row)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.