renesca.schema.macros.Generators

Schema

Related Docs: class Schema | package Generators

object Schema extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Schema
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. def apply(schemaPattern: Generators.SchemaPattern): Schema

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def childNodesOfNodeTrait(nodeTraits: List[Generators.NodeTraitPattern], nodePatterns: List[Generators.NamePattern with Generators.SuperTypesPattern], nodeTrait: Generators.NodeTraitPattern): List[String]

  7. def childNodesOfNodeTraitsWithTraits(nodeTraits: List[Generators.NodeTraitPattern], nodePatterns: List[Generators.NamePattern with Generators.SuperTypesPattern], nodeTrait: Generators.NodeTraitPattern): List[String]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def filterSuperTypes(patterns: List[_ <: Generators.NamePattern], pattern: Generators.SuperTypesPattern): List[String]

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def findSuperFactoryParameterList[P <: Generators.NamePattern with Generators.SuperTypesPattern, Q <: Named with HasOwnFactory](patterns: List[_ <: P], pattern: P, nameClasses: List[Q]): Option[ParameterList]

  14. def flatSuperStatements[P <: Generators.NamePattern with Generators.SuperTypesPattern with Generators.StatementsPattern](superTypePatterns: List[Generators.NamePattern with Generators.SuperTypesPattern with Generators.StatementsPattern], pattern: P): List[scala.reflect.macros.Universe.Tree]

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def groupToNodes(groupPatterns: List[Generators.GroupPattern], groupPattern: Generators.GroupPattern): List[String]

  17. def groupToRelations(groupPatterns: List[Generators.GroupPattern], nodePatterns: List[Generators.NodePattern], hyperRelationPatterns: List[Generators.HyperRelationPattern], relations: List[Generators.NamePattern with Generators.StartEndNodePattern], groupPattern: Generators.GroupPattern): List[String]

  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def isDeepSuperType[P <: Generators.NamePattern with Generators.SuperTypesPattern](patterns: List[P], subPattern: P, superPattern: P): Boolean

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def nameToPattern[P <: Generators.NamePattern](patterns: List[P], name: String): P

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def neighbours(nodePattern: Generators.NodePattern, relations: List[Generators.NamePattern with Generators.StartEndNodePattern], nodePatterns: List[Generators.NodePattern], nodeTraitPatterns: List[Generators.NodeTraitPattern]): List[(String, String, String)]

  24. def nodeNamesToRelations[R <: Generators.StartEndNodePattern](nodeNames: List[String], relations: List[R]): List[R]

  25. def nodeTraitToCommonHyperNodeTraits[P <: Generators.NamePattern with Generators.SuperTypesPattern](nodeTraitPatterns: List[Generators.NodeTraitPattern], middleNodeTraitPatterns: List[P], nodePatterns: List[Generators.NodePattern], hyperRelationPatterns: List[Generators.HyperRelationPattern], nodeTrait: Generators.NodeTraitPattern): List[String]

  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def patternToFlatSubTypes[P <: Generators.NamePattern with Generators.SuperTypesPattern, SUB <: P](patterns: List[SUB], pattern: P): List[SUB]

  29. def patternToFlatSuperTypes[P <: Generators.NamePattern with Generators.SuperTypesPattern, SUPER <: P](patterns: List[SUPER], pattern: P): List[SUPER]

  30. def patternToNameClasses[P <: Named with HasOwnFactory](patterns: List[_ <: Generators.NamePattern], nameClasses: List[P]): List[P]

  31. def patternToSubTypes[P <: Generators.NamePattern with Generators.SuperTypesPattern](patterns: List[P], pattern: P): List[P]

  32. def patternToSuperTypes[P <: Generators.NamePattern with Generators.SuperTypesPattern](patterns: List[P], pattern: P): List[P]

  33. def rev_neighbours(nodePattern: Generators.NodePattern, relations: List[Generators.NamePattern with Generators.StartEndNodePattern], nodePatterns: List[Generators.NodePattern], nodeTraitPatterns: List[Generators.NodeTraitPattern]): List[(String, String, String)]

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

    Definition Classes
    AnyRef
  35. val testNode: Generators.NodePattern

  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def traitCanHaveOwnFactory(hierarchyPatterns: List[Generators.NamePattern with Generators.SuperTypesPattern with Generators.StatementsPattern], currentTrait: Generators.NamePattern with Generators.SuperTypesPattern): Boolean

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped