Trait/Object

org.omg.oti.mof.runtime

ResourceStore

Related Docs: object ResourceStore | package runtime

Permalink

trait ResourceStore extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResourceStore
  2. AnyRef
  3. 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 addElements(es: Iterable[(EntityUUID, ModelElement)]): Unit

    Permalink
    Attributes
    protected[org.omg.oti.mof]
  5. def addOrderedLinks(os: Iterable[AnyModelOrderedLink]): Unit

    Permalink
  6. def addUnorderedLinks(os: Iterable[AnyModelUnorderedLink]): Unit

    Permalink
  7. val allAssociations: HashMap[String, AnyAssociation]

    Permalink
  8. val allMetaAssociations: HashMap[String, AnyMetaAssociation]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val compositeAssociations: HashMap[String, AnyAssociation]

    Permalink
  12. def createModelDocument(resourceIRI: ResourceIRI): ModelDocument

    Permalink
  13. val documents: HashMap[ResourceIRI, ModelDocument]

    Permalink
    Attributes
    protected
  14. val elements: HashMap[EntityUUID, ModelElement]

    Permalink
    Attributes
    protected
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getModelDocument(resourceIRI: ResourceIRI): ModelDocument

    Permalink
  20. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  22. def lookupModelDocument(resourceIRI: ResourceIRI): Option[ModelDocument]

    Permalink
  23. def lookupModelElement(uuid: EntityUUID): Option[ModelElement]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val orderedAssociations: HashMap[String, AnyAssociation]

    Permalink
  28. val orderedAtomicAttributes: HashMap[String, OrderedAtomicAttribute[_]]

    Permalink
  29. val orderedLinks: ListBuffer[AnyModelOrderedLink]

    Permalink
    Attributes
    protected
  30. val referenceAssociations: HashMap[String, AnyAssociation]

    Permalink
  31. val sourceOrderedReferenceAssociations: MirroringHashMap[String, AnySourceOrderedReferenceAssociation, AnyAssociation]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val targetOrderedCompositeAssociations: MirroringHashMap[String, AnyTargetOrderedCompositeAssociation, AnyAssociation]

    Permalink
  34. val targetOrderedReferenceAssociations: MirroringHashMap[String, AnyTargetOrderedReferenceAssociation, AnyAssociation]

    Permalink
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. val unorderedAssociations: HashMap[String, AnyAssociation]

    Permalink
  37. val unorderedAtomicAttributes: HashMap[String, UnorderedAtomicAttribute[_]]

    Permalink
  38. val unorderedCompositeAssociations: MirroringHashMap[String, AnyUnorderedCompositeAssociation, AnyAssociation]

    Permalink
  39. val unorderedEnumerationAttributes: HashMap[String, UnorderedEnumerationAttribute[_]]

    Permalink
  40. val unorderedLinks: ListBuffer[AnyModelUnorderedLink]

    Permalink
    Attributes
    protected
  41. val unorderedReferenceAssociations: MirroringHashMap[String, AnyUnorderedReferenceAssociation, AnyAssociation]

    Permalink
  42. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped