Package org.jrdf.query.relation.type

Examples of org.jrdf.query.relation.type.PredicateNodeType


                break;
            case SUBJECT_NODE_TYPE:
                tmpNodeType = new SubjectNodeType();
                break;
            case PREDICATE_NODE_TYPE:
                tmpNodeType = new PredicateNodeType();
                break;
            case OBJECT_NODE_TYPE:
                tmpNodeType = new ObjectNodeType();
                break;
            case RESOURCE_NODE_TYPE:
View Full Code Here

TOP

Related Classes of org.jrdf.query.relation.type.PredicateNodeType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.