public class OWLLoaderPreferences extends LoaderPreferences implements java.io.Serializable
Constructor and Description |
---|
OWLLoaderPreferences() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getCreateConceptForObjectProp()
Returns the value of field 'createConceptForObjectProp'.
|
java.lang.String |
getDatatypePropSwitch()
Returns the value of field 'datatypePropSwitch'.
|
java.lang.Boolean |
getIsDBXrefRepform()
Returns the value of field 'isDBXrefRepform'.
|
java.lang.Boolean |
getIsDBXrefSource()
Returns the value of field 'isDBXrefSource'.
|
java.lang.Boolean |
getIsTransitiveManaged()
Returns the value of field 'isTransitiveManaged'.
|
java.lang.String |
getMatchConceptCode()
Returns the value of field 'matchConceptCode'.
|
java.lang.String |
getMatchConceptStatus()
Returns the value of field 'matchConceptStatus'.
|
java.lang.String |
getMatchNoopNamespaces()
Returns the value of field 'matchNoopNamespaces'.
|
java.lang.String |
getMatchRootName()
Returns the value of field 'matchRootName'.
|
java.lang.String |
getMatchXMLRepformNames()
Returns the value of field 'matchXMLRepformNames'.
|
java.lang.String |
getMatchXMLSourceNames()
Returns the value of field 'matchXMLSourceNames'.
|
java.lang.String |
getMatchXMLTextNames()
Returns the value of field 'matchXMLTextNames'.
|
PrioritizedCommentNames |
getPrioritizedCommentNames()
Returns the value of field 'prioritizedCommentNames'.
|
PrioritizedDefinitionNames |
getPrioritizedDefinitionNames()
Returns the value of field 'prioritizedDefinitionNames'.
|
PrioritizedPresentationNames |
getPrioritizedPresentationNames()
Returns the value of field 'prioritizedPresentationNames'.
|
java.lang.Boolean |
getProcessComplexProps()
Returns the value of field 'processComplexProps'.
|
java.lang.String |
getPropnamePrimitive()
Returns the value of field 'propnamePrimitive'.
|
java.lang.String |
getPropnameType()
Returns the value of field 'propnameType'.
|
java.lang.Boolean |
getStrictOWLImplementation()
Returns the value of field 'strictOWLImplementation'.
|
TransitiveInverseAssociatinNames |
getTransitiveInverseAssociatinNames()
Returns the value of field
'transitiveInverseAssociatinNames'.
|
TransitiveNormalAssociationNames |
getTransitiveNormalAssociationNames()
Returns the value of field
'transitiveNormalAssociationNames'.
|
java.lang.Boolean |
isCreateConceptForObjectProp()
Returns the value of field 'createConceptForObjectProp'.
|
java.lang.Boolean |
isIsDBXrefRepform()
Returns the value of field 'isDBXrefRepform'.
|
java.lang.Boolean |
isIsDBXrefSource()
Returns the value of field 'isDBXrefSource'.
|
java.lang.Boolean |
isIsTransitiveManaged()
Returns the value of field 'isTransitiveManaged'.
|
java.lang.Boolean |
isProcessComplexProps()
Returns the value of field 'processComplexProps'.
|
java.lang.Boolean |
isStrictOWLImplementation()
Returns the value of field 'strictOWLImplementation'.
|
void |
setCreateConceptForObjectProp(java.lang.Boolean createConceptForObjectProp)
Sets the value of field 'createConceptForObjectProp'.
|
void |
setDatatypePropSwitch(java.lang.String datatypePropSwitch)
Sets the value of field 'datatypePropSwitch'.
|
void |
setIsDBXrefRepform(java.lang.Boolean isDBXrefRepform)
Sets the value of field 'isDBXrefRepform'.
|
void |
setIsDBXrefSource(java.lang.Boolean isDBXrefSource)
Sets the value of field 'isDBXrefSource'.
|
void |
setIsTransitiveManaged(java.lang.Boolean isTransitiveManaged)
Sets the value of field 'isTransitiveManaged'.
|
void |
setMatchConceptCode(java.lang.String matchConceptCode)
Sets the value of field 'matchConceptCode'.
|
void |
setMatchConceptStatus(java.lang.String matchConceptStatus)
Sets the value of field 'matchConceptStatus'.
|
void |
setMatchNoopNamespaces(java.lang.String matchNoopNamespaces)
Sets the value of field 'matchNoopNamespaces'.
|
void |
setMatchRootName(java.lang.String matchRootName)
Sets the value of field 'matchRootName'.
|
void |
setMatchXMLRepformNames(java.lang.String matchXMLRepformNames)
Sets the value of field 'matchXMLRepformNames'.
|
void |
setMatchXMLSourceNames(java.lang.String matchXMLSourceNames)
Sets the value of field 'matchXMLSourceNames'.
|
void |
setMatchXMLTextNames(java.lang.String matchXMLTextNames)
Sets the value of field 'matchXMLTextNames'.
|
void |
setPrioritizedCommentNames(PrioritizedCommentNames prioritizedCommentNames)
Sets the value of field 'prioritizedCommentNames'.
|
void |
setPrioritizedDefinitionNames(PrioritizedDefinitionNames prioritizedDefinitionNames)
Sets the value of field 'prioritizedDefinitionNames'.
|
void |
setPrioritizedPresentationNames(PrioritizedPresentationNames prioritizedPresentationNames)
Sets the value of field 'prioritizedPresentationNames'.
|
void |
setProcessComplexProps(java.lang.Boolean processComplexProps)
Sets the value of field 'processComplexProps'.
|
void |
setPropnamePrimitive(java.lang.String propnamePrimitive)
Sets the value of field 'propnamePrimitive'.
|
void |
setPropnameType(java.lang.String propnameType)
Sets the value of field 'propnameType'.
|
void |
setStrictOWLImplementation(java.lang.Boolean strictOWLImplementation)
Sets the value of field 'strictOWLImplementation'.
|
void |
setTransitiveInverseAssociatinNames(TransitiveInverseAssociatinNames transitiveInverseAssociatinNames)
Sets the value of field 'transitiveInverseAssociatinNames'.
|
void |
setTransitiveNormalAssociationNames(TransitiveNormalAssociationNames transitiveNormalAssociationNames)
Sets the value of field 'transitiveNormalAssociationNames'.
|
getXMLMetadataFilePath, setXMLMetadataFilePath
public java.lang.Boolean getCreateConceptForObjectProp()
public java.lang.String getDatatypePropSwitch()
public java.lang.Boolean getIsDBXrefRepform()
public java.lang.Boolean getIsDBXrefSource()
public java.lang.Boolean getIsTransitiveManaged()
public java.lang.String getMatchConceptCode()
public java.lang.String getMatchConceptStatus()
public java.lang.String getMatchNoopNamespaces()
public java.lang.String getMatchRootName()
public java.lang.String getMatchXMLRepformNames()
public java.lang.String getMatchXMLSourceNames()
public java.lang.String getMatchXMLTextNames()
public PrioritizedCommentNames getPrioritizedCommentNames()
public PrioritizedDefinitionNames getPrioritizedDefinitionNames()
public PrioritizedPresentationNames getPrioritizedPresentationNames()
public java.lang.Boolean getProcessComplexProps()
public java.lang.String getPropnamePrimitive()
public java.lang.String getPropnameType()
public java.lang.Boolean getStrictOWLImplementation()
public TransitiveInverseAssociatinNames getTransitiveInverseAssociatinNames()
public TransitiveNormalAssociationNames getTransitiveNormalAssociationNames()
public java.lang.Boolean isCreateConceptForObjectProp()
public java.lang.Boolean isIsDBXrefRepform()
public java.lang.Boolean isIsDBXrefSource()
public java.lang.Boolean isIsTransitiveManaged()
public java.lang.Boolean isProcessComplexProps()
public java.lang.Boolean isStrictOWLImplementation()
public void setCreateConceptForObjectProp(java.lang.Boolean createConceptForObjectProp)
createConceptForObjectProp
- the value of field
'createConceptForObjectProp'.public void setDatatypePropSwitch(java.lang.String datatypePropSwitch)
datatypePropSwitch
- the value of field
'datatypePropSwitch'.public void setIsDBXrefRepform(java.lang.Boolean isDBXrefRepform)
isDBXrefRepform
- the value of field 'isDBXrefRepform'.public void setIsDBXrefSource(java.lang.Boolean isDBXrefSource)
isDBXrefSource
- the value of field 'isDBXrefSource'.public void setIsTransitiveManaged(java.lang.Boolean isTransitiveManaged)
isTransitiveManaged
- the value of field
'isTransitiveManaged'.public void setMatchConceptCode(java.lang.String matchConceptCode)
matchConceptCode
- the value of field 'matchConceptCode'public void setMatchConceptStatus(java.lang.String matchConceptStatus)
matchConceptStatus
- the value of field
'matchConceptStatus'.public void setMatchNoopNamespaces(java.lang.String matchNoopNamespaces)
matchNoopNamespaces
- the value of field
'matchNoopNamespaces'.public void setMatchRootName(java.lang.String matchRootName)
matchRootName
- the value of field 'matchRootName'.public void setMatchXMLRepformNames(java.lang.String matchXMLRepformNames)
matchXMLRepformNames
- the value of field
'matchXMLRepformNames'.public void setMatchXMLSourceNames(java.lang.String matchXMLSourceNames)
matchXMLSourceNames
- the value of field
'matchXMLSourceNames'.public void setMatchXMLTextNames(java.lang.String matchXMLTextNames)
matchXMLTextNames
- the value of field
'matchXMLTextNames'.public void setPrioritizedCommentNames(PrioritizedCommentNames prioritizedCommentNames)
prioritizedCommentNames
- the value of field
'prioritizedCommentNames'.public void setPrioritizedDefinitionNames(PrioritizedDefinitionNames prioritizedDefinitionNames)
prioritizedDefinitionNames
- the value of field
'prioritizedDefinitionNames'.public void setPrioritizedPresentationNames(PrioritizedPresentationNames prioritizedPresentationNames)
prioritizedPresentationNames
- the value of field
'prioritizedPresentationNames'.public void setProcessComplexProps(java.lang.Boolean processComplexProps)
processComplexProps
- the value of field
'processComplexProps'.public void setPropnamePrimitive(java.lang.String propnamePrimitive)
propnamePrimitive
- the value of field
'propnamePrimitive'.public void setPropnameType(java.lang.String propnameType)
propnameType
- the value of field 'propnameType'.public void setStrictOWLImplementation(java.lang.Boolean strictOWLImplementation)
strictOWLImplementation
- the value of field
'strictOWLImplementation'.public void setTransitiveInverseAssociatinNames(TransitiveInverseAssociatinNames transitiveInverseAssociatinNames)
transitiveInverseAssociatinNames
- the value of field
'transitiveInverseAssociatinNames'.public void setTransitiveNormalAssociationNames(TransitiveNormalAssociationNames transitiveNormalAssociationNames)
transitiveNormalAssociationNames
- the value of field
'transitiveNormalAssociationNames'.