org.jrdf.query.relation.mem
Class AttributeValuePairHelperImpl
java.lang.Object
org.jrdf.query.relation.mem.AttributeValuePairHelperImpl
- All Implemented Interfaces:
- AttributeValuePairHelper
public class AttributeValuePairHelperImpl
- extends Object
- implements AttributeValuePairHelper
Allows the creation of sroted AttributeValuePairs.
- Version:
- $Revision:$
- Author:
- Andrew Newman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeValuePairHelperImpl
public AttributeValuePairHelperImpl(SortedAttributeFactory sortedAttributeFactory)
createAvp
public List<AttributeValuePair> createAvp(Triple triple)
- Specified by:
createAvp
in interface AttributeValuePairHelper
createAvp
public List<AttributeValuePair> createAvp(Triple triple,
Attribute[] attributes)
- Specified by:
createAvp
in interface AttributeValuePairHelper
createAttributes
public Attribute[] createAttributes(List<AttributeValuePair> nameValues)
- Specified by:
createAttributes
in interface AttributeValuePairHelper
createAvp
public List<AttributeValuePair> createAvp(AttributeValuePair[] attributeValuePairsArray)
- Specified by:
createAvp
in interface AttributeValuePairHelper
createTriple
public Triple createTriple(List<AttributeValuePair> avp)
- Specified by:
createTriple
in interface AttributeValuePairHelper