Package | Description |
---|---|
org.rvpf.metadata.entity |
Modifier and Type | Method and Description |
---|---|
TransformEntity.Arg |
TransformEntity.Arg.Builder.build()
Builds an Arg.
|
Modifier and Type | Method and Description |
---|---|
List<TransformEntity.Arg> |
TransformEntity.getArgs()
Gets the arguments (signature).
|
Modifier and Type | Method and Description |
---|---|
TransformEntity.Builder |
TransformEntity.Builder.addArg(TransformEntity.Arg arg)
Adds an argument to the signature.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PointInput.setUp(Metadata metadata,
Optional<TransformEntity.Arg> arg)
Sets up this.
|
Constructor and Description |
---|
TransformEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance,
Optional<EngineEntity> engineEntity,
List<TransformEntity.Arg> args)
Constructs an instance.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.