Uses of Class
org.javastro.ivoa.entities.vodml.SemanticConcept
Packages that use SemanticConcept
-
Uses of SemanticConcept in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml declared as SemanticConceptModifier and TypeFieldDescriptionprotected SemanticConceptAttribute.semanticconceptIt is possible to assign a SemanticConcept to an attribute definition.protected SemanticConceptSubsettedRole.semanticconceptMaybe the super type has not defined a semantic concept for the Role, but the subtype needs that.Methods in org.javastro.ivoa.entities.vodml that return SemanticConceptModifier and TypeMethodDescriptionObjectFactory.createSemanticConcept()Create an instance ofSemanticConceptAttribute.getSemanticconcept()It is possible to assign a SemanticConcept to an attribute definition.SubsettedRole.getSemanticconcept()Maybe the super type has not defined a semantic concept for the Role, but the subtype needs that.SemanticConcept.withTopConcept(String value) SemanticConcept.withVocabularyURIs(String... values) SemanticConcept.withVocabularyURIs(Collection<String> values) Methods in org.javastro.ivoa.entities.vodml with parameters of type SemanticConceptModifier and TypeMethodDescriptionvoidAttribute.setSemanticconcept(SemanticConcept value) Sets the value of the semanticconcept property.voidSubsettedRole.setSemanticconcept(SemanticConcept value) Sets the value of the semanticconcept property.Attribute.withSemanticconcept(SemanticConcept value) SubsettedRole.withSemanticconcept(SemanticConcept value) Constructors in org.javastro.ivoa.entities.vodml with parameters of type SemanticConceptModifierConstructorDescriptionAttribute(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity, SemanticConcept semanticconcept) Fully-initialising value constructorSubsettedRole(String description, ElementRef role, ElementRef datatype, SemanticConcept semanticconcept) Fully-initialising value constructor