public class Concept<G,M> extends Object implements de.tudresden.inf.tcs.fcaapi.Concept<M,G>, PartialComparable<Concept<G,M>>, Cloneable
Constructor and Description |
---|
Concept(Collection<G> extent,
Collection<M> intent) |
Concept(Set<G> extent,
Set<M> intent) |
Modifier and Type | Method and Description |
---|---|
Concept<G,M> |
clone() |
int |
compareTo(Concept<G,M> concept) |
boolean |
equals(Object object) |
javafx.collections.ObservableSet<G> |
extent() |
Set<G> |
getExtent() |
Set<M> |
getIntent() |
boolean |
greater(Concept<G,M> concept) |
boolean |
greaterEq(Concept<G,M> concept) |
int |
hashCode() |
javafx.collections.ObservableSet<M> |
intent() |
boolean |
smaller(Concept<G,M> concept) |
boolean |
smallerEq(Concept<G,M> concept) |
String |
toString() |
boolean |
uncomparable(Concept<G,M> concept) |
finalize, getClass, notify, notifyAll, wait, wait, wait
equivalent
public Concept(Collection<G> extent, Collection<M> intent)
public final boolean smallerEq(Concept<G,M> concept)
smallerEq
in interface PartialComparable<Concept<G,M>>
public final boolean smaller(Concept<G,M> concept)
smaller
in interface PartialComparable<Concept<G,M>>
public final boolean greaterEq(Concept<G,M> concept)
greaterEq
in interface PartialComparable<Concept<G,M>>
public final boolean greater(Concept<G,M> concept)
greater
in interface PartialComparable<Concept<G,M>>
public final boolean uncomparable(Concept<G,M> concept)
uncomparable
in interface PartialComparable<Concept<G,M>>
public final int compareTo(Concept<G,M> concept)
compareTo
in interface Comparable<Concept<G,M>>
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.