Attributes

org.finos.morphir.util.attribs.Attributes
See theAttributes companion object
final class Attributes

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def ++=(bindings: Seq[Binding[_]]): Attributes
def get[V](property: Attribute[V]): V
def hasProperty[V](property: Attribute[V]): Boolean
def set[V](property: Attribute[V], value: V): Attributes
def update[V](property: Attribute[V], f: V => V): Attributes