@Original public abstract class AbstractConceptDataCardinality extends Object implements ConceptDataCardinalityExpression, DataRoleArg
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConceptDataCardinality(int n,
DataRoleExpression R,
DataExpression E) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCardinality()
get access to the argument
|
DataRoleExpression |
getDataRoleExpression()
get access to the argument
|
DataExpression |
getExpr()
get access to the argument
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptacceptprotected AbstractConceptDataCardinality(int n,
DataRoleExpression R,
DataExpression E)
@PortedFrom(file="tDLExpression.h", name="getNumber") public int getCardinality()
NumberArggetCardinality in interface NumberArgpublic DataRoleExpression getDataRoleExpression()
getDataRoleExpression in interface DataRoleArg@PortedFrom(file="tDLExpression.h", name="getExpr") public DataExpression getExpr()
DataExpressionArggetExpr in interface DataExpressionArg<DataExpression>Copyright © 2013 The University of Manchester. All Rights Reserved.