Package org.semanticweb.owlapi.model

Examples of org.semanticweb.owlapi.model.OWLPropertyRange


              .getOWLDataPropertyDomainAxiom( (OWLDataPropertyExpression) p, c );
                }
      }
    }
    else if( term.getAFun().equals( ATermUtils.RANGEFUN ) ) {
      OWLPropertyRange e = (OWLPropertyRange) conceptConverter.convert( (ATermAppl) term
          .getArgument( 1 ) );
      if( e != null ) {
        if( e instanceof OWLClassExpression ) {
          OWLObjectProperty p = (OWLObjectProperty) conceptConverter
              .convert( (ATermAppl) term.getArgument( 0 ) );
View Full Code Here

TOP

Related Classes of org.semanticweb.owlapi.model.OWLPropertyRange

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.