public class ModelValidationRequest extends Object
| Constructor and Description |
|---|
ModelValidationRequest(OwlReasoner owl,
ShapeManager shapeManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(NamespaceValidationConfig config) |
void |
addAll(NamespaceValidationConfig[] array) |
void |
addTabularPropertyNamespace(String namespace) |
CaseStyleConventions |
getCaseStyle() |
CommentConventions |
getCommentConventions() |
NamespaceValidationConfig |
getNamespaceConfig(String namespaceName) |
OwlReasoner |
getOwl() |
ShapeManager |
getShapeManager() |
Set<String> |
getTabularPropertyNamespaces() |
void |
setCaseStyle(CaseStyleConventions caseStyle) |
void |
setCommentConventions(CommentConventions commentConventions) |
public ModelValidationRequest(OwlReasoner owl, ShapeManager shapeManager)
public OwlReasoner getOwl()
public NamespaceValidationConfig getNamespaceConfig(String namespaceName)
public void addAll(NamespaceValidationConfig[] array)
public void add(NamespaceValidationConfig config)
public void addTabularPropertyNamespace(String namespace)
public CaseStyleConventions getCaseStyle()
public void setCaseStyle(CaseStyleConventions caseStyle)
public ShapeManager getShapeManager()
public CommentConventions getCommentConventions()
public void setCommentConventions(CommentConventions commentConventions)
Copyright © 2019. All rights reserved.