case class VocabularyObject(entity: DomainEntity = DomainEntity(Vocabulary), parent: Option[TopLevelObject] = None) extends TopLevelObject with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VocabularyObject
- Serializable
- Serializable
- Product
- Equals
- TopLevelObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new VocabularyObject(entity: DomainEntity = DomainEntity(Vocabulary), parent: Option[TopLevelObject] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def base(): Option[String]
-
def
canEqual(other: Any): Boolean
- Definition Classes
- TopLevelObject
- def classTerms(): Seq[ClassObject]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
domainEntity: DomainEntity
- Definition Classes
- TopLevelObject
- val entity: DomainEntity
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- TopLevelObject → AnyRef → Any
- def external(): Seq[ExternalObject]
- def externalTerms(): Seq[PropertyObject]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- TopLevelObject → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
parent: Option[TopLevelObject]
- Definition Classes
- VocabularyObject → TopLevelObject
- def propertyTerms(): Seq[PropertyObject]
-
def
resolveReference[T](refP: DialectPropertyMapping, resolver: (TopLevelObject, String) ⇒ Option[T], v: (DomainEntity) ⇒ T): Option[T]
- Attributes
- protected
- Definition Classes
- TopLevelObject
-
def
resolveReferences[T](refP: DialectPropertyMapping, resolver: (TopLevelObject, String) ⇒ Option[T], v: (DomainEntity) ⇒ T): List[T]
- Attributes
- protected
- Definition Classes
- TopLevelObject
-
def
resolveReferences2Options[T](refP: DialectPropertyMapping, resolver: (TopLevelObject, String) ⇒ Option[T], v: (DomainEntity) ⇒ T): List[Option[T]]
- Attributes
- protected
- Definition Classes
- TopLevelObject
-
def
root: TopLevelObject
- Definition Classes
- TopLevelObject
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def usage(): Option[String]
- def uses(): Seq[NameSpaceImportObject]
- def version(): Option[String]
- def vocabulary(): Option[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withBase(value: String): VocabularyObject
- def withClassTerms(value: ClassObject): VocabularyObject
- def withExternal(value: ExternalObject): VocabularyObject
- def withExternalTerms(value: PropertyObject): VocabularyObject
- def withPropertyTerms(value: PropertyObject): VocabularyObject
- def withUsage(value: String): VocabularyObject
- def withUses(value: NameSpaceImportObject): VocabularyObject
- def withVersion(value: String): VocabularyObject
- def withVocabulary(value: String): VocabularyObject