Package owl.translations.ldba2dpa
Class FlatRankingState<S,T>
- java.lang.Object
-
- owl.translations.ldba2dpa.FlatRankingState<S,T>
-
- All Implemented Interfaces:
AnnotatedState<S>
@Immutable public abstract class FlatRankingState<S,T> extends Object implements AnnotatedState<S>
-
-
Constructor Summary
Constructors Constructor Description FlatRankingState()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static <S,T> FlatRankingState<S,T>
of(S state)
abstract S
state()
String
toString()
-
-
-
Method Detail
-
state
public abstract S state()
- Specified by:
state
in interfaceAnnotatedState<S>
-
of
public static <S,T> FlatRankingState<S,T> of(S state)
-
-