Uses of Interface
org.refcodes.structure.Relation
-
-
Uses of Relation in org.refcodes.structure
Subinterfaces of Relation in org.refcodes.structure Modifier and Type Interface Description interfaceAttributeInterface describing a bean's attribute with a key represented by aStringand the value being of any type.static interfaceAttribute.AttributeBuilderAdds builder functionality to anAttribute.interfacePropertyAPropertyis defined as beingStringrepresenting a property's key and aStringrepresenting the proprty's value.static interfaceProperty.PropertyBuilderAdds builder functionality to aProperty.static interfaceRelation.RelationBuilder<K,V>Adds builder functionality to aRelation.Classes in org.refcodes.structure that implement Relation Modifier and Type Class Description classAttributeImplClass describing a beans's attribute.static classAttributeImpl.AttributeBuilderImplImplementation of theProperty.PropertyBuilderinterface.classPropertyImplImplementation of thePropertyinterface.static classPropertyImpl.PropertyBuilderImplImplementation of theProperty.PropertyBuilderinterface.classRelationImpl<K,V>Implementation of theRelationinterface.static classRelationImpl.RelationBuilderImpl<K,V>Implementation of theRelation.RelationBuilderinterface.Methods in org.refcodes.structure with parameters of type Relation Modifier and Type Method Description default java.lang.StringCanonicalMap.MutableCanonicalMap. put(Relation<java.lang.String,java.lang.String> aRelation)Adds the given element related to the given key.VDictionary.MutableDictionary. put(Relation<K,V> aRelation)Adds the given element related to the given key.default TPathMap.MutablePathMap. put(Relation<java.lang.String,T> aRelation)Adds the given element related to the given key.default CanonicalMap.CanonicalMapBuilderCanonicalMap.CanonicalMapBuilder. withPut(Relation<java.lang.String,java.lang.String> aProperty)Builder method forDictionary.MutableDictionary.put(Relation).BDictionary.MutableDictionary.DictionaryBuilder. withPut(Relation<K,V> aRelation)Builder method forDictionary.MutableDictionary.put(Relation).default PathMap.PathMapBuilder<T>PathMap.PathMapBuilder. withPut(Relation<java.lang.String,T> aRelation)Builder method forDictionary.MutableDictionary.put(Relation).
-