DiagramBuilder class abstract

Constructors

DiagramBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAggregation(FieldElement element) → void
addField(FieldElement element) → void
addInterface(InterfaceType element) → void
addMethod(MethodElement element) → void
addMixin(InterfaceType element) → void
addSuper(InterfaceType element) → void
beginClass(ClassElement element) → void
endClass(ClassElement element) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printContent(void printer(String content)) → void
toString() String
A string representation of this object.
inherited
writeContent(File file) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited