public class ELLeastCommonSubsumer extends Object
Constructor and Description |
---|
ELLeastCommonSubsumer() |
Modifier and Type | Method and Description |
---|---|
static ELConceptDescription |
lcs(ELConceptDescription C,
ELConceptDescription D) |
static ELConceptDescription |
lcs(Set<ELConceptDescription> Cs) |
static ELConceptDescription |
lcsOfMutuallyIncomparable(ELConceptDescription C,
ELConceptDescription D) |
static ELConceptDescription |
lcsOfMutuallyIncomparable(Set<ELConceptDescription> Ds) |
static org.semanticweb.owlapi.model.OWLClassExpression |
of(Collection<org.semanticweb.owlapi.model.OWLClassExpression> concepts) |
static org.semanticweb.owlapi.model.OWLClassExpression |
of(org.semanticweb.owlapi.model.OWLClassExpression... concepts) |
static org.semanticweb.owlapi.model.OWLClassExpression |
of(org.semanticweb.owlapi.model.OWLClassExpression concept1,
org.semanticweb.owlapi.model.OWLClassExpression concept2) |
public ELLeastCommonSubsumer()
public static final ELConceptDescription lcs(ELConceptDescription C, ELConceptDescription D)
public static final ELConceptDescription lcs(Set<ELConceptDescription> Cs)
public static final ELConceptDescription lcsOfMutuallyIncomparable(ELConceptDescription C, ELConceptDescription D)
public static final ELConceptDescription lcsOfMutuallyIncomparable(Set<ELConceptDescription> Ds)
public static final org.semanticweb.owlapi.model.OWLClassExpression of(org.semanticweb.owlapi.model.OWLClassExpression concept1, org.semanticweb.owlapi.model.OWLClassExpression concept2)
public static final org.semanticweb.owlapi.model.OWLClassExpression of(org.semanticweb.owlapi.model.OWLClassExpression... concepts)
public static final org.semanticweb.owlapi.model.OWLClassExpression of(Collection<org.semanticweb.owlapi.model.OWLClassExpression> concepts)
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.