Package

gov.nasa.jpl.imce.oml

resolver

Permalink

package resolver

Visibility
  1. Public
  2. All

Type Members

  1. case class OMLResolutionError(message: String) extends IllegalArgumentException with Product with Serializable

    Permalink
  2. case class OMLResolvedTable(extents: Seq[Extent] = Seq.empty, logicalElements: Map[LogicalElement, Extent] = Map.empty, annotationPropertyValues: Seq[AnnotationPropertyValue] = Seq.empty, terminologyBoxOfTerminologyBoxAxiom: Map[TerminologyBoxAxiom, TerminologyBox] = Map.empty, terminologyBoxOfTerminologyBoxStatement: Map[TerminologyBoxStatement, TerminologyBox] = Map.empty, chainRuleOfRuleBodySegment: Map[RuleBodySegment, ChainRule] = Map.empty, ruleBodySegmentOfSegmentPredicate: Map[SegmentPredicate, RuleBodySegment] = Map.empty, ruleBodySegmentOfRuleBodySegment: Map[RuleBodySegment, RuleBodySegment] = Map.empty, restrictionStructuredDataPropertyContextOfRestrictionStructuredDataPropertyTuple: Map[RestrictionStructuredDataPropertyTuple, RestrictionStructuredDataPropertyContext] = Map.empty, restrictionStructuredDataPropertyContextOfRestrictionScalarDataPropertyValue: Map[RestrictionScalarDataPropertyValue, RestrictionStructuredDataPropertyContext] = Map.empty, bundleOfTerminologyBundleAxiom: Map[TerminologyBundleAxiom, Bundle] = Map.empty, bundleOfTerminologyBundleStatement: Map[TerminologyBundleStatement, Bundle] = Map.empty, conceptTreeDisjunctionOfDisjointUnionOfConceptsAxiom: Map[DisjointUnionOfConceptsAxiom, ConceptTreeDisjunction] = Map.empty, descriptionBoxOfDescriptionBoxRefinement: Map[DescriptionBoxRefinement, DescriptionBox] = Map.empty, descriptionBoxOfDescriptionBoxExtendsClosedWorldDefinitions: Map[DescriptionBoxExtendsClosedWorldDefinitions, DescriptionBox] = Map.empty, descriptionBoxOfConceptInstance: Map[ConceptInstance, DescriptionBox] = Map.empty, descriptionBoxOfReifiedRelationshipInstance: Map[ReifiedRelationshipInstance, DescriptionBox] = Map.empty, descriptionBoxOfReifiedRelationshipInstanceDomain: Map[ReifiedRelationshipInstanceDomain, DescriptionBox] = Map.empty, descriptionBoxOfReifiedRelationshipInstanceRange: Map[ReifiedRelationshipInstanceRange, DescriptionBox] = Map.empty, descriptionBoxOfUnreifiedRelationshipInstanceTuple: Map[UnreifiedRelationshipInstanceTuple, DescriptionBox] = Map.empty, descriptionBoxOfSingletonInstanceScalarDataPropertyValue: Map[SingletonInstanceScalarDataPropertyValue, DescriptionBox] = Map.empty, descriptionBoxOfSingletonInstanceStructuredDataPropertyValue: Map[SingletonInstanceStructuredDataPropertyValue, DescriptionBox] = Map.empty, singletonInstanceStructuredDataPropertyContextOfStructuredDataPropertyTuple: Map[StructuredDataPropertyTuple, SingletonInstanceStructuredDataPropertyContext] = Map.empty, singletonInstanceStructuredDataPropertyContextOfScalarDataPropertyValue: Map[ScalarDataPropertyValue, SingletonInstanceStructuredDataPropertyContext] = Map.empty) extends Product with Serializable

    Permalink

    A global table of resolved OML Elements.

    A global table of resolved OML Elements.

    extents

    The set of OML Extents resolved.

    logicalElements

    The OML Extent of each OML LogicalElement resolved.

    annotationPropertyValues

    The set of OML AnnotationPropertyValues across all OML Extents.

    terminologyBoxOfTerminologyBoxAxiom

    The OML TerminologyBox of each OML TerminologyBoxAxiom resolved.

    terminologyBoxOfTerminologyBoxStatement

    The OML TerminologyBox of each OML TerminologyBoxStatement resolved.

    chainRuleOfRuleBodySegment

    The OML ChainRule of each OML RuleBodySegment resolved.

    ruleBodySegmentOfSegmentPredicate

    The OML RuleBodySegment of each OML SegmentPredicate resolved.

    ruleBodySegmentOfRuleBodySegment

    The OML RuleBodySegment of each OML RuleBodySegment resolved.

    restrictionStructuredDataPropertyContextOfRestrictionStructuredDataPropertyTuple

    The OML RestrictionStructuredDataPropertyContext of each OML RestrictionStructuredDataPropertyTuple resolved.

    restrictionStructuredDataPropertyContextOfRestrictionScalarDataPropertyValue

    The OML RestrictionStructuredDataPropertyContext of each OML RestrictionScalarDataPropertyValue resolved.

    bundleOfTerminologyBundleAxiom

    The OML Bundle of each OML TerminologyBundleAxiom resolved.

    bundleOfTerminologyBundleStatement

    The OML Bundle of each OML TerminologyBundleStatement resolved.

    conceptTreeDisjunctionOfDisjointUnionOfConceptsAxiom

    The OML ConceptTreeDisjunction of each OML DisjointUnionOfConceptsAxiom resolved.

    descriptionBoxOfDescriptionBoxRefinement

    The OML DescriptionBox of each OML DescriptionBoxRefinement resolved.

    descriptionBoxOfDescriptionBoxExtendsClosedWorldDefinitions

    The OML DescriptionBox of each DescriptionBoxExtendsClosedWorldDefinitions resolved.

    descriptionBoxOfConceptInstance

    The OML DescriptionBox of each OML ConceptInstance resolved.

    descriptionBoxOfReifiedRelationshipInstance

    The OML DescriptionBox of each OML ReifiedRelationshipInstance resolved.

    descriptionBoxOfReifiedRelationshipInstanceDomain

    The OML DescriptionBox of each OML ReifiedRelationshipInstanceDomain resolved.

    descriptionBoxOfReifiedRelationshipInstanceRange

    The OML DescriptionBox of each OML ReifiedRelationshipInstanceRange resolved.

    descriptionBoxOfUnreifiedRelationshipInstanceTuple

    The OML DescriptionBox of each OML UnreifiedRelationshipInstanceTuple resolved.

    descriptionBoxOfSingletonInstanceScalarDataPropertyValue

    The OML DescriptionBox of each OML SingletonInstanceScalarDataPropertyValue resolved.

    descriptionBoxOfSingletonInstanceStructuredDataPropertyValue

    The OML DescriptionBox of each OML SingletonInstanceStructuredDataPropertyValue resolved.

    singletonInstanceStructuredDataPropertyContextOfStructuredDataPropertyTuple

    The OML SingletonInstanceStructuredDataPropertyContext of each OML StructuredDataPropertyTuple resolved.

    singletonInstanceStructuredDataPropertyContextOfScalarDataPropertyValue

    The OML SingletonInstanceStructuredDataPropertyContext of each OML ScalarDataPropertyValue resolved.

Value Members

  1. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  2. object Filterable

    Permalink

    This is inspired from QVT's select operator and 'select[<type>]' filtering syntax.

  3. object GraphUtilities

    Permalink

    Hierarchical Topological Sort for directed hypergraphs where a node is a graph.

  4. object OMLResolutionError extends Serializable

    Permalink
  5. object OMLResolvedTable extends Serializable

    Permalink
  6. object ResolverUtilities

    Permalink

    OML Resolver Support.

  7. object TableUtilities

    Permalink

    Utilities for reading OML Tabular files (*.omlzip)

  8. package impl

    Permalink

Ungrouped