Heracles.ts

@hydra-cg/heracles.ts > IProperty

Interface: IProperty

Describes an abstract property.

interface:

Hierarchy

IResource

↳ IProperty

Index

Properties


Properties

description

● description: string

Defined in DataModel/IProperty.ts:21

Gets the property’s description.

readonly:

returns:


displayName

● displayName: string

Defined in DataModel/IProperty.ts:14

Gets the class’ display name.

readonly:

returns:


iri

● iri: string

Inherited from IResource.iri

Defined in DataModel/IResource.ts:13

Gets an Iri of a resource.

readonly:

returns:


type

● type: TypesCollection

Inherited from IResource.type

Defined in DataModel/IResource.ts:20

Gets classes a given resource is of.

readonly:

returns:


valuesOfType

● valuesOfType: ResourceFilterableCollection<IResource>

Defined in DataModel/IProperty.ts:28

Gets the types of values this property can have.

readonly:

returns: