Package | Description |
---|---|
com.zementis.adapa.models.api.info |
Classes that encapsulate information about available models.
|
Modifier and Type | Method and Description |
---|---|
List<FieldInformation> |
ModelInformation.getFields()
Return the
List of fields defined in the model. |
List<FieldInformation> |
ModelInformation.getFields(FieldInformation.Usage usageType)
Return the
List of fields defined in the model that matches the provided usage type. |
List<FieldInformation> |
ModelInformation.getInputFields()
Return the
List of input fields represented by FieldInformation . |
List<FieldInformation> |
ModelInformation.getOutputFields()
Return the
List of output fields represented by FieldInformation . |
Constructor and Description |
---|
ModelInformation(String name,
String description,
String timestamp,
List<FieldInformation> fields,
boolean isTargetAnInput,
Status status) |
Copyright © 2005–2017 Zementis, Inc.. All rights reserved.