public class SchemaStatistic extends Object
Constructor and Description |
---|
SchemaStatistic(String schemaName,
PackageInfo schemaPackage) |
Modifier and Type | Method and Description |
---|---|
void |
add(ClassStatistic cs) |
void |
computeStatistics() |
List<ClassStatistic> |
getClassStatistics() |
String |
getSchemaName() |
int |
numberOfFeatureRelationships() |
int |
numberOfProperties() |
double |
percentOfFeatureRelationships() |
public SchemaStatistic(String schemaName, PackageInfo schemaPackage)
public void add(ClassStatistic cs)
public String getSchemaName()
public List<ClassStatistic> getClassStatistics()
public void computeStatistics()
public double percentOfFeatureRelationships()
public int numberOfProperties()
public int numberOfFeatureRelationships()
Copyright © 2017. All rights reserved.