toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.reflections
/
PackageLink
Package
Link
public
interface
PackageLink
implements
Link
,
WithName
(
source
)
Inheritors
BasicPackageLink
Members
Functions
get
Type
Link copied to clipboard
public
TypeLink
getType
(
Matcher
<
? super
TypeLink
>
matcher
)
get
Types
Link copied to clipboard
public
abstract
Collection
<
? extends
TypeLink
>
getTypes
(
)
public
List
<
? extends
TypeLink
>
getTypes
(
Matcher
<
? super
TypeLink
>
matcher
)
identifier
Link copied to clipboard
public
String
identifier
(
)
Returns the identifier of this identifiable object.
kind
Link copied to clipboard
public
Link.Kind
kind
(
)
name
Link copied to clipboard
public
abstract
String
name
(
)
Returns the name of this link.
reflection
Link copied to clipboard
public
abstract
Object
reflection
(
)
string
Link copied to clipboard
public
String
string
(
)
Returns a human-readable string representation of this object.