HasProperties

overflowdb.schema.HasProperties

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def properties: Seq[Property[_]]

properties (including potentially inherited properties)

properties (including potentially inherited properties)

Attributes

Concrete methods

def addProperties(additional: Property[_]*): HasProperties.this.type
def addProperty(additional: Property[_]): HasProperties.this.type

Concrete fields

protected val _properties: Set[Property[_]]