public static enum OTA.OTAClass extends Enum<OTA.OTAClass>
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.ontology.OntClass |
createOntClass(com.hp.hpl.jena.ontology.OntModel model) |
String |
getNS() |
com.hp.hpl.jena.ontology.OntClass |
getOntClass(com.hp.hpl.jena.ontology.OntModel model) |
static OTA.OTAClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTA.OTAClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OTA.OTAClass DescriptorCalculation
public static final OTA.OTAClass PatternMining
public static final OTA.OTAClass PharmacophoreGeneration
public static final OTA.OTAClass PhysicoChemical
public static final OTA.OTAClass QuantumChemical
public static final OTA.OTAClass SimilarityDistance
public static final OTA.OTAClass Topological
public static final OTA.OTAClass MSDMTox
public static final OTA.OTAClass Clustering
public static final OTA.OTAClass Learning
public static final OTA.OTAClass Classification
public static final OTA.OTAClass EagerLearning
public static final OTA.OTAClass LazyLearning
public static final OTA.OTAClass Regression
public static final OTA.OTAClass MultipleTargets
public static final OTA.OTAClass SingleTarget
public static final OTA.OTAClass SemiSupervised
public static final OTA.OTAClass Supervised
public static final OTA.OTAClass Unsupervised
public static final OTA.OTAClass Rules
public static final OTA.OTAClass Preprocessing
public static final OTA.OTAClass DataCleanup
public static final OTA.OTAClass Discretization
public static final OTA.OTAClass FeatureSelection
public static final OTA.OTAClass Normalization
public static final OTA.OTAClass Utility
public static final OTA.OTAClass Generation3D
public static final OTA.OTAClass SimilarityDistanceCalculation
public static final OTA.OTAClass Visualisation
public static OTA.OTAClass[] values()
for (OTA.OTAClass c : OTA.OTAClass.values()) System.out.println(c);
public static OTA.OTAClass valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getNS()
public com.hp.hpl.jena.ontology.OntClass getOntClass(com.hp.hpl.jena.ontology.OntModel model)
public com.hp.hpl.jena.ontology.OntClass createOntClass(com.hp.hpl.jena.ontology.OntModel model)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.