public class Attribute extends CadlEntity implements HasFormula
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
QuantifiedExpression |
getFormula() |
org.openrdf.model.URI |
getType() |
void |
setFormula(QuantifiedExpression e) |
equals, getId, hashCode, setIdpublic org.openrdf.model.URI getType()
getType in class CadlEntitypublic void setFormula(QuantifiedExpression e)
setFormula in interface HasFormulapublic QuantifiedExpression getFormula()
getFormula in interface HasFormulaCopyright © 2019. All rights reserved.