Packages

o

amf

VocabularyExporter

object VocabularyExporter

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VocabularyExporter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val blacklist: Map[ModelVocabulary, Seq[ModelVocabulary]]
  6. def buildClassTerm(klassName: String, modelObject: Obj): Option[VocabClassTerm]
  7. def buildPropertyTerm(field: Field, klass: VocabClassTerm): Unit
  8. var classToFile: Map[String, String]
  9. var classes: Map[String, VocabClassTerm]
  10. def classesForVocabulary(vocabulary: ModelVocabulary): Seq[VocabClassTerm]
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def compactUri(id: String, current: ModelVocabulary): String
  13. def computeRange(fieldType: Type, propertyTerm: VocabPropertyTerm): VocabPropertyTerm
  14. def computeUses(vocabulary: ModelVocabulary, vocabs: Seq[ModelVocabulary], p: (ModelVocabulary) ⇒ String): Map[String, String]
  15. val conflictive: Seq[String]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. var files: Map[String, VocabularyFile]
  19. def fillInitialFiles(): Unit
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def main(args: Array[String]): Unit
  25. def metaObjects(reflections: Reflections, handler: (String) ⇒ Any): Unit
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def notBlacklisted(klasses: Seq[String], vocabulary: ModelVocabulary): Seq[String]
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def parseMetaObject(klassName: String): Option[VocabClassTerm]
  31. var properties: Map[String, VocabPropertyTerm]
  32. val reflectionsCoreDoc: Reflections
  33. val reflectionsCoreDomain: Reflections
  34. val reflectionsShapes: Reflections
  35. val reflectionsWebApi: Reflections
  36. def renderVocabulary(vocabulary: ModelVocabulary): String
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped