Trait

gov.nasa.jpl.omf.scala.binding.owlapi

OWLAPIMutableTerminologyGraphOps

Related Doc: package owlapi

Permalink

trait OWLAPIMutableTerminologyGraphOps extends MutableTerminologyGraphOps[OWLAPIOMF] with OWLAPIImmutableTerminologyGraphOps

Self Type
OWLAPIOMFOps
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OWLAPIMutableTerminologyGraphOps
  2. OWLAPIImmutableTerminologyGraphOps
  3. MutableTerminologyGraphOps
  4. ImmutableTerminologyGraphOps
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAnnotationAssertions(tbox: MutableTerminologyBox, subject: LogicalElement, aas: Vector[OWLAnnotationAssertionAxiom])(implicit store: OWLAPIOMFGraphStore): UnitNES

    Permalink
  5. def addAnonymousConceptTaxonomyAxiom(uuid: AnonymousConceptUnionAxiomUUID, terminologyBundle: MutableBundle, disjointTerminologyParent: ConceptTreeDisjunction, name: String)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, AnonymousConceptTaxonomyAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  6. final def addAnonymousConceptTaxonomyAxiom(terminologyBundle: OWLAPIOMF.MutableBundle, disjointTerminologyParent: OWLAPIOMF.ConceptTreeDisjunction, name: String)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.AnonymousConceptTaxonomyAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  7. def addAspect(tbox: MutableTerminologyBox, uuid: AspectUUID, aspectIRI: IRI, aspectName: LocalName)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, Aspect]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  8. final def addAspect(graph: OWLAPIOMF.MutableTerminologyBox, aspectName: LocalName)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.Aspect]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  9. def addAspectSpecializationAxiom(tbox: MutableTerminologyBox, uuid: AspectSpecializationAxiomUUID, sub: Entity, sup: AspectKind)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, AspectSpecializationAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  10. final def addAspectSpecializationAxiom(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.Entity, sup: OWLAPIOMF.AspectKind)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.AspectSpecializationAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  11. def addBinaryScalarRestriction(tbox: MutableTerminologyBox, dataTypeUUID: BinaryScalarRestrictionUUID, dataTypeIRI: IRI, dataTypeName: LocalName, length: Option[PositiveIntegerLiteral], minLength: Option[PositiveIntegerLiteral], maxLength: Option[PositiveIntegerLiteral], restrictedRange: DataRange)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, BinaryScalarRestriction]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  12. final def addBinaryScalarRestriction(graph: OWLAPIOMF.MutableTerminologyBox, dataTypeName: LocalName, restrictedRange: OWLAPIOMF.DataRange, length: Option[PositiveIntegerLiteral], minLength: Option[PositiveIntegerLiteral], maxLength: Option[PositiveIntegerLiteral])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.BinaryScalarRestriction]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  13. def addBundledTerminologyAxiom(uuid: BundledTerminologyAxiomUUID, terminologyBundle: MutableBundle, bundledTerminology: TerminologyBox)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, BundledTerminologyAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  14. final def addBundledTerminologyAxiom(terminologyBundle: OWLAPIOMF.MutableBundle, bundledTerminology: OWLAPIOMF.TerminologyBox)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.BundledTerminologyAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  15. final def addCardinalityRestrictedAspect(graph: OWLAPIOMF.MutableTerminologyBox, aspectName: LocalName, restrictionKind: CardinalityRestrictionKind, restrictedRelationship: OWLAPIOMF.RestrictableRelationship, restrictedRange: Option[OWLAPIOMF.Entity], restrictedCardinality: PositiveIntegerLiteral)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.CardinalityRestrictedAspect]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  16. def addCardinalityRestrictedAspectInternal(tbox: MutableTerminologyBox, uuid: CardinalityRestrictedAspectUUID, aspectIRI: IRI, aspectName: LocalName, restrictionKind: CardinalityRestrictionKind, restrictedRelationship: RestrictableRelationship, restrictedRange: Option[Entity], restrictedCardinality: PositiveIntegerLiteral)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, CardinalityRestrictedAspect]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  17. final def addCardinalityRestrictedConcept(graph: OWLAPIOMF.MutableTerminologyBox, conceptName: LocalName, restrictionKind: CardinalityRestrictionKind, restrictedRelationship: OWLAPIOMF.RestrictableRelationship, restrictedRange: Option[OWLAPIOMF.Entity], restrictedCardinality: PositiveIntegerLiteral)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.CardinalityRestrictedConcept]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  18. def addCardinalityRestrictedConceptInternal(tbox: MutableTerminologyBox, uuid: CardinalityRestrictedConceptUUID, conceptIRI: IRI, conceptName: LocalName, restrictionKind: CardinalityRestrictionKind, restrictedRelationship: RestrictableRelationship, restrictedRange: Option[Entity], restrictedCardinality: PositiveIntegerLiteral)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, CardinalityRestrictedConcept]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  19. final def addCardinalityRestrictedReifiedRelationship(graph: OWLAPIOMF.MutableTerminologyBox, reifiedRelationshipName: LocalName, restrictionKind: CardinalityRestrictionKind, restrictedRelationship: OWLAPIOMF.RestrictableRelationship, restrictedRange: Option[OWLAPIOMF.Entity], restrictedCardinality: PositiveIntegerLiteral)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.CardinalityRestrictedReifiedRelationship]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  20. def addCardinalityRestrictedReifiedRelationshipInternal(tbox: MutableTerminologyBox, uuid: CardinalityRestrictedReifiedRelationshipUUID, rIRI: IRI, reifiedRelationshipName: LocalName, restrictionKind: CardinalityRestrictionKind, restrictedRelationship: RestrictableRelationship, restrictedRange: Option[Entity], restrictedCardinality: PositiveIntegerLiteral)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, CardinalityRestrictedReifiedRelationship]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  21. def addChainRule(tbox: MutableTerminologyBox, uuid: ChainRuleUUID, iri: IRI, head: RestrictableRelationship)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, ChainRule]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  22. final def addChainRule(graph: OWLAPIOMF.MutableTerminologyBox, head: OWLAPIOMF.RestrictableRelationship, ruleName: LocalName)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.ChainRule]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  23. def addConcept(tbox: MutableTerminologyBox, uuid: ConceptUUID, conceptIRI: IRI, conceptName: LocalName)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, Concept]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  24. final def addConcept(graph: OWLAPIOMF.MutableTerminologyBox, conceptName: LocalName)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.Concept]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  25. def addConceptSpecializationAxiom(tbox: MutableTerminologyBox, uuid: ConceptSpecializationAxiomUUID, sub: ConceptKind, sup: ConceptKind)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, ConceptSpecializationAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  26. final def addConceptSpecializationAxiom(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.ConceptKind, sup: OWLAPIOMF.ConceptKind)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.ConceptSpecializationAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  27. def addEntityConceptDesignationTerminologyAxiom(tbox: MutableTerminologyBox, uuid: ConceptDesignationTerminologyAxiomUUID, designatedConcept: ConceptKind, designatedTerminology: TerminologyBox)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, ConceptDesignationTerminologyAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  28. final def addEntityConceptDesignationTerminologyAxiom(graph: OWLAPIOMF.MutableTerminologyBox, entityConceptDesignation: OWLAPIOMF.ConceptKind, designationTerminologyGraph: OWLAPIOMF.TerminologyBox)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.ConceptDesignationTerminologyAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  29. def addEntityExistentialRestrictionAxiom(tbox: MutableTerminologyBox, uuid: EntityExistentialRestrictionAxiomUUID, sub: Entity, rel: RestrictableRelationship, range: Entity)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, EntityExistentialRestrictionAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  30. final def addEntityExistentialRestrictionAxiom(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.Entity, restrictedRelationship: OWLAPIOMF.RestrictableRelationship, range: OWLAPIOMF.Entity)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.EntityExistentialRestrictionAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  31. def addEntityScalarDataProperty(tbox: MutableTerminologyBox, uuid: EntityScalarDataPropertyUUID, dataRelationshipIRI: IRI, source: Entity, target: DataRange, dataRelationshipName: LocalName, isIdentityCriteria: Boolean)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, EntityScalarDataProperty]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  32. final def addEntityScalarDataProperty(graph: OWLAPIOMF.MutableTerminologyBox, source: OWLAPIOMF.Entity, target: OWLAPIOMF.DataRange, dataPropertyName: LocalName, isIdentityCriteria: Boolean)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.EntityScalarDataProperty]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  33. def addEntityScalarDataPropertyExistentialRestrictionAxiom(tbox: MutableTerminologyBox, uuid: EntityScalarDataPropertyExistentialRestrictionAxiomUUID, restrictedEntity: Entity, scalarProperty: EntityScalarDataProperty, range: DataRange)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, EntityScalarDataPropertyExistentialRestrictionAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  34. final def addEntityScalarDataPropertyExistentialRestrictionAxiom(graph: OWLAPIOMF.MutableTerminologyBox, restrictedEntity: OWLAPIOMF.Entity, scalarProperty: OWLAPIOMF.EntityScalarDataProperty, range: OWLAPIOMF.DataRange)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.EntityScalarDataPropertyExistentialRestrictionAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  35. def addEntityScalarDataPropertyParticularRestrictionAxiom(tbox: MutableTerminologyBox, uuid: EntityScalarDataPropertyParticularRestrictionAxiomUUID, restrictedEntity: Entity, scalarProperty: EntityScalarDataProperty, literalValue: LiteralValue, valueType: Option[DataRange])(implicit store: OWLAPIOMFGraphStore): \/[Throwables, EntityScalarDataPropertyParticularRestrictionAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  36. final def addEntityScalarDataPropertyParticularRestrictionAxiom(graph: OWLAPIOMF.MutableTerminologyBox, restrictedEntity: OWLAPIOMF.Entity, scalarProperty: OWLAPIOMF.EntityScalarDataProperty, literalValue: LiteralValue, valueType: Option[OWLAPIOMF.DataRange])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.EntityScalarDataPropertyParticularRestrictionAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  37. def addEntityScalarDataPropertyUniversalRestrictionAxiom(tbox: MutableTerminologyBox, uuid: EntityScalarDataPropertyUniversalRestrictionAxiomUUID, restrictedEntity: Entity, scalarProperty: EntityScalarDataProperty, range: DataRange)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, EntityScalarDataPropertyUniversalRestrictionAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  38. final def addEntityScalarDataPropertyUniversalRestrictionAxiom(graph: OWLAPIOMF.MutableTerminologyBox, restrictedEntity: OWLAPIOMF.Entity, scalarProperty: OWLAPIOMF.EntityScalarDataProperty, range: OWLAPIOMF.DataRange)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.EntityScalarDataPropertyUniversalRestrictionAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  39. def addEntityStructuredDataProperty(tbox: MutableTerminologyBox, uuid: EntityStructuredDataPropertyUUID, dataRelationshipIRI: IRI, source: Entity, target: Structure, dataRelationshipName: LocalName, isIdentityCriteria: Boolean)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, EntityStructuredDataProperty]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  40. final def addEntityStructuredDataProperty(graph: OWLAPIOMF.MutableTerminologyBox, source: OWLAPIOMF.Entity, target: OWLAPIOMF.Structure, dataPropertyName: LocalName, isIdentityCriteria: Boolean)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.EntityStructuredDataProperty]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  41. def addEntityStructuredDataPropertyParticularRestrictionAxiom(tbox: MutableTerminologyBox, uuid: EntityStructuredDataPropertyParticularRestrictionAxiomUUID, restrictedEntity: Entity, structuredProperty: EntityStructuredDataProperty)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, EntityStructuredDataPropertyParticularRestrictionAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  42. final def addEntityStructuredDataPropertyParticularRestrictionAxiom(graph: OWLAPIOMF.MutableTerminologyBox, restrictedEntity: OWLAPIOMF.Entity, structuredProperty: OWLAPIOMF.EntityStructuredDataProperty)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.EntityStructuredDataPropertyParticularRestrictionAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  43. def addEntityUniversalRestrictionAxiom(tbox: MutableTerminologyBox, uuid: EntityUniversalRestrictionAxiomUUID, sub: Entity, rel: RestrictableRelationship, range: Entity)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, EntityUniversalRestrictionAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  44. final def addEntityUniversalRestrictionAxiom(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.Entity, restrictedRelationship: OWLAPIOMF.RestrictableRelationship, range: OWLAPIOMF.Entity)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.EntityUniversalRestrictionAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  45. def addIRIScalarRestriction(tbox: MutableTerminologyBox, dataTypeUUID: IRIScalarRestrictionUUID, dataTypeIRI: IRI, dataTypeName: LocalName, length: Option[PositiveIntegerLiteral], minLength: Option[PositiveIntegerLiteral], maxLength: Option[PositiveIntegerLiteral], pattern: Option[LiteralPattern], restrictedRange: DataRange)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, IRIScalarRestriction]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  46. final def addIRIScalarRestriction(graph: OWLAPIOMF.MutableTerminologyBox, dataTypeName: LocalName, restrictedRange: OWLAPIOMF.DataRange, length: Option[PositiveIntegerLiteral], minLength: Option[PositiveIntegerLiteral], maxLength: Option[PositiveIntegerLiteral], pattern: Option[LiteralPattern])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.IRIScalarRestriction]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  47. def addNestedTerminology(uuid: TerminologyNestingAxiomUUID, nestingTerminology: TerminologyBox, nestingContext: ConceptKind, nestedTerminology: MutableTerminologyGraph)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, TerminologyNestingAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  48. final def addNestedTerminology(nestingGraph: OWLAPIOMF.TerminologyBox, nestingContext: OWLAPIOMF.ConceptKind, nestedGraph: OWLAPIOMF.MutableTerminologyGraph)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.TerminologyNestingAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  49. def addNumericScalarRestriction(tbox: MutableTerminologyBox, dataTypeUUID: NumericScalarRestrictionUUID, dataTypeIRI: IRI, dataTypeName: LocalName, minInclusive: Option[LiteralNumber], maxInclusive: Option[LiteralNumber], minExclusive: Option[LiteralNumber], maxExclusive: Option[LiteralNumber], restrictedRange: DataRange)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, NumericScalarRestriction]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  50. final def addNumericScalarRestriction(graph: OWLAPIOMF.MutableTerminologyBox, dataTypeName: LocalName, restrictedRange: OWLAPIOMF.DataRange, minInclusive: Option[LiteralNumber], maxInclusive: Option[LiteralNumber], minExclusive: Option[LiteralNumber], maxExclusive: Option[LiteralNumber])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.NumericScalarRestriction]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  51. def addPlainLiteralScalarRestriction(tbox: MutableTerminologyBox, dataTypeUUID: PlainLiteralScalarRestrictionUUID, dataTypeIRI: IRI, dataTypeName: LocalName, length: Option[PositiveIntegerLiteral], minLength: Option[PositiveIntegerLiteral], maxLength: Option[PositiveIntegerLiteral], pattern: Option[LiteralPattern], language: Option[LanguageTagDataType], restrictedRange: DataRange)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, PlainLiteralScalarRestriction]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  52. final def addPlainLiteralScalarRestriction(graph: OWLAPIOMF.MutableTerminologyBox, dataTypeName: LocalName, restrictedRange: OWLAPIOMF.DataRange, length: Option[PositiveIntegerLiteral], minLength: Option[PositiveIntegerLiteral], maxLength: Option[PositiveIntegerLiteral], pattern: Option[LiteralPattern], language: Option[LanguageTagDataType])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.PlainLiteralScalarRestriction]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  53. def addReificationAnnotationAssertions(tbox: MutableTerminologyBox, subject: ReifiedRelationship, aas: Vector[OWLAnnotationAssertionAxiom])(implicit store: OWLAPIOMFGraphStore): UnitNES

    Permalink
  54. def addReifiedInverseAnnotationAssertions(tbox: MutableTerminologyBox, subject: ReifiedRelationship, aas: Vector[OWLAnnotationAssertionAxiom])(implicit store: OWLAPIOMFGraphStore): UnitNES

    Permalink
  55. def addReifiedPropertyAnnotationAssertions(tbox: MutableTerminologyBox, subject: ReifiedRelationship, aas: Vector[OWLAnnotationAssertionAxiom])(implicit store: OWLAPIOMFGraphStore): UnitNES

    Permalink
  56. def addReifiedRelationship(tbox: MutableTerminologyBox, uuid: ReifiedRelationshipUUID, rIRI: IRI, source: Entity, target: Entity, characteristics: Iterable[RelationshipCharacteristics], reifiedRelationshipName: LocalName, unreifiedRelationshipName: LocalName, unreifiedInverseRelationshipName: Option[LocalName])(implicit store: OWLAPIOMFGraphStore): \/[Throwables, ReifiedRelationship]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  57. final def addReifiedRelationship(graph: OWLAPIOMF.MutableTerminologyBox, source: OWLAPIOMF.Entity, target: OWLAPIOMF.Entity, characteristics: Iterable[RelationshipCharacteristics], reifiedRelationshipName: LocalName, unreifiedRelationshipName: LocalName, unreifiedInverseRelationshipName: Option[LocalName])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.ReifiedRelationship]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  58. def addReifiedRelationshipRestriction(tbox: MutableTerminologyBox, uuid: ReifiedRelationshipRestrictionUUID, iri: IRI, name: LocalName, source: Entity, target: Entity)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, ReifiedRelationshipRestriction]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  59. final def addReifiedRelationshipRestriction(graph: OWLAPIOMF.MutableTerminologyBox, name: LocalName, source: OWLAPIOMF.Entity, target: OWLAPIOMF.Entity)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.ReifiedRelationshipRestriction]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  60. def addReifiedRelationshipSpecializationAxiom(tbox: MutableTerminologyBox, uuid: ReifiedRelationshipSpecializationAxiomUUID, sub: ConceptualRelationship, sup: ConceptualRelationship)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, ReifiedRelationshipSpecializationAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  61. final def addReifiedRelationshipSpecializationAxiom(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.ConceptualRelationship, sup: OWLAPIOMF.ConceptualRelationship)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.ReifiedRelationshipSpecializationAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  62. def addRestrictionScalarDataPropertyValue(tbox: MutableTerminologyBox, uuid: RestrictionScalarDataPropertyValueUUID, structuredDataPropertyContext: RestrictionStructuredDataPropertyContext, scalarProperty: DataRelationshipToScalar, literalValue: LiteralValue, valueType: Option[DataRange])(implicit store: OWLAPIOMFGraphStore): \/[Throwables, RestrictionScalarDataPropertyValue]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  63. final def addRestrictionScalarDataPropertyValue(graph: OWLAPIOMF.MutableTerminologyBox, structuredDataPropertyContext: OWLAPIOMF.RestrictionStructuredDataPropertyContext, scalarProperty: OWLAPIOMF.DataRelationshipToScalar, literalValue: LiteralValue, valueType: Option[OWLAPIOMF.DataRange])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.RestrictionScalarDataPropertyValue]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  64. def addRestrictionStructuredDataPropertyTuple(tbox: MutableTerminologyBox, uuid: RestrictionStructuredDataPropertyTupleUUID, structuredDataPropertyContext: RestrictionStructuredDataPropertyContext, structuredProperty: DataRelationshipToStructure)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, RestrictionStructuredDataPropertyTuple]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  65. final def addRestrictionStructuredDataPropertyTuple(graph: OWLAPIOMF.MutableTerminologyBox, structuredDataPropertyContext: OWLAPIOMF.RestrictionStructuredDataPropertyContext, structuredProperty: OWLAPIOMF.DataRelationshipToStructure)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.RestrictionStructuredDataPropertyTuple]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  66. def addRootConceptTaxonomyAxiom(uuid: RootConceptTaxonomyAxiomUUID, terminologyBundle: MutableBundle, root: ConceptKind)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, RootConceptTaxonomyAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  67. final def addRootConceptTaxonomyAxiom(terminologyBundle: OWLAPIOMF.MutableBundle, root: OWLAPIOMF.ConceptKind)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.RootConceptTaxonomyAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  68. def addRuleBodySegment(tbox: MutableTerminologyBox, uuid: RuleBodySegmentUUID, chainRule: Option[ChainRule], previousSegment: Option[RuleBodySegment])(implicit store: OWLAPIOMFGraphStore): \/[Throwables, RuleBodySegment]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  69. final def addRuleBodySegment(graph: OWLAPIOMF.MutableTerminologyBox, chainRule: Option[OWLAPIOMF.ChainRule], previousSegment: Option[OWLAPIOMF.RuleBodySegment])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.RuleBodySegment]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  70. def addScalarDataProperty(tbox: MutableTerminologyBox, uuid: ScalarDataPropertyUUID, dataRelationshipIRI: IRI, source: Structure, target: DataRange, dataRelationshipName: LocalName)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, ScalarDataProperty]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  71. final def addScalarDataProperty(graph: OWLAPIOMF.MutableTerminologyBox, source: OWLAPIOMF.Structure, target: OWLAPIOMF.DataRange, dataPropertyName: LocalName)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.ScalarDataProperty]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  72. def addScalarDataType(tbox: MutableTerminologyBox, dataTypeUUID: ScalarUUID, dataTypeIRI: IRI, dataTypeName: LocalName)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, Scalar]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  73. final def addScalarDataType(graph: OWLAPIOMF.MutableTerminologyBox, scalarDataTypeName: LocalName)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.Scalar]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  74. def addScalarOneOfLiteralAxiom(tbox: MutableTerminologyBox, axiomUUID: ScalarOneOfLiteralAxiomUUID, scalarOneOfRestriction: ScalarOneOfRestriction, value: LiteralValue, valueType: Option[DataRange])(implicit store: OWLAPIOMFGraphStore): \/[Throwables, ScalarOneOfLiteralAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  75. final def addScalarOneOfLiteralAxiom(graph: OWLAPIOMF.MutableTerminologyBox, scalarOneOfRestriction: OWLAPIOMF.ScalarOneOfRestriction, value: LiteralValue, valueType: Option[OWLAPIOMF.DataRange])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.ScalarOneOfLiteralAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  76. def addScalarOneOfRestriction(tbox: MutableTerminologyBox, dataTypeUUID: ScalarOneOfRestrictionUUID, dataTypeIRI: IRI, dataTypeName: LocalName, restrictedRange: DataRange)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, ScalarOneOfRestriction]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  77. final def addScalarOneOfRestriction(graph: OWLAPIOMF.MutableTerminologyBox, dataTypeName: LocalName, restrictedRange: OWLAPIOMF.DataRange)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.ScalarOneOfRestriction]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  78. def addSegmentPredicate(tbox: MutableTerminologyBox, uuid: SegmentPredicateUUID, bodySegment: RuleBodySegment, predicate: Option[Predicate], reifiedRelationshipSource: Option[ReifiedRelationship], reifiedRelationshipInverseSource: Option[ReifiedRelationship], reifiedRelationshipTarget: Option[ReifiedRelationship], reifiedRelationshipInverseTarget: Option[ReifiedRelationship], unreifiedRelationshipInverse: Option[UnreifiedRelationship])(implicit store: OWLAPIOMFGraphStore): \/[Throwables, SegmentPredicate]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  79. final def addSegmentPredicate(graph: OWLAPIOMF.MutableTerminologyBox, bodySegment: OWLAPIOMF.RuleBodySegment, predicate: Option[OWLAPIOMF.Predicate], reifiedRelationshipSource: Option[OWLAPIOMF.ReifiedRelationship], reifiedRelationshipInverseSource: Option[OWLAPIOMF.ReifiedRelationship], reifiedRelationshipTarget: Option[OWLAPIOMF.ReifiedRelationship], reifiedRelationshipInverseTarget: Option[OWLAPIOMF.ReifiedRelationship], unreifiedRelationshipInverse: Option[OWLAPIOMF.UnreifiedRelationship])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.SegmentPredicate]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  80. def addSpecificDisjointConceptAxiom(uuid: SpecificDisjointConceptAxiomUUID, terminologyBundle: MutableBundle, disjointTerminologyParent: ConceptTreeDisjunction, disjointLeaf: ConceptKind)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, SpecificDisjointConceptAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  81. final def addSpecificDisjointConceptAxiom(terminologyBundle: OWLAPIOMF.MutableBundle, disjointTerminologyParent: OWLAPIOMF.ConceptTreeDisjunction, disjointLeaf: OWLAPIOMF.ConceptKind)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.SpecificDisjointConceptAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  82. def addStringScalarRestriction(tbox: MutableTerminologyBox, dataTypeUUID: StringScalarRestrictionUUID, dataTypeIRI: IRI, dataTypeName: LocalName, length: Option[PositiveIntegerLiteral], minLength: Option[PositiveIntegerLiteral], maxLength: Option[PositiveIntegerLiteral], pattern: Option[LiteralPattern], restrictedRange: DataRange)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, StringScalarRestriction]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  83. final def addStringScalarRestriction(graph: OWLAPIOMF.MutableTerminologyBox, dataTypeName: LocalName, restrictedRange: OWLAPIOMF.DataRange, length: Option[PositiveIntegerLiteral], minLength: Option[PositiveIntegerLiteral], maxLength: Option[PositiveIntegerLiteral], pattern: Option[LiteralPattern])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.StringScalarRestriction]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  84. def addStructuredDataProperty(tbox: MutableTerminologyBox, uuid: StructuredDataPropertyUUID, dataRelationshipIRI: IRI, source: Structure, target: Structure, dataRelationshipName: LocalName)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, StructuredDataProperty]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  85. final def addStructuredDataProperty(graph: OWLAPIOMF.MutableTerminologyBox, source: OWLAPIOMF.Structure, target: OWLAPIOMF.Structure, dataPropertyName: LocalName)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.StructuredDataProperty]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  86. def addStructuredDataType(tbox: MutableTerminologyBox, dataTypeUUID: StructureUUID, dataTypeIRI: IRI, dataTypeName: LocalName)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, Structure]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  87. final def addStructuredDataType(graph: OWLAPIOMF.MutableTerminologyBox, structureDatatypeName: LocalName)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.Structure]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  88. def addSubDataPropertyOfAxiom(tbox: MutableTerminologyBox, uuid: SubDataPropertyOfAxiomUUID, sub: EntityScalarDataProperty, sup: EntityScalarDataProperty)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, SubDataPropertyOfAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  89. final def addSubDataPropertyOfAxiom(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.EntityScalarDataProperty, sup: OWLAPIOMF.EntityScalarDataProperty)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.SubDataPropertyOfAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  90. def addSubObjectPropertyOfAxiom(tbox: MutableTerminologyBox, uuid: SubObjectPropertyOfAxiomUUID, sub: UnreifiedRelationship, sup: UnreifiedRelationship)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, SubObjectPropertyOfAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  91. final def addSubObjectPropertyOfAxiom(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.UnreifiedRelationship, sup: OWLAPIOMF.UnreifiedRelationship)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.SubObjectPropertyOfAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  92. def addSynonymScalarRestriction(tbox: MutableTerminologyBox, dataTypeUUID: SynonymScalarRestrictionUUID, dataTypeIRI: IRI, dataTypeName: LocalName, restrictedRange: DataRange)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, SynonymScalarRestriction]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  93. final def addSynonymScalarRestriction(graph: OWLAPIOMF.MutableTerminologyBox, dataTypeName: LocalName, restrictedRange: OWLAPIOMF.DataRange)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.SynonymScalarRestriction]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  94. def addTerminologyAnnotation(tbox: MutableTerminologyBox, subject: LogicalElement, property: AnnotationProperty, value: StringDataType)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, AnnotationPropertyValue]

    Permalink
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  95. def addTerminologyAnnotationProperty(tbox: MutableTerminologyBox, ap: AnnotationProperty)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, AnnotationProperty]

    Permalink
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  96. def addTerminologyExtension(uuid: TerminologyExtensionAxiomUUID, extendingTerminology: MutableTerminologyBox, extendedTerminology: TerminologyBox)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, TerminologyExtensionAxiom]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  97. final def addTerminologyExtension(extendingG: OWLAPIOMF.MutableTerminologyBox, extendedG: OWLAPIOMF.TerminologyBox)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.TerminologyExtensionAxiom]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  98. def addTimeScalarRestriction(tbox: MutableTerminologyBox, dataTypeUUID: TimeScalarRestrictionUUID, dataTypeIRI: IRI, dataTypeName: LocalName, minInclusive: Option[LiteralDateTime], maxInclusive: Option[LiteralDateTime], minExclusive: Option[LiteralDateTime], maxExclusive: Option[LiteralDateTime], restrictedRange: DataRange)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, TimeScalarRestriction]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  99. final def addTimeScalarRestriction(graph: OWLAPIOMF.MutableTerminologyBox, dataTypeName: LocalName, restrictedRange: OWLAPIOMF.DataRange, minInclusive: Option[LiteralDateTime], maxInclusive: Option[LiteralDateTime], minExclusive: Option[LiteralDateTime], maxExclusive: Option[LiteralDateTime])(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.TimeScalarRestriction]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  100. def addUnreifiedRelationship(tbox: MutableTerminologyBox, uuid: UnreifiedRelationshipUUID, rIRI: IRI, source: Entity, target: Entity, characteristics: Iterable[RelationshipCharacteristics], unreifiedRelationshipName: LocalName)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, UnreifiedRelationship]

    Permalink
    Attributes
    protected
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  101. final def addUnreifiedRelationship(graph: OWLAPIOMF.MutableTerminologyBox, source: OWLAPIOMF.Entity, target: OWLAPIOMF.Entity, characteristics: Iterable[RelationshipCharacteristics], unreifiedRelationshipName: LocalName)(implicit store: OWLAPIOMF.Store): \/[Throwables, OWLAPIOMF.UnreifiedRelationship]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  102. def anonymousConceptTaxonomyAxiomUUID(terminologyBundle: OWLAPIOMF.MutableBundle, disjointTerminologyParent: OWLAPIOMF.ConceptTreeDisjunction, name: String)(implicit store: OWLAPIOMF.Store): \/[Throwables, AnonymousConceptUnionAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  103. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  104. def aspectSpecializationAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.Entity, sup: OWLAPIOMF.AspectKind)(implicit store: OWLAPIOMF.Store): \/[Throwables, AspectSpecializationAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  105. def bundledTerminologyAxiomUUID(terminologyBundle: OWLAPIOMF.MutableBundle, bundledTerminology: OWLAPIOMF.TerminologyBox)(implicit store: OWLAPIOMF.Store): \/[Throwables, BundledTerminologyAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  106. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  107. def conceptSpecializationAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.ConceptKind, sup: OWLAPIOMF.ConceptKind)(implicit store: OWLAPIOMF.Store): \/[Throwables, ConceptSpecializationAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  108. def entityExistentialRestrictionAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.Entity, restrictedRelationship: OWLAPIOMF.RestrictableRelationship, range: OWLAPIOMF.Entity)(implicit store: OWLAPIOMF.Store): \/[Throwables, EntityExistentialRestrictionAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  109. def entityScalarDataPropertyExistentialRestrictionAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, restrictedEntity: OWLAPIOMF.Entity, scalarProperty: OWLAPIOMF.EntityScalarDataProperty, range: OWLAPIOMF.DataRange)(implicit store: OWLAPIOMF.Store): \/[Throwables, EntityScalarDataPropertyExistentialRestrictionAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  110. def entityScalarDataPropertyParticularRestrictionAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, restrictedEntity: OWLAPIOMF.Entity, scalarProperty: OWLAPIOMF.EntityScalarDataProperty, literalValue: LiteralValue)(implicit store: OWLAPIOMF.Store): \/[Throwables, EntityScalarDataPropertyParticularRestrictionAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  111. def entityScalarDataPropertyUniversalRestrictionAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, restrictedEntity: OWLAPIOMF.Entity, scalarProperty: OWLAPIOMF.EntityScalarDataProperty, range: OWLAPIOMF.DataRange)(implicit store: OWLAPIOMF.Store): \/[Throwables, EntityScalarDataPropertyUniversalRestrictionAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  112. def entityStructuredDataPropertyParticularRestrictionAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, restrictedEntity: OWLAPIOMF.Entity, structuredProperty: OWLAPIOMF.EntityStructuredDataProperty)(implicit store: OWLAPIOMF.Store): \/[Throwables, EntityStructuredDataPropertyParticularRestrictionAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  113. def entityUniversalRestrictionAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.Entity, restrictedRelationship: OWLAPIOMF.RestrictableRelationship, range: OWLAPIOMF.Entity)(implicit store: OWLAPIOMF.Store): \/[Throwables, EntityUniversalRestrictionAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  114. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  115. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  116. def equivalentEntityConcepts(c1: Iterable[OWLAPIOMF.Concept], c2: Iterable[OWLAPIOMF.Concept]): Boolean

    Permalink
    Definition Classes
    ImmutableTerminologyGraphOps
  117. def equivalentEntityReifiedRelationships(r1: Iterable[OWLAPIOMF.ReifiedRelationship], r2: Iterable[OWLAPIOMF.ReifiedRelationship]): Boolean

    Permalink
    Definition Classes
    ImmutableTerminologyGraphOps
  118. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  119. def foldAxiom[T](funAspectSpecializationAxiom: (AspectSpecializationAxiom) ⇒ T, funConceptSpecializationAxiom: (ConceptSpecializationAxiom) ⇒ T, funReifiedRelationshipSpecializationAxiom: (ReifiedRelationshipSpecializationAxiom) ⇒ T, funSubDataPropertyOfAxiom: (SubDataPropertyOfAxiom) ⇒ T, funSubObjectPropertyOfAxiom: (SubObjectPropertyOfAxiom) ⇒ T, funEntityExistentialRestrictionAxiom: (EntityExistentialRestrictionAxiom) ⇒ T, funEntityUniversalRestrictionAxiom: (EntityUniversalRestrictionAxiom) ⇒ T, funEntityScalarDataPropertyExistentialRestrictionAxiom: (EntityScalarDataPropertyExistentialRestrictionAxiom) ⇒ T, funEntityScalarDataPropertyParticularRestrictionAxiom: (EntityScalarDataPropertyParticularRestrictionAxiom) ⇒ T, funEntityScalarDataPropertyUniversalRestrictionAxiom: (EntityScalarDataPropertyUniversalRestrictionAxiom) ⇒ T, funEntityStructuredDataPropertyParticularRestrictionAxiom: (EntityStructuredDataPropertyParticularRestrictionAxiom) ⇒ T, funScalarOneOfLiteralAxiom: (ScalarOneOfLiteralAxiom) ⇒ T)(t: Axiom): T

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  120. def foldBundleStatement[T](funAnonymousConceptTaxonomyAxiom: (AnonymousConceptTaxonomyAxiom) ⇒ T, funRootConceptTaxonomyAxiom: (RootConceptTaxonomyAxiom) ⇒ T, funSpecificDisjointConceptAxiom: (SpecificDisjointConceptAxiom) ⇒ T)(s: TerminologyBundleStatement): T

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  121. def foldTerm[T](funAspect: (Aspect) ⇒ T, funCardinalityRestrictedAspect: (CardinalityRestrictedAspect) ⇒ T, funConcept: (Concept) ⇒ T, funCardinalityRestrictedConcept: (CardinalityRestrictedConcept) ⇒ T, funCardinalityRestrictedReifiedRelationship: (CardinalityRestrictedReifiedRelationship) ⇒ T, funReifiedRelationshipRestriction: (ReifiedRelationshipRestriction) ⇒ T, funReifiedRelationship: (ReifiedRelationship) ⇒ T, funUnreifiedRelationship: (UnreifiedRelationship) ⇒ T, funScalar: (Scalar) ⇒ T, funStructure: (Structure) ⇒ T, funScalarOneOfRestriction: (ScalarOneOfRestriction) ⇒ T, funBinaryScalarRestriction: (BinaryScalarRestriction) ⇒ T, funIRIScalarRestriction: (IRIScalarRestriction) ⇒ T, funPlainLiteralScalarRestriction: (PlainLiteralScalarRestriction) ⇒ T, funStringScalarRestriction: (StringScalarRestriction) ⇒ T, funSynonymScalarRestriction: (SynonymScalarRestriction) ⇒ T, funTimeScalarRestriction: (TimeScalarRestriction) ⇒ T, funEntityScalarDataProperty: (EntityScalarDataProperty) ⇒ T, funEntityStructuredDataProperty: (EntityStructuredDataProperty) ⇒ T, funScalarDataProperty: (ScalarDataProperty) ⇒ T, funStructuredDataProperty: (StructuredDataProperty) ⇒ T, funChainRule: (ChainRule) ⇒ T)(t: Term): T

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  122. def foldTerminologyBoxAxiom[T](funConceptDesignationTerminologyAxiom: (ConceptDesignationTerminologyAxiom) ⇒ T, funTerminologyGraphDirectExtensionAxiom: (TerminologyExtensionAxiom) ⇒ T, funTerminologyGraphDirectNestingAxiom: (TerminologyNestingAxiom) ⇒ T)(t: TerminologyBoxAxiom): T

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  123. def foldTerminologyBundleAxiom[T](funBundledTerminologyAxiom: (BundledTerminologyAxiom) ⇒ T)(t: TerminologyBundleAxiom): T

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  124. def fromAnonymousConceptTaxonomyAxiom(ax: AnonymousConceptTaxonomyAxiom): AnonymousConceptUnionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  125. def fromAspect(a: Aspect): AspectSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  126. def fromAspectSubClassAxiom(ax: AspectSpecializationAxiom): AspectSpecializationSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  127. def fromBinaryScalarRestriction(ax: BinaryScalarRestriction): BinaryScalarRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  128. def fromBundledTerminologyAxiom(ax: BundledTerminologyAxiom): BundledTerminologySignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  129. def fromCardinalityRestrictedAspect(ca: CardinalityRestrictedAspect): CardinalityRestrictedAspectSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  130. def fromCardinalityRestrictedConcept(cc: CardinalityRestrictedConcept): CardinalityRestrictedConceptSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  131. def fromCardinalityRestrictedReifiedRelationship(crr: CardinalityRestrictedReifiedRelationship): CardinalityRestrictedReifiedRelationshipSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  132. def fromChainRule(ax: ChainRule): ChainRuleSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  133. def fromConcept(c: Concept): ConceptSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  134. def fromConceptDesignationTerminologyAxiom(ax: ConceptDesignationTerminologyAxiom): ConceptDesignationTerminologySignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  135. def fromConceptSpecializationAxiom(ax: ConceptSpecializationAxiom): ConceptSpecializationSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  136. def fromEntity(e: Entity): EntitySignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  137. def fromEntityExistentialRestrictionAxiom(ax: EntityExistentialRestrictionAxiom): EntityExistentialRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  138. def fromEntityScalarDataProperty(esc: EntityScalarDataProperty): EntityScalarDataPropertySignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  139. def fromEntityScalarDataPropertyExistentialRestrictionAxiom(ax: EntityScalarDataPropertyExistentialRestrictionAxiom): EntityScalarDataPropertyExistentialRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  140. def fromEntityScalarDataPropertyParticularRestrictionAxiom(ax: EntityScalarDataPropertyParticularRestrictionAxiom): EntityScalarDataPropertyParticularRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  141. def fromEntityScalarDataPropertyUniversalRestrictionAxiom(ax: EntityScalarDataPropertyUniversalRestrictionAxiom): EntityScalarDataPropertyUniversalRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  142. def fromEntityStructuredDataProperty(est: EntityStructuredDataProperty): EntityStructuredDataPropertySignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  143. def fromEntityStructuredDataPropertyParticularRestrictionAxiom(ax: EntityStructuredDataPropertyParticularRestrictionAxiom): EntityStructuredDataPropertyParticularRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  144. def fromEntityUniversalRestrictionAxiom(ax: EntityUniversalRestrictionAxiom): EntityUniversalRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  145. def fromIRIScalarRestriction(ax: IRIScalarRestriction): IRIScalarRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  146. def fromNumericScalarRestriction(ax: NumericScalarRestriction): NumericScalarRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  147. def fromPlainLiteralScalarRestriction(ax: PlainLiteralScalarRestriction): PlainLiteralScalarRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  148. def fromPredicate(p: Predicate): PredicateSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  149. def fromReifiedRelationship(r: ReifiedRelationship): ReifiedRelationshipSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  150. def fromReifiedRelationshipRestriction(ax: ReifiedRelationshipRestriction): ReifiedRelationshipRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  151. def fromReifiedRelationshipSpecializationAxiom(ax: ReifiedRelationshipSpecializationAxiom): ReifiedRelationshipSpecializationSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  152. def fromRestrictableRelationship(r: RestrictableRelationship): RestrictableRelationshipSignature

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  153. def fromRestrictionScalarDataPropertyValue(ax: RestrictionScalarDataPropertyValue): RestrictionScalarDataPropertyValueSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  154. def fromRestrictionStructuredDataPropertyTuple(ax: RestrictionStructuredDataPropertyTuple): RestrictionStructuredDataPropertyTupleSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  155. def fromRootConceptTaxonomyAxiom(ax: RootConceptTaxonomyAxiom): RootConceptTaxonomySignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  156. def fromRuleBodySegment(ax: RuleBodySegment): RuleBodySegmentSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  157. def fromScalarDataProperty(ssc: ScalarDataProperty): ScalarDataPropertySignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  158. def fromScalarOneOfLiteralAxiom(ax: ScalarOneOfLiteralAxiom): ScalarOneOfLiteralSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  159. def fromScalarOneOfRestriction(ax: ScalarOneOfRestriction): ScalarOneOfRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  160. def fromSegmentPredicate(ax: SegmentPredicate): SegmentPredicateSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  161. def fromSpecificDisjointConceptAxiom(ax: SpecificDisjointConceptAxiom): SpecificDisjointConceptSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  162. def fromStringScalarRestriction(ax: StringScalarRestriction): StringScalarRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  163. def fromStructuredDataProperty(sst: StructuredDataProperty): StructuredDataPropertySignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  164. def fromSubDataPropertyOfAxiom(ax: SubDataPropertyOfAxiom): SubDataPropertyOfAxiomSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  165. def fromSubObjectPropertyOfAxiom(ax: SubObjectPropertyOfAxiom): SubObjectPropertyOfAxiomSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  166. def fromSynonymScalarRestriction(ax: SynonymScalarRestriction): SynonymScalarRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  167. def fromTerminologyExtensionAxiom(ax: TerminologyExtensionAxiom): TerminologyExtensionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  168. def fromTerminologyNestingAxiom(ax: TerminologyNestingAxiom): TerminologyNestingSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  169. def fromTimeScalarRestriction(ax: TimeScalarRestriction): TimeScalarRestrictionSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  170. def fromUnreifiedRelationship(r: UnreifiedRelationship): UnreifiedRelationshipSignature[OWLAPIOMF]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  171. def getAnnotations(tbox: TerminologyBox): Set[AnnotationPropertyValue]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  172. def getAspectKindUUID(term: AspectKind): AspectKindUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  173. def getAspectUUID(term: Aspect): AspectUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  174. def getAxiomUUID(ax: Axiom): TerminologyBoxStatementUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  175. def getAxioms(tbox: TerminologyBox): (IRI, Iterable[Axiom])

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  176. def getCardinalityRestrictedAspectUUID(term: CardinalityRestrictedAspect): CardinalityRestrictedAspectUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  177. def getCardinalityRestrictedConceptUUID(term: CardinalityRestrictedConcept): CardinalityRestrictedConceptUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  178. def getCardinalityRestrictedReifiedRelationshipUUID(term: CardinalityRestrictedReifiedRelationship): CardinalityRestrictedReifiedRelationshipUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  179. final def getChainRule(ax: RuleBodySegment): \/[Throwables, ChainRule]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
    Annotations
    @tailrec()
  180. def getChainRuleUUID(term: ChainRule): ChainRuleUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  181. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  182. def getConceptKindUUID(term: ConceptKind): ConceptKindUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  183. def getConceptTreeDisjunctionUUID(ctd: ConceptTreeDisjunction): ConceptTreeDisjunctionUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  184. def getConceptUUID(term: Concept): ConceptUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  185. def getConceptualEntityUUID(term: ConceptualEntity): ConceptualEntityUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  186. def getConceptualRelationshipUUID(term: ConceptualRelationship): ConceptualRelationshipUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  187. final def getDataRange(tbox: OWLAPIOMF.TerminologyBox, name: LocalName, recursively: Boolean)(implicit store: OWLAPIOMF.Store, ops: OMFOps[OWLAPIOMF]): \/[Throwables, OWLAPIOMF.DataRange]

    Permalink
    Definition Classes
    ImmutableTerminologyGraphOps
  188. def getDataRangeUUID(term: DataRange): DataRangeUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  189. def getDataRelationshipToScalarUUID(term: DataRelationshipToScalar): DataRelationshipToScalarUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  190. def getDataRelationshipToStructureUUID(term: DataRelationshipToStructure): DataRelationshipToStructureUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  191. def getEntityRelationshipUUID(term: EntityRelationship): EntityRelationshipUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  192. def getEntityScalarDataPropertyUUID(term: EntityScalarDataProperty): EntityScalarDataPropertyUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  193. def getEntityStructuredDataPropertyUUID(term: EntityStructuredDataProperty): EntityStructuredDataPropertyUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  194. def getEntityUUID(term: Entity): EntityUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  195. def getReifiedRelationshipRestrictionUUID(term: ReifiedRelationshipRestriction): ReifiedRelationshipRestrictionUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  196. def getReifiedRelationshipUUID(term: ReifiedRelationship): ReifiedRelationshipUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  197. def getRestrictableRelationshipUUID(term: RestrictableRelationship): RestrictableRelationshipUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  198. def getScalarDataPropertyUUID(term: ScalarDataProperty): ScalarDataPropertyUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  199. def getScalarOneOfRestrictionUUID(term: ScalarOneOfRestriction): ScalarOneOfRestrictionUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  200. def getScalarUUID(term: Scalar): ScalarUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  201. def getStructureUUID(term: Structure): StructureUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  202. def getStructuredDataPropertyUUID(term: StructuredDataProperty): StructuredDataPropertyUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  203. def getTermIRI(term: Term): IRI

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  204. def getTermName(term: Term): LocalName

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  205. def getTermUUID(term: Term): TermUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  206. def getTerminologyKind(tbox: TerminologyBox): TerminologyKind

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  207. def getTerms(tbox: TerminologyBox): (IRI, Iterable[Term])

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  208. def getUnreifiedRelationshipUUID(term: UnreifiedRelationship): UnreifiedRelationshipUUID

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  209. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  210. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  211. def lookupAspect(tbox: TerminologyBox, iri: Option[IRI], recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[Aspect]

    Permalink
  212. def lookupAspect(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[Aspect]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  213. def lookupAspectKind(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[AspectKind]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  214. def lookupConcept(graph: TerminologyBox, iri: Option[IRI], recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[Concept]

    Permalink
  215. def lookupConcept(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[Concept]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  216. def lookupConceptKind(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[ConceptKind]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  217. def lookupConceptualRelationship(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[ConceptualRelationship]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  218. def lookupDataRange(tbox: TerminologyBox, iri: Option[IRI], recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[DataRange]

    Permalink
  219. def lookupDataRange(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[DataRange]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  220. def lookupEntity(tbox: TerminologyBox, iri: Option[IRI], recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[Entity]

    Permalink
  221. def lookupEntity(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[Entity]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  222. def lookupEntityScalarDataProperty(tbox: TerminologyBox, iri: Option[IRI], recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[EntityScalarDataProperty]

    Permalink
  223. def lookupEntityScalarDataProperty(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[EntityScalarDataProperty]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  224. def lookupEntityStructuredDataProperty(tbox: TerminologyBox, iri: Option[IRI], recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[EntityStructuredDataProperty]

    Permalink
  225. def lookupEntityStructuredDataProperty(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[EntityStructuredDataProperty]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  226. def lookupNestingAxiomForNestedChildIfAny(nestedG: TerminologyBox)(implicit store: OWLAPIOMFGraphStore): Option[TerminologyNestingAxiom]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  227. def lookupNestingAxiomsForNestingContext(nestingC: ConceptKind)(implicit store: OWLAPIOMFGraphStore): Set[TerminologyNestingAxiom]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  228. def lookupReifiedRelationship(tbox: TerminologyBox, iri: Option[IRI], recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[ReifiedRelationship]

    Permalink
  229. def lookupReifiedRelationship(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[ReifiedRelationship]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  230. def lookupReifiedRelationshipRestriction(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[ReifiedRelationshipRestriction]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  231. def lookupScalarDataProperty(tbox: TerminologyBox, iri: Option[IRI], recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[ScalarDataProperty]

    Permalink
  232. def lookupScalarDataProperty(graph: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[ScalarDataProperty]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  233. def lookupStructure(graph: TerminologyBox, iri: Option[IRI], recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[Structure]

    Permalink
  234. def lookupStructure(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[Structure]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  235. def lookupStructuredDataProperty(tbox: TerminologyBox, iri: Option[IRI], recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[StructuredDataProperty]

    Permalink
  236. def lookupStructuredDataProperty(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[StructuredDataProperty]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  237. def lookupTerm(tbox: TerminologyBox, iri: Option[IRI], recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[Term]

    Permalink
  238. def lookupTerm(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[Term]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  239. def lookupUnreifiedRelationship(tbox: TerminologyBox, iri: IRI, recursively: Boolean)(implicit store: OWLAPIOMFGraphStore): Option[UnreifiedRelationship]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  240. def makeChainRule(tbox: MutableTerminologyBox, rule: ChainRule)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, Unit]

    Permalink
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  241. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  242. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  243. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  244. def reifiedRelationshipSpecializationAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.ConceptualRelationship, sup: OWLAPIOMF.ConceptualRelationship)(implicit store: OWLAPIOMF.Store): \/[Throwables, ReifiedRelationshipSpecializationAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  245. def removeTerminologyAnnotations(tbox: MutableTerminologyBox, subject: LogicalElement, property: AnnotationProperty)(implicit store: OWLAPIOMFGraphStore): \/[Throwables, Set[AnnotationPropertyValue]]

    Permalink
    Definition Classes
    OWLAPIMutableTerminologyGraphOps → MutableTerminologyGraphOps
  246. def restrictedDataRangeOf(dr: DataRange)(implicit store: OWLAPIOMFGraphStore): Option[DataRange]

    Permalink
    Definition Classes
    OWLAPIImmutableTerminologyGraphOps → ImmutableTerminologyGraphOps
  247. def restrictionScalarDataPropertyValueUUID(graph: OWLAPIOMF.MutableTerminologyBox, structuredDataPropertyContext: OWLAPIOMF.RestrictionStructuredDataPropertyContext, scalarProperty: OWLAPIOMF.DataRelationshipToScalar, literalValue: LiteralValue)(implicit store: OWLAPIOMF.Store): \/[Throwables, RestrictionScalarDataPropertyValueUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  248. def restrictionStructuredDataPropertyTupleUUID(graph: OWLAPIOMF.MutableTerminologyBox, structuredDataPropertyContext: OWLAPIOMF.RestrictionStructuredDataPropertyContext, structuredProperty: OWLAPIOMF.DataRelationshipToStructure)(implicit store: OWLAPIOMF.Store): \/[Throwables, RestrictionStructuredDataPropertyTupleUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  249. def rootConceptTaxonomyAxiomUUID(terminologyBundle: OWLAPIOMF.MutableBundle, root: OWLAPIOMF.ConceptKind)(implicit store: OWLAPIOMF.Store): \/[Throwables, RootConceptTaxonomyAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  250. def scalarOneOfLiteralAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, scalarOneOfRestriction: OWLAPIOMF.ScalarOneOfRestriction, value: LiteralValue): \/[Throwables, ScalarOneOfLiteralAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  251. def specificDisjointConceptAxiomUUID(terminologyBundle: OWLAPIOMF.MutableBundle, disjointTerminologyParent: OWLAPIOMF.ConceptTreeDisjunction, disjointLeaf: OWLAPIOMF.ConceptKind)(implicit store: OWLAPIOMF.Store): \/[Throwables, SpecificDisjointConceptAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  252. def subDataPropertyOfAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.EntityScalarDataProperty, sup: OWLAPIOMF.EntityScalarDataProperty)(implicit store: OWLAPIOMF.Store): \/[Throwables, SubDataPropertyOfAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  253. def subObjectPropertyOfAxiomUUID(graph: OWLAPIOMF.MutableTerminologyBox, sub: OWLAPIOMF.UnreifiedRelationship, sup: OWLAPIOMF.UnreifiedRelationship)(implicit store: OWLAPIOMF.Store): \/[Throwables, SubObjectPropertyOfAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  254. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  255. def terminologyExtensionUUID(extendingG: OWLAPIOMF.MutableTerminologyBox, extendedG: OWLAPIOMF.TerminologyBox)(implicit store: OWLAPIOMF.Store): \/[Throwables, TerminologyExtensionAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  256. def terminologyNestingAxiomUUID(nestingGraph: OWLAPIOMF.TerminologyBox, nestingContext: OWLAPIOMF.ConceptKind, nestedGraph: OWLAPIOMF.TerminologyBox)(implicit store: OWLAPIOMF.Store): \/[Throwables, TerminologyNestingAxiomUUID]

    Permalink
    Definition Classes
    MutableTerminologyGraphOps
  257. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  258. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  259. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  260. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped