Class: AnyConfiguration
Generic configuration that inherits all aspects of both node and edge configurations
URI: ex:AnyConfiguration
classDiagram
NodeProperty <|-- AnyConfiguration
EdgeProperty <|-- AnyConfiguration
ElementConfiguration <|-- AnyConfiguration
AnyConfiguration : arrowhead
AnyConfiguration : arrowtail
AnyConfiguration : color
AnyConfiguration : fontcolor
AnyConfiguration : label
AnyConfiguration : penwidth
Inheritance
- ElementConfiguration
- AnyConfiguration [ NodeProperty EdgeProperty]
Slots
Name | Cardinality and Range | Description |
---|---|---|
color | 0..1 Color |
Basic drawing color for graphics, not text |
fontcolor | 0..1 Color |
|
arrowhead | 0..1 ArrowType |
|
arrowtail | 0..1 ArrowType |
|
penwidth | 0..1 xsd:integer |
|
label | 0..1 xsd:string |
Usages
used by | used in | type | used |
---|---|---|---|
ConditionalProperty | properties | range | AnyConfiguration |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/kgviz/
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['ex:AnyConfiguration'] |
native | ['ex:AnyConfiguration'] |
LinkML Specification
Direct
name: AnyConfiguration
description: Generic configuration that inherits all aspects of both node and edge
configurations
from_schema: https://w3id.org/kgviz/
rank: 1000
is_a: ElementConfiguration
mixins:
- NodeProperty
- EdgeProperty
Induced
name: AnyConfiguration
description: Generic configuration that inherits all aspects of both node and edge
configurations
from_schema: https://w3id.org/kgviz/
rank: 1000
is_a: ElementConfiguration
mixins:
- NodeProperty
- EdgeProperty
attributes:
color:
name: color
description: Basic drawing color for graphics, not text. For the latter, use the
fontcolor attribute.
from_schema: https://w3id.org/kgviz/graphviz
rank: 1000
mixins:
- edge property
- node property
- cluster property
slot_uri: https://graphviz.org/doc/info/attrs.html#d:color
alias: color
owner: AnyConfiguration
domain_of:
- RelationConfiguration
- NodeProperty
range: Color
fontcolor:
name: fontcolor
from_schema: https://w3id.org/kgviz/graphviz
rank: 1000
alias: fontcolor
owner: AnyConfiguration
domain_of:
- GeneralProperty
- NodeProperty
range: Color
arrowhead:
name: arrowhead
from_schema: https://w3id.org/kgviz/graphviz
rank: 1000
alias: arrowhead
owner: AnyConfiguration
domain_of:
- EdgeProperty
range: ArrowType
arrowtail:
name: arrowtail
from_schema: https://w3id.org/kgviz/graphviz
rank: 1000
alias: arrowtail
owner: AnyConfiguration
domain_of:
- EdgeProperty
range: ArrowType
penwidth:
name: penwidth
from_schema: https://w3id.org/kgviz/graphviz
rank: 1000
slot_uri: https://graphviz.org/doc/info/attrs.html#d:penwidth
alias: penwidth
owner: AnyConfiguration
domain_of:
- RelationConfiguration
- GeneralProperty
range: integer
label:
name: label
from_schema: https://w3id.org/kgviz/graphviz
rank: 1000
alias: label
owner: AnyConfiguration
domain_of:
- RelationConfiguration
- GeneralProperty
range: string