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]): List[Generators.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 graphToNodes(graphPatterns: List[Generators.GraphPattern], graphPattern: Generators.GraphPattern): List[String]

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def inducedRelations(nodes: List[String], nodePatterns: List[Generators.NodePattern], nodeTraitPatterns: List[Generators.NodeTraitPattern], hyperRelationPatterns: List[Generators.HyperRelationPattern], relations: List[Generators.NamePattern with Generators.StartEndNodePattern]): List[String]

  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 patternToFlatSubTypesWithSelf[P <: Generators.NamePattern with Generators.SuperTypesPattern, SUB <: P](patterns: List[SUB], pattern: P): List[P]

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

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

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

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

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

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

  35. 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)]

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

  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
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped