Class TypedSpanImpl
java.lang.Object
org.aksw.gerbil.transfer.nif.data.AbstractMarkingImpl
org.aksw.gerbil.transfer.nif.data.SpanImpl
org.aksw.gerbil.transfer.nif.data.TypedSpanImpl
- All Implemented Interfaces:
Cloneable,Marking,Span,TypedMarking,TypedSpan
-
Field Summary
FieldsFields inherited from class org.aksw.gerbil.transfer.nif.data.SpanImpl
isWord, length, startPosition -
Constructor Summary
ConstructorsConstructorDescriptionTypedSpanImpl(int startPosition, int length, boolean isWord, String... types) TypedSpanImpl(int startPosition, int length, String... types) TypedSpanImpl(int startPosition, int length, Set<String> types) TypedSpanImpl(int startPosition, int length, Set<String> types, boolean isWord) TypedSpanImpl(TypedSpanImpl typedSpanImpl) -
Method Summary
Methods inherited from class org.aksw.gerbil.transfer.nif.data.SpanImpl
getIsWord, getLength, getStartPosition, setIsWord, setLength, setStartPositionMethods inherited from class org.aksw.gerbil.transfer.nif.data.AbstractMarkingImpl
getProvenanceInfo, setProvenanceInfoMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aksw.gerbil.transfer.nif.Marking
getProvenanceInfo, setProvenanceInfoMethods inherited from interface org.aksw.gerbil.transfer.nif.Span
getIsWord, getLength, getStartPosition, setIsWord, setLength, setStartPosition
-
Field Details
-
types
-
-
Constructor Details
-
TypedSpanImpl
-
TypedSpanImpl
-
TypedSpanImpl
-
TypedSpanImpl
-
TypedSpanImpl
-
-
Method Details
-
getTypes
- Specified by:
getTypesin interfaceTypedMarking
-
setTypes
-
setTypes
- Specified by:
setTypesin interfaceTypedMarking
-
toString
-
hashCode
public int hashCode() -
equals
-
clone
- Specified by:
clonein interfaceMarking- Overrides:
clonein classSpanImpl- Throws:
CloneNotSupportedException
-