Class RegularExpressionConstraintInstantiator
java.lang.Object
org.eclipse.esmf.metamodel.loader.AttributeValueRetriever
org.eclipse.esmf.metamodel.loader.Instantiator<RegularExpressionConstraint>
org.eclipse.esmf.metamodel.loader.instantiator.RegularExpressionConstraintInstantiator
- All Implemented Interfaces:
Function<org.apache.jena.rdf.model.Resource,RegularExpressionConstraint>
public class RegularExpressionConstraintInstantiator
extends Instantiator<RegularExpressionConstraint>
-
Field Summary
Fields inherited from class org.eclipse.esmf.metamodel.loader.Instantiator
curieDataType, metaModelVersion, model, modelElementFactory, sammc, targetClass, unitFields inherited from class org.eclipse.esmf.metamodel.loader.AttributeValueRetriever
samm -
Constructor Summary
ConstructorsConstructorDescriptionRegularExpressionConstraintInstantiator(ModelElementFactory modelElementFactory) -
Method Summary
Modifier and TypeMethodDescriptionapply(org.apache.jena.rdf.model.Resource regularExpressionConstraint) Methods inherited from class org.eclipse.esmf.metamodel.loader.Instantiator
buildBaseAttributes, buildEntityInstance, buildLanguageString, buildValue, getElementCharacteristic, getNodesFromList, getPropertiesModels, getResourcesFromList, getType, isTypeOfOrSubtypeOf, propertyValueFromTypeTreeMethods inherited from class org.eclipse.esmf.metamodel.loader.AttributeValueRetriever
attributeValue, attributeValues, optionalAttributeValue
-
Constructor Details
-
RegularExpressionConstraintInstantiator
-
-
Method Details
-
apply
public RegularExpressionConstraint apply(org.apache.jena.rdf.model.Resource regularExpressionConstraint)
-