class VocabularyDeclarations extends Declarations
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- VocabularyDeclarations
- Declarations
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new VocabularyDeclarations(externals: Map[String, External] = Map(), classTerms: Map[String, ClassTerm] = Map(), propertyTerms: Map[String, PropertyTerm] = Map(), libs: Map[String, VocabularyDeclarations] = Map(), errorHandler: Option[ErrorHandler], futureDeclarations: FutureDeclarations)
Type Members
-
trait
ErrorDeclaration extends AnyRef
- Definition Classes
- Declarations
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+=(element: DomainElement): Declarations
- Definition Classes
- Declarations
-
def
+=(fragment: (String, Fragment)): Declarations
- Definition Classes
- Declarations
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
var
annotations: Map[String, CustomDomainProperty]
- Definition Classes
- Declarations
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- var classTerms: Map[String, ClassTerm]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
declarables(): Seq[DomainElement]
- Definition Classes
- Declarations
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(message: String, ast: YPart): Unit
- Attributes
- protected
- Definition Classes
- Declarations
- var externals: Map[String, External]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
- Definition Classes
- Declarations
-
def
findAnnotationOrError(ast: YPart)(key: String, scope: Scope): CustomDomainProperty
- Definition Classes
- Declarations
-
def
findEquivalent(element: DomainElement): Option[DomainElement]
- Definition Classes
- Declarations
-
def
findForType(key: String, map: (Declarations) ⇒ Map[String, DomainElement], scope: Scope): Option[DomainElement]
- Attributes
- protected
- Definition Classes
- Declarations
-
var
fragments: Map[String, DomainElement]
- Definition Classes
- Declarations
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getClassTermId(alias: String): Option[String]
-
def
getOrCreateLibrary(alias: String): VocabularyDeclarations
Get or create specified library.
Get or create specified library.
- Definition Classes
- VocabularyDeclarations → Declarations
- def getPropertyTermId(alias: String): Option[String]
- def getTermId(value: String): Option[String]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
var
libraries: Map[String, Declarations]
- Definition Classes
- Declarations
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- var propertyTerms: Map[String, PropertyTerm]
- def registerTerm(term: ClassTerm): Unit
- def registerTerm(term: PropertyTerm): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )