Class AddAssociatedConceptGenerator.AssociatedConceptInfo
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddAssociatedConceptGenerator.AssociatedConceptInfo
-
- Enclosing class:
- AddAssociatedConceptGenerator
public class AddAssociatedConceptGenerator.AssociatedConceptInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConceptLabel()StringgetConceptSemanticTypeLabel()StringgetConceptSemanticTypeURI()StringgetConceptURI()StringgetType()StringgetVocabLabel()StringgetVocabURI()
-
-
-
Method Detail
-
getConceptLabel
public String getConceptLabel()
-
getConceptURI
public String getConceptURI()
-
getVocabURI
public String getVocabURI()
-
getVocabLabel
public String getVocabLabel()
-
getType
public String getType()
-
getConceptSemanticTypeURI
public String getConceptSemanticTypeURI()
-
getConceptSemanticTypeLabel
public String getConceptSemanticTypeLabel()
-
-