| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.valueset |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
PropositionDefinition.attribute(String name) |
Attribute |
AbstractPropositionDefinition.attribute(String name) |
Attribute |
AttributeBuilder.build() |
Attribute |
PropertyDefinition.getAttribute(String name) |
Attribute[] |
PropositionDefinition.getAttributes() |
Attribute[] |
PropertyDefinition.getAttributes() |
Attribute[] |
AbstractPropositionDefinition.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPropositionDefinition.setAttributes(Attribute[] attributes) |
| Constructor and Description |
|---|
PropertyDefinition(String propId,
String id,
String displayName,
ValueType valueType,
String valueSetId,
String declaringPropId,
Attribute[] attributes)
Initializes the property definition with a displayName, a value type and a
value set.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute[] |
ValueSetElement.getAttributes() |
| Constructor and Description |
|---|
ValueSetElement(Value value,
String displayName,
String abbrevDisplayName,
Attribute[] attributes)
Instantiates a value of a value set.
|
Copyright © 2012–2018 Emory University. All rights reserved.