Package com.clarkparsia.pellet.datatypes

Examples of com.clarkparsia.pellet.datatypes.DatatypeReasoner.valueIterator()


          if ( !dtReasoner.containsAtLeast( 2, types ) ) {
            /*
             * This literal is a variable, but given current ranges can only
             * take on a single value.  Merge with that value.
             */
            final Object value = dtReasoner.valueIterator( types ).next();
            final ATermAppl valueTerm = dtReasoner.getLiteral( value );
            Literal valueLiteral = abox.getLiteral( valueTerm );
            if (valueLiteral == null) {
              /*
               * No dependency set is used here because omitting it prevents the
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.