Package owl.translations.dra2dpa
Class IARState<R>
- java.lang.Object
-
- owl.translations.dra2dpa.IARState<R>
-
- All Implemented Interfaces:
AnnotatedState<R>
public abstract class IARState<R> extends Object implements AnnotatedState<R>
-
-
Constructor Summary
Constructors Constructor Description IARState()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
hashCode()
static <R> IARState<R>
of(R originalState)
static <R> IARState<R>
of(R originalState, IntPreOrder record)
abstract IntPreOrder
record()
abstract R
state()
String
toString()
-
-
-
Method Detail
-
state
public abstract R state()
- Specified by:
state
in interfaceAnnotatedState<R>
-
record
public abstract IntPreOrder record()
-
of
public static <R> IARState<R> of(R originalState)
-
of
public static <R> IARState<R> of(R originalState, IntPreOrder record)
-
-