Package it.unive.lisa.util.representation
-
Interface Summary Interface Description StructuredObject An object that whose contents can be converted to a domain-independentStructuredRepresentation
for later use. -
Class Summary Class Description ListRepresentation AStructuredRepresentation
in the form of a list of values.MapRepresentation AStructuredRepresentation
in the form of a key-value mapping.ObjectRepresentation AStructuredRepresentation
in the form of a complex object with fields.SetRepresentation AStructuredRepresentation
in the form of a set of values.StringRepresentation AStructuredRepresentation
in the form of a single string element.StructuredRepresentation A structured representation of the information present in a single instance of an object.