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 inthashCode()static <R> IARState<R>of(R originalState)static <R> IARState<R>of(R originalState, IntPreOrder record)abstract IntPreOrderrecord()abstract Rstate()StringtoString()
-
-
-
Method Detail
-
state
public abstract R state()
- Specified by:
statein 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)
-
-