Modifier and Type | Field and Description |
---|---|
protected Set<String> |
types |
length, startPosition
Constructor and Description |
---|
TypedSpanImpl(int startPosition,
int length,
Set<String> types) |
TypedSpanImpl(int startPosition,
int length,
String... types) |
TypedSpanImpl(TypedSpanImpl typedSpanImpl) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object obj) |
Set<String> |
getTypes() |
int |
hashCode() |
void |
setTypes(Set<String> types) |
void |
setTypes(String... types) |
String |
toString() |
getLength, getStartPosition, setLength, setStartPosition
finalize, getClass, notify, notifyAll, wait, wait, wait
getLength, getStartPosition, setLength, setStartPosition
public TypedSpanImpl(int startPosition, int length, String... types)
public TypedSpanImpl(TypedSpanImpl typedSpanImpl)
public Set<String> getTypes()
getTypes
in interface TypedMarking
public void setTypes(String... types)
public void setTypes(Set<String> types)
setTypes
in interface TypedMarking
public String toString()
public Object clone() throws CloneNotSupportedException
clone
in interface Marking
clone
in class SpanImpl
CloneNotSupportedException
Copyright © 2016. All rights reserved.