Package com.imc.datamodel
Class BusinessRelationAttribute
java.lang.Object
com.imc.datamodel.SemanticEntity
com.imc.datamodel.BusinessAttribute
com.imc.datamodel.BusinessRelationAttribute
- All Implemented Interfaces:
Serializable
This class represents a relation property in an ontology.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic BusinessRelationAttributeConstructs a new instance.voidsetBusinessType(BusinessType businessType) Methods inherited from class com.imc.datamodel.SemanticEntity
equals, getId, getLocalName, getNamespace, getUriAsString, hashCode, toString
-
Method Details
-
create
Constructs a new instance. The provided uri may be neithernullnor empty. -
getBusinessType
- Returns:
- the businessType
-
setBusinessType
- Parameters:
$- {param} to set
-